9 years, 3 months ago.

How to write a serial output in C++

Hello everyone, I'm new in Mbed and C++, I want to output the signal from the RFID READER which the output defined as TTL-LEVEL interface, 2400bps, 8 data bits, no parity, 1 stop bit. But I don't know how to define it in C++ . Could anyone helps me. Thanks a lot!

1 Answer

9 years, 3 months ago.

Check this link https://developer.mbed.org/users/simon/code/ID12RFID_HelloWorld/

Accepted Answer