UART buffer chips? (for BS2-IC)
Archiver
Posts: 46,084
Well, I got my serial port working and am able to read from my GPS
receiver (Thanks for the sample code Jon !).
I am working with BS2-IC which has no scratchpad RAM, and only 26
bytes of vars. So I'm looking at UART buffer chips. I found MAX3100
which provides 8 char buffer and SPI interface.
Question: I'd like to extend the buffer (to say 32 chars). Are there
chips that provide a larger buffer? or can I cascade MAX3100 or
other UART chips together?
Thanks, Caesar.
receiver (Thanks for the sample code Jon !).
I am working with BS2-IC which has no scratchpad RAM, and only 26
bytes of vars. So I'm looking at UART buffer chips. I found MAX3100
which provides 8 char buffer and SPI interface.
Question: I'd like to extend the buffer (to say 32 chars). Are there
chips that provide a larger buffer? or can I cascade MAX3100 or
other UART chips together?
Thanks, Caesar.
Comments
Here's one alternative that has worked for many:
http://groups.yahoo.com/group/basicstamps/message/30187
Regards,
Steve
On 7 Feb 04 at 19:44, caesarsamsi wrote:
> ...I am working with BS2-IC which has no scratchpad RAM, and only 26
> bytes of vars. So I'm looking at UART buffer chips. I found MAX3100
> which provides 8 char buffer and SPI interface.
>
> Question: I'd like to extend the buffer (to say 32 chars). Are there
> chips that provide a larger buffer?...
--- In basicstamps@yahoogroups.com, "S Parkis" <parkiss@e...> wrote:
> Caesar-
>
> Here's one alternative that has worked for many:
>
> http://groups.yahoo.com/group/basicstamps/message/30187
>
> Regards,
>
> Steve
>
>
> On 7 Feb 04 at 19:44, caesarsamsi wrote:
>
> > ...I am working with BS2-IC which has no scratchpad RAM, and
only 26
> > bytes of vars. So I'm looking at UART buffer chips. I found
MAX3100
> > which provides 8 char buffer and SPI interface.
> >
> > Question: I'd like to extend the buffer (to say 32 chars). Are
there
> > chips that provide a larger buffer?...
external buffer, getting a BS2p may be a simpler solution for your GPS
project. It runs faster too, and we have lots of code for it that you
can quickly adopt.
-- Jon Williams
-- Applications Engineer, Parallax
-- Dallas Office
Original Message
From: caesarsamsi [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=eUvQV1WxSoDASqNd2y1Jr4FIPsNjszBUU25yNkaWv3dxJoLk3ZsTFzOC_5GcRp0V7B96U_tKT2-0x7__vw]cmsamsi@h...[/url
Sent: Saturday, February 07, 2004 1:45 PM
To: basicstamps@yahoogroups.com
Subject: [noparse][[/noparse]basicstamps] UART buffer chips? (for BS2-IC)
Well, I got my serial port working and am able to read from my GPS
receiver (Thanks for the sample code Jon !).
I am working with BS2-IC which has no scratchpad RAM, and only 26
bytes of vars. So I'm looking at UART buffer chips. I found MAX3100
which provides 8 char buffer and SPI interface.
Question: I'd like to extend the buffer (to say 32 chars). Are there
chips that provide a larger buffer? or can I cascade MAX3100 or
other UART chips together?
Thanks, Caesar.