Quote Originally Posted by jmgelba View Post
I cant assign a start and end character because the module returns many different responses depending on circumstance and they can be different lengths. I now have to figure out how to send those bytes as a string out the USB port, unless I do they byte to text conversion on the PC side.
Can you give examples of the responses is there a common termination character?. On the PC side ASCII characters are usually the default. So I guess you are sending ASCII characters from the PC to the PIC over USB which is then transmitted to the wifi module. Does the wifi module respond with ASCII characters?