PC Serial Comm Port
RobertB
Posts: 3
I am looking for an easy way to communicate with my BS2pe over the com port (actually the usb port, rs232 ports no longer are on the newer laptops). My pc os = win xp, I was using vb express BUT I am open to any solution (program envirnment) that will solve this issue. I am also sure that someone has already done this.
More Info:
VB command for Com Port Settings =
My.Computer.Ports.OpenSerialPort("COM11", 9600, 0, 8, IO.Ports.StopBits.One)
I know com11 is right because I see the debug data dropping into 'hyperterm' with com11 selected.
Any advise appreciated
Robert B
More Info:
VB command for Com Port Settings =
My.Computer.Ports.OpenSerialPort("COM11", 9600, 0, 8, IO.Ports.StopBits.One)
I know com11 is right because I see the debug data dropping into 'hyperterm' with com11 selected.
Any advise appreciated
Robert B
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Do you know in what programming environment the 'Debug Window' was written in? This is close to what I am trying to do EXCEPT, I would like to add a little bit more functionality to the window, like logging the data or something similar to this.
Robert
parallax should make a sticky of this topic
Robert B