Ok, I removed the call to listen, and I get no error!!:sign0060:
I had another problem however, in the Serial Example is states:
"TextReader.ReadLine is a blocking call. It waits till there is at least a single character to be read. Therefore we need to test TextReader.Ready if we don't want to block our application."
This is not true on my device. My device will hang until it receives a <CR> character. My terminal program on the PC was only sending a <LF> character when I press enter. I do not see where the <CR> is being checked for, but I may have to try using AsyncStreams.
Is there a Serial Chat example that uses AsyncStreams? Sorry, I am a vb programmer, and this is all a bit confusing to me.
Thanks,
Brian