Page 1 of 1

How connect arduino mega to RPi via Serial3?

Posted: Sunday 11 March 2018 21:13
by Woodu
Like subject.
I do it on temperature example code with ds18b20.
When i use:

Code: Select all

#define MY_DEBUG Serial3
#define MY_GATEWAY_SERIAL Serial3
Nothing happen on Serial3
but when i use

Code: Select all

#define MY_RS485_HWSERIAL Serial3
Its still put data on usbSerial