Hi...
This is an update to my last question.. I was actually trying to read in data from a device using say comm port 1 and uses a protocol called RB8192

before (in dos programming i used to open up the port like this :

where comport$ = "COM1:9600,O,7,2,RB8192"

OPEN comport$ FOR RANDOM AS #1

in qbasic. Need to be able to do this in visual basic 6. Please help as i am stuck!

Jason