I use to use fransons serial.net to get access to serial ports thru a vport over BT I am now trying to use this great .net component instead :) with serial.net you can read/write with strings instead of just byte and bytes for ex someobject.read(StartString,Terminate,timeout) In this case i am reading...