M
mkoseoglu
Hello all,
I am trying to connect to my GPS receiver through a serial port using
compact framework 2.0 on a Pocket PC 2003. The GPS receiver is plugged
into the SD card drive. When I list the available serial ports on the
device using the SerialPort.GetPortNames() method, it gives me a list
of eight ports COM1-COM9 except COM7. As I know from another GPS
receiver, the SD card port is COM6. However, when I want to open the
ports named COM2-COM9 using SerialPort.Open() method, I got an error
saying that the port does not exists. I can open the port COM1
successfully.
I think this problem is related with virtual serial ports. I guess only
the COM1 port is a real serial port and the others are virtual. So is
there a way to connect the other ports in Compact Framework 2.0?
Thanks in advance,
Mehmet
I am trying to connect to my GPS receiver through a serial port using
compact framework 2.0 on a Pocket PC 2003. The GPS receiver is plugged
into the SD card drive. When I list the available serial ports on the
device using the SerialPort.GetPortNames() method, it gives me a list
of eight ports COM1-COM9 except COM7. As I know from another GPS
receiver, the SD card port is COM6. However, when I want to open the
ports named COM2-COM9 using SerialPort.Open() method, I got an error
saying that the port does not exists. I can open the port COM1
successfully.
I think this problem is related with virtual serial ports. I guess only
the COM1 port is a real serial port and the others are virtual. So is
there a way to connect the other ports in Compact Framework 2.0?
Thanks in advance,
Mehmet