How connect arduino mega to RPi via Serial3?
Posted: Sunday 11 March 2018 21:13
Like subject.
I do it on temperature example code with ds18b20.
When i use:
Nothing happen on Serial3
but when i use
Its still put data on usbSerial
I do it on temperature example code with ds18b20.
When i use:
Code: Select all
#define MY_DEBUG Serial3
#define MY_GATEWAY_SERIAL Serial3
but when i use
Code: Select all
#define MY_RS485_HWSERIAL Serial3