Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
hi,
I'm trying to set up a second stop bit in my uart connection, but i get a strange error.
my code:
........ int main() { char temp=0; device.format(8,Serial::none,2); device.baud(1200); while (1) {............I get the error:
"Class "mbed::Serial" has no member "none" (E135)
Is there something obvious I'm missing?