-
I made the leap today from my own hardware to REM with MEGA-BAS . The only thing I wasn't able to test prior to switching was RS-485 and now having problems with getting it working from RPi through the MEGA-BAS. I've disabled bluetooth and logins on all the RPi UARTS. I'm not able to see any traffic on the serial ports when I Jumpers are correct on the MEGA-BAS and in REM I have the RS485 port in passthrough What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Make sure that your serial port is enabled and the serial console is disabled. https://github.com/rstrouse/relayEquipmentManager/wiki/Sequent-Microsystems-Boards#rs-485-tab It should start being chatty on |
Beta Was this translation helpful? Give feedback.
-
I completely forgot about this command and is what helped diagnose.
|
Beta Was this translation helpful? Give feedback.
I completely forgot about this command and is what helped diagnose.
od -x < /dev/ttyAMA0
andod -x < /dev/ttyS0