btmon / dashbox packet forward not working

Post any 3rd party software here.
Post Reply
hopperath
Posts: 2
Joined: Sat Aug 17, 2019 12:17 pm

btmon / dashbox packet forward not working

Post by hopperath » Sun Feb 06, 2022 9:40 am

I struggled with this for a day before figuring it out. Thought I would post it here to save someone the trouble.

I setup dashbox packet forwarding to btmon:
python3 btmon3.py --debug --print --device-type=gem --ip --ip-port=8001 --ip-mode=server

but kept getting:
2022/02/06 09:31:12 SOCKET: read 1 of 1 bytes from socket: b'00'
2022/02/06 09:31:12 read failed: expected START_HEADER0 0xfe, got 0x0
2022/02/06 09:31:12 reading 1 of 1 packets

The issue was that even though my primary packet was Bin-48-NET-Time, the secondary was Bin-32-NET. It turned out I had connected the dashbox to COM2, So changing COM2 to Bin-48-NET-Time fix the issue.
Screenshot from 2022-02-06 09-32-26.png
Screenshot from 2022-02-06 09-32-26.png (57.51 KiB) Viewed 8498 times
Post Reply