Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everybody,
Is it Possible to Use USB Port as Serial Port?
So that It's Better and Easy to Handle IO in .Net
Suggest your Ideas to use USB as Serial...
Posted

1 solution

If I understood the question correctly, you would need an adapter to convert the USB to serial port. Something like: USB to Serial Mini Converters [^]
 
Share this answer
 
Comments
Ashok19r91d 3-Feb-12 16:50pm    
Without Additional Hardwares It's Not Possible to do so ah?
Wendelius 3-Feb-12 17:03pm    
You need to convert the interface from USB to RS-232, right? If yes, that's a physical operation
Dave Kreskowiak 3-Feb-12 19:48pm    
Without hardware?? No, it's not possible. The USB "port" as you call it is not a port. USB is a BUS, not unlike the expansion slots inside your computer. So, no you can't treat it like a serial or parallel port.

Sergey Alexandrovich Kryukov 4-Feb-12 2:59am    
Exactly,
--SA
Wendelius 4-Feb-12 6:43am    
Indeed :)

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