Hi

I have a problem. I want to know how i can read in data from a communications port. Thing is, the device attached to the communications port has an RS-232 pin. Can i just read it by doing the following or do i have to change it?


MSCOMM1.SETTINGS = "9600,O,7,2,RS232"

then

MSCOMM1.PORTOPEN = TRUE

or something? PLEASE Help... i need to be able to read in data from this device.... PLEASE HELP!!