Re: USB to RS232 one chip solution
- From: cs_posting@xxxxxxxxxxx
- Date: Tue, 6 May 2008 06:22:14 -0700 (PDT)
On May 6, 8:50 am, mkr5000 <miker...@xxxxxxxxx> wrote:
The downside of USB I suppose is the complexity of it's approach and
hence, the inability of Windows to integrate with it in a plug and
play fashion?
USB is considered to be 'plug and play' but pretty much all USB
devices except for
keyboards/mice and disk drives (including flash ones) will require
drivers to be
installed... in the windows world.
A lot of linux distributions come with drivers for assorted USB-serial
widgets already installed.
Actually there is a downside to the USB serial devices. Latency is
often substantially higher
than a real serial port. You can shove a lot of data through the
things, often at higher baud rates
than the old serial port speeds. But because of the packetized way
USB works, you want
to write software protocols that stream data and use block writes to
the O/S serial port
layer, because lots of little few- or one-character writes, or worse,
write and wait for read,
will slow you down due to the latency hits. For a lot of applications
this is not an issue,
the latencies are small, but if you need to move a lot of data quickly
you have to think about
keeping it flowing smoothly.
.
- References:
- USB to RS232 one chip solution
- From: mkr5000
- Re: USB to RS232 one chip solution
- From: Don McKenzie
- Re: USB to RS232 one chip solution
- From: Don McKenzie
- Re: USB to RS232 one chip solution
- From: mkr5000
- USB to RS232 one chip solution
- Prev by Date: Re: Ferrite Core Shopping
- Next by Date: Re: Detect busy tone and ring back tone
- Previous by thread: Re: USB to RS232 one chip solution
- Next by thread: Re: USB to RS232 one chip solution
- Index(es):
Relevant Pages
|