Ditto on this! The overhead & cost of the Max31xx family was overtaken by the advantages of using another AVR. It was cheaper, could be put to sleep, could offload packet processing etc. More importantly it could do anything that we dreampt up at a later date. By using it as a comms processor it kept a lot of byte interrupts away from the main processor and only sent valid packet interrupts, a bit the way that CAN does. Cheers Don Larry Barello wrote: > Try the MAX3110E spi uart. Makes it simple to add as many real hardware > uarts as you need to any project. > > Or, check out http://www.atmel.com/dyn/resources/prod_documents/doc2557.pdf > and just add as many mega8's as you need serial ports to your project. It > is probably cheaper than the MAX part... > > -----Original Message----- > From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf > Of Paul Maddox > Sent: Monday, August 01, 2005 6:10 AM > To: AVR-Chat@yahoogroups.com > Subject: Re: [AVR-Chat] Two or more serial ports > > Why not use the MEGA162 to be the TWO serial ports and use 2/1wire > communication between the 162 and the mega8/32 ? > > paul > > > > ----- Original Message ----- > From: "Ralph Hilton" <ralph@ralphhilton.org> > To: <AVR-Chat@yahoogroups.com> > Sent: Monday, August 01, 2005 1:40 PM > Subject: Re: [AVR-Chat] Two or more serial ports > > > >>On Sun, 31 Jul 2005 22:04:25 -0000 you wrote: >> >> >>>Im working in a project with atemega8 and atemega32, for this work is >>>necessary 3 serial ports, and I cant loose any data, but what happen if >>>two or more ports have incoming data at the same time?, what can I do?, >> >>Can you use a mega162 to replace one of the chips? That has 2 hardware >>USARTs. >>-- > > >
Message
Re: [AVR-Chat] Two or more serial ports
2005-08-02 by Don Ingram
Attachments
- No local attachments were found for this message.