Page 1 of 1

Modbus (over RS485)

Posted: Mon Sep 02, 2019 3:34 pm
by Docara
Hi
Does the Modbus component invoke a COM Port interrupt when data is received on a MCU's hardware COM port? (or even a pin change interrupt via a GPIO pin if a software COM port is used)

Thanks

Re: Modbus (over RS485)

Posted: Mon Sep 02, 2019 4:53 pm
by Benj
Hi Docara,

The Modbus component running on a microcontroller uses the corresponding UART RXinterrupt to collect incoming comms data, therefore software channels are not enabled for the component.

Re: Modbus (over RS485)

Posted: Mon Sep 02, 2019 5:29 pm
by Docara
Ah! fantastic - thanks Ben