Makes sense... However, I changed comport.Read(buffer, 0, bytes); where buffer is byte[] to comport.Read(cBuffer, 0, bytes); where cBuffer is char[]. Now, I get 8 bytes to be read but they are all 0's! What have I messed up now? ;-)
sr -- View this message in context: http://n4.nabble.com/Invalid-data-from-CP2102-USB-device-tp1837224p1837671.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
