Page 1 of 1

Modbus on UART0

Posted: Wed Aug 07, 2019 3:29 am
by thethinker
Hello ESP experts. I have tested the modbus slave example with Uart2 and everything works fine. However I need to use Uart0 instead. I have changed the console port to uart1 and changed modbus port to uart0. Even though the console is now successfully moved to uart1, but modbus doesn't work on uart0. Any suggestions as to what could be causing this?

Re: Modbus on UART0

Posted: Sun Aug 11, 2019 10:00 am
by Ritesh
thethinker wrote:
Wed Aug 07, 2019 3:29 am
Hello ESP experts. I have tested the modbus slave example with Uart2 and everything works fine. However I need to use Uart0 instead. I have changed the console port to uart1 and changed modbus port to uart0. Even though the console is now successfully moved to uart1, but modbus doesn't work on uart0. Any suggestions as to what could be causing this?
Hello,

Would you please send full details regarding your errors? Which IDF you are using? What type if error you are facing? Is it working on UART1 interface?