SEN0386 baud rate
czc118 2021-08-20 11:51:02 1058 Views1 Replies Hi,
Looking to increase the baud rate of the SEN0386 (WT61PC) sensor on an Arduino UNO R3 from 9600 to as high as it will go. When I change it from 9600 it no longer prints to the serial monitor.
Thank you,
Chris
Looking to increase the baud rate of the SEN0386 (WT61PC) sensor on an Arduino UNO R3 from 9600 to as high as it will go. When I change it from 9600 it no longer prints to the serial monitor.
Thank you,
Chris
2021-08-21 03:06:33 I should add that I have Serial.begin set at 2000000 and it works
Serial.begin(2000000);
portOne.begin(9600);
portTwo.begin(9600);
czc118
Serial.begin(2000000);
portOne.begin(9600);
portTwo.begin(9600);
czc118 
