From: Dave Platt <dplatt@radagast.org>
To: linux-hams@vger.kernel.org
Subject: Re: USB converters and old hardware (Baycom in particular)
Date: Thu, 15 Apr 2010 13:41:58 -0700 [thread overview]
Message-ID: <4BC77A16.3050804@radagast.org> (raw)
In-Reply-To: <y2ask6web1q.fsf@cartman.at.offog.org>
Adam Sampson wrote:
> Dave Platt <dplatt@radagast.org> writes:
>
>> I'm not sure how this is being done... but it may not be possible at
>> all in a USB dongle!
>
> You might be pleasantly surprised. The FTDI USB-to-serial chips have a
> bit-banging mode that's designed for doing this sort of thing, where you
> can tell it to just clock a sequence of bits out to the pins (or read
> one in) at a fixed rate. It'd need some software fiddling, of course,
> and if you're going to that much effort I'd be tempted just to stick a
> microcontroller in the way to give the modem a more convenient serial or
> USB interface...
You're right, I hadn't thought about those particular USB chips in this
context. They would require something other than the standard serial-port
host driver (i.e. a special driver, or at least some specialized ioctls
or other modes in the existing driver) since they aren't being used
as UARTs.
Yes, sticking a microcontroller between the modem chip and the USB
would certainly ease things. That's the approach that the TNC-X
takes... it's a PIC micro hooked to a modem chip, which then
connects either to a serial port or to an on-board FTDI serial-to-USB
interface. It speaks KISS over the host interface, and is thus
fairly easy to support on the host side.
next prev parent reply other threads:[~2010-04-15 20:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-08 5:08 USB converters and old hardware Phil
2010-04-08 10:20 ` Mike McCarthy, W1NR
2010-04-09 1:09 ` Phil
2010-04-13 14:42 ` walter harms
2010-04-13 17:52 ` IT2 Stuart Blake Tener, USNR
2010-04-14 5:37 ` Douglas Cole
2010-04-14 15:18 ` IT2 Stuart Blake Tener, USNR
2010-04-15 1:51 ` Phil
2010-04-15 14:49 ` IT2 Stuart Blake Tener, USNR
2010-04-15 17:47 ` USB converters and old hardware (in general) Dave Platt
2010-04-15 17:48 ` USB converters and old hardware (Baycom in particular) Dave Platt
2010-04-15 19:22 ` Tomi Manninen
2010-04-15 20:05 ` Adam Sampson
2010-04-15 20:41 ` Dave Platt [this message]
2010-04-15 15:55 ` USB converters and old hardware Niall Parker
2010-04-15 16:56 ` IT2 Stuart Blake Tener, USNR
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BC77A16.3050804@radagast.org \
--to=dplatt@radagast.org \
--cc=linux-hams@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.