Porting MODBUS RTU Library from AVR to ESP8266
Posted: Mon Dec 07, 2015 4:28 pm
Hi,
I am trying to port this library to ESP8266 12
https://github.com/smarmengol/Modbus-Ma ... or-Arduino
I have issue with porting uart functions.
These two commands to ESP8266.
while (!(UCSR0A & (1 << TXC0)));
UCSR0A=UCSR0A |(1 << TXC0);
Is there any other adjustment required to run the library?
Can you please help me a bit.
Thanks
I am trying to port this library to ESP8266 12
https://github.com/smarmengol/Modbus-Ma ... or-Arduino
I have issue with porting uart functions.
These two commands to ESP8266.
while (!(UCSR0A & (1 << TXC0)));
UCSR0A=UCSR0A |(1 << TXC0);
Is there any other adjustment required to run the library?
Can you please help me a bit.
Thanks