Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have handheld has Windows CE 5

it has a cable connect to it and usb in the computer

i have to connect it to usb to serial converter then connect it to the serial of a computer and send and receive data using it

connecting it to the serial port converter is my work

i want to know how to know the port of the output of it that connect to the usb cable and how to send data through it.

it is handheld called intermec c70
Posted
Comments
lukeer 17-Jun-13 1:20am    
So what of these do you want to establish:
1) Host: PC, Connection: USB, Device: c70
2) Host: PC, Connection: RS232, Device: c70
3) Host: PC, Connection: USB->RS232, Device: c70
4) Host: PC, Connection: RS232->USB, Device: c70
5) Host: c70, Connection: USB->RS232, Device: PC
6) Host: c70, Connection: RS232->USB, Device: PC
7) Host: c70, Connection: RS232, Device: PC
8) Host: c70, Connection: USB, Device: PC
9) other

Please use the "Improve question" link to provide the information and leave a reply to this comment.
amir tarek 19-Jun-13 5:25am    
i want to connect Device CN70 intermec has RS232 output to PC has USB output

1 solution

For USB-serial converters, it's up to the user to know which port he plugged the device in. So you will have to provide a UI to select what port to use. System.IO.Ports.SerialPort.GetPortNames()[^] would be a good place to start.

Providing the ability to change baud rate, parity and so on could be a good idea, too.
 
Share this answer
 
v2
Comments
amir tarek 16-Jun-13 4:55am    
the problem is this device donot connect as HID or COM Port it is as Mobile Device
glennPattonWork3 14-May-14 7:46am    
Hmmm, does it come with any software driver that you haven't installed yet?
lukeer 14-May-14 7:56am    
I suppose what you wanted to do is reply to amir tarek instead of commenting on my solution.
But then, this is nearly a year old.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900