Hi, if you need to send special byte values over SerialPort, forget about text, strings and encodings, and use SerialPort.Write, which works with byte arrays, no encoding, no translation. What you get is what you ordered. :)
Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.