Description
Not sure if this has been done for some implementation specific reason, but when the module requests source and dest names, it doesn't send the full command.
The probel specification says that command 0x66 (102 dec) "All Destinations Association Names Request Message" and command 0x64 (100) "All Source Names Request Message", expects two bytes. Matrix and character length.
But this module only sends the command byte, and the source name length specification. Ignoring the matrix number. Not sure if there is some broken systems that needs this, or if this is some oversight in this module, where it some miraculous way have worked fine?
I would like for this module to be upgraded soon, but it would be nice to hear if anyone knows about a special case where this commands needs to be out of spec?