Is there a way to use the RS-422 (aka RabbitNet) port in a way similar to the other serial ports?
You could look at RNET.LIB to see how it’s communicating over that port, and possibly look at the schematics for the specific piece of Rabbit hardware that you’re working with.
From the software side, it looks like it’s just configured as a clocked serial port with an enable pin for the transceiver.
1 Like
Yes, that looks right. Thanks.