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?

Be the first to answer this question.