- Joined
- Jul 8, 2021
- Messages
- 13
Hey all,
Anyone have a source to GUIDE on serial commands for the BCD996P2? I've written my own interface on Ubuntu with python and it works great minus one little problem. I can get all the data I need with the STS command EXCEPT the FREQUENCY. Works fine on a BCD325p.
Sample output from BCD996p2:
b'STS,011000, \xac\xad ,,Dispatch ,,West Traffic 22 ,, \x9d\x9e\x9c\x9a ,,S0:****56***0 ,,GRP***------- ,,1,0,0,0,0,0,5,WHITE,3\r'
Sample output from BCD325p:
b'STS,011000, \xac\xad ,,Dispatch ,,West Traffic 22 ,, 484.3625 \xd4\xd5\xd6466,,S0:****56***0 ,,GRP***------- ,,1,0,0,0,0,0,5,RED,0\r'
Notice the 996 is missing the Frequency (484.3625).
Thoughts? Pointers? Documentation? Thanks in advance for your help.
Chaz
Anyone have a source to GUIDE on serial commands for the BCD996P2? I've written my own interface on Ubuntu with python and it works great minus one little problem. I can get all the data I need with the STS command EXCEPT the FREQUENCY. Works fine on a BCD325p.
Sample output from BCD996p2:
b'STS,011000, \xac\xad ,,Dispatch ,,West Traffic 22 ,, \x9d\x9e\x9c\x9a ,,S0:****56***0 ,,GRP***------- ,,1,0,0,0,0,0,5,WHITE,3\r'
Sample output from BCD325p:
b'STS,011000, \xac\xad ,,Dispatch ,,West Traffic 22 ,, 484.3625 \xd4\xd5\xd6466,,S0:****56***0 ,,GRP***------- ,,1,0,0,0,0,0,5,RED,0\r'
Notice the 996 is missing the Frequency (484.3625).
Thoughts? Pointers? Documentation? Thanks in advance for your help.
Chaz