Hey Pals,
is there a way to configure the Serial port to 8E1?
Serial.begin(19200, SERIAL_8E1) works normally fine with other boards.
With the CubeCell i am getting an error while compiling
Hey Pals,
is there a way to configure the Serial port to 8E1?
Serial.begin(19200, SERIAL_8E1) works normally fine with other boards.
With the CubeCell i am getting an error while compiling
hi,
This function can only be used like this for the time being.
Serial.begin(19200);
The default is: SERIAL_8E1.
We will update soon.
Hi JasonXu!
Thanks a lot!
I assume it is not possible to use the original HardwareSerial lib by Arduino instead?
i’ll give it a try later