-
I have got a RPI3b wit lastest SignalK server, the device has to USB FTDI serial devices, one set at 34800 baud for AIS data and other at 4800 Baud for sending GPS data to marifoon. When the baudrate is correct and I unplug the FTDI device and plug it back in, the baudrate is back to 9600 until I restart the SignalK service. What could be the problem? Lex |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
After long search I found a conflict with RaspAp package that was also installed. The package was probing /dev/ttyUSB0 for presence of USB modems and sets the baud rate to 9600 during boot. So problem solved. |
Beta Was this translation helpful? Give feedback.
After long search I found a conflict with RaspAp package that was also installed. The package was probing /dev/ttyUSB0 for presence of USB modems and sets the baud rate to 9600 during boot.
So problem solved.
Lex