J
Joseph Byrns
I am trying to use the serial port (wm5.0 PPC device, CFV2 serial stuff) on
the emulator. I have configured the emulator as follows but get the
following results:
Emulator COM0 maps to PC COM1 - on opening port I get "The Port 'COM0:' does
not exist"
Emulator COM2 maps to PC COM1 - on opening port I get "The Port 'COM0:' does
not exist"
Emulator COM1 maps to PC COM1 - Now I get comms but it seems something in
the emulator is already using that port as it is sending various strings to
emulator COM1 typically: "+SL_TxIntrEx", which I assume is something to do
with ActiveSync on the emulator.
this is the line that throws the port does not exists error:
Port = New System.IO.Ports.SerialPort("COM2", 9600, IO.Ports.Parity.None, 8,
IO.Ports.StopBits.One)
Port.Open()
I have tried it with and without a colon after COM2.
Any ideas how I can get this to work?
the emulator. I have configured the emulator as follows but get the
following results:
Emulator COM0 maps to PC COM1 - on opening port I get "The Port 'COM0:' does
not exist"
Emulator COM2 maps to PC COM1 - on opening port I get "The Port 'COM0:' does
not exist"
Emulator COM1 maps to PC COM1 - Now I get comms but it seems something in
the emulator is already using that port as it is sending various strings to
emulator COM1 typically: "+SL_TxIntrEx", which I assume is something to do
with ActiveSync on the emulator.
this is the line that throws the port does not exists error:
Port = New System.IO.Ports.SerialPort("COM2", 9600, IO.Ports.Parity.None, 8,
IO.Ports.StopBits.One)
Port.Open()
I have tried it with and without a colon after COM2.
Any ideas how I can get this to work?