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.
5 years, 9 months ago.
How to read unsigned character array coming it at receive terminal ?
The character array is not null-terminated.
1. I need to take in more than 4 BYTES of data, I can't use getc.
2. Getc()'s first 16 characters received are not as expected when written to a log file using get(c). Its either special character, empty characters, or blank spaces being created in the notepad.