I just started building my AL5D, and can communicate with the SSC-32 from minicom. I can also send commands to it with “echo VER > /dev/ttyUSB0”. However, I can’t seem to receive anything except when in minicom (tail -f /dev/ttyUSB0 doesn’t work, nor does a Python script set to read from that device).
I’m assuming this is because the settings on my serial port (serial to USB adapter) are wrong, but after an hour of reading through stty, I’m not sure what to change. What should be settings be, for communication to work? I’ve found that it needs to be baud rate 115200, with hardware flow control off, but am not sure what else needs to be configured.
Thanks in advance for any help!