RS485 half duplex: auto-switch to receive mode
- This topic has 0 replies, 1 voice, and was last updated 8 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › RS485 half duplex: auto-switch to receive mode
Multitech Conduit device does support RS485 half duplex which can be enabled through struct serial_rs485
, member flags
(ref: http://www.multitech.net/developer/software/mlinux/using-mlinux/mlinux-using-accessory-cards/mtac-mfser-usage/).
RS485 half duplex requires a (fast) switch from TX to RX after each requests to get replies of those requests. I have some questions about that:
Best regards.