Open
Description
Caused by WIP pull request #67
:edit: It is not yet clear whether a response to this request is expected from the CS-105.
Expected output:
Using settings:
{
"device": "/dev/cu.usbmodemCC570001B1",
"farNodeID": "09.00.99.03.00.0f",
"farNodeID_comment": "serialized hardware node: for example, 02.01.57.00.04.9C and 09.00.99.03.00.35 are bobjacobsen's",
"host": "tcs-cs-000f.local",
"localNodeID": "05.01.01.01.03.01",
"localNodeID_comment": "Warning: *only for openlcb*: 05.01.01.01.03.01 is reserved by OpenLCB Python examples. Find or suggest your organization's range at https://registry.openlcb.org/uniqueidranges and serialize if producing hardware (See LCC Standard(s)).",
"port": 12021,
"timeout": 0.5,
"trace": false
}
RR, SR are raw socket interface receive and send; RM, SM are message interface
SL : link up
RM: Message (Link_Layer_Up) from 00.00.00.00.00.00
SM: Message (Verify_NodeID_Number_Global)
SR: bytearray(b'\x80\x00\x00\x00\x14\x00\x00\x00\x00\x00d\x01\x96\xfeS\xd7\x90\x04\x90\x05\x01\x01\x01\x03\x01')
Actual output ends at "SM: Message (Verify_NodeID_Number_Global)".
:edit: I added 71544c8 to assert that the data is sent and also made it verbose (I changed it to "SENT" for clarity):
Sending Message: Message (Verify_NodeID_Number_Global)...
- SENT data (realtime raw): bytearray(b'\x80\x00\x00\x00\x14\x00\x00\x00\x00\x00d\x01\x96\xffN\xe8\xe6\x04\x90\x05\x01\x01\x01\x03\x01')
so now output matches (See #70 (comment))
Metadata
Metadata
Assignees
Labels
No labels