What stamp will permit me to do this....
Archiver
Posts: 46,084
I'm kicking about a program to interface my car steering wheel
controls with my carphone and radio display.
I've got the portion that will convert the i-bus protocol to serial
but I'm concerned that a stamp might have trouble keeping up with the
data stream.
9600 baud datastream, find this value, trigger this event, check for
CTS, write data to wire, display on radio "Jeff is on the phone.",
raise output to positve and activate car phone.
I can easily write an app to do this in Visual Basic, but I'd much
rather not have a laptop riding shotgun. The stamp seems like the
right idea.
Thanks in advance!
controls with my carphone and radio display.
I've got the portion that will convert the i-bus protocol to serial
but I'm concerned that a stamp might have trouble keeping up with the
data stream.
9600 baud datastream, find this value, trigger this event, check for
CTS, write data to wire, display on radio "Jeff is on the phone.",
raise output to positve and activate car phone.
I can easily write an app to do this in Visual Basic, but I'd much
rather not have a laptop riding shotgun. The stamp seems like the
right idea.
Thanks in advance!
Comments
though since you can dump the serial stream into the SPRAM and parse it in
between bursts. We do that with GPS and it works great.
-- Jon Williams
-- Parallax
In a message dated 12/17/2002 1:31:25 PM Central Standard Time,
jmacko@m... writes:
> I'm kicking about a program to interface my car steering wheel
> controls with my carphone and radio display.
>
> I've got the portion that will convert the i-bus protocol to serial
> but I'm concerned that a stamp might have trouble keeping up with the
> data stream.
>
> 9600 baud datastream, find this value, trigger this event, check for
> CTS, write data to wire, display on radio "Jeff is on the phone.",
> raise output to positve and activate car phone.
>
> I can easily write an app to do this in Visual Basic, but I'd much
> rather not have a laptop riding shotgun. The stamp seems like the
> right idea.
>
> Thanks in advance!
[noparse][[/noparse]Non-text portions of this message have been removed]