Serial3 (D13(RX),D14(TX)) 을 사용할 경우 D1 핀이 제대로 동작하지 않습니다. 아래 코드에서 D1번핀은 5초 후( Serial3.println() 실행할때 ) LOW 가 됩니다.
openRB-150 를 두 개를 가지고 있는데 두개 모두 같은 증상이네요.
For the OpenRB-150, Serial3 is associated to D13 and D14, as you mentioned. And Pins D0 and D1 are associated to Serial4, while Pins D2 and D3 are associated to Serial5. So I am unclear about what you tried to do with your code.
If you are OK with reading English, please check my free Amazon Kindle book sample at this link
and read up more details in Section 2.4 for hardware and software set up for all 4 UART ports on the OpenRB-150.
May be you can use D4, D5, D6 or D7 instead of D1? I have used these digital pins as output before without any issue