Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to extend the number of serial ports by using USB port?

Status
Not open for further replies.

john2020

Full Member level 5
Joined
Nov 13, 2005
Messages
292
Helped
12
Reputation
24
Reaction score
8
Trophy points
1,298
Activity points
4,911
Extending serial ports

dear all,

i wanted to increase the number of serial ports, by using USB port in
my board, how can we do that any 1 has idea?

well i will use a usb to serial convertyer device, but for that i
will require driver right?so where can i get that?

well in desktop windows that converter is automatically detected, OS
assigns a COM port Number also automatically, but to activate it in
win CE what will i have to do? or which COM port it will take it as?

any suggestions will be greatly appreciated.

thanx
john
 

Extending serial ports

Following possibilites do exist :

- ask USB chip manufactorer for driver or source code
- search microsoft site for drivers (suppose you have windows CE)
- search internet for source code of drivers for linux for chips you are going to use in USB to serial hack them and adapt to windows CE
- use multiple UART micro with usb device implemented and write driver for that device
- use multiple UART micro (such as m32C mitsubishi)
and connect it to your device by com port and use special protocol to access individual ports on that micro
- use few ( let say atmel) micro where one is master and connected to pc via usart and provides connectivitiy to other slave mciros (each having separate uart) via SPI . Again special handling is required .
- any other variants not mentioned
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top