Search found 1 match

by Woodu
Sunday 11 March 2018 21:13
Forum: Other questions and discussions
Topic: How connect arduino mega to RPi via Serial3?
Replies: 0
Views: 317

How connect arduino mega to RPi via Serial3?

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