5 years, 3 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.

Be the first to answer this question.