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.
8 years, 11 months ago.
RawSerial putc not sending data
I am trying to use RawSerial.putc(), but no data will send. Using RawSerial.puts() will send a string, and if I call putc before printf it will also send the character that I pass to putc.
Is there some sort of send function I need to call after calling putc?
