"A byte through a pin" implies a serial sequence of bits. You can do this with any serial interface such as a UART, SPI, or TWI. A key to this question, and an appropriate answer, is what it is being sent to. If it is a "terminal device" (such as a PC), then asynchronous serial through a UART is, by far, the best choice. If it is to or from another micro, then SPI or TWI (I2C) could be the most useful. Jim On Tue, 01 Nov 2005 02:02:31 -0000 "peter_pohlmann26" <peter_pohlmann26@yahoo.com> wrote: > Dear Gurus, > > Just starting to learn Avr asm and i need some help > please. > > I want to send out a byte throu a pin on an ATtiny26. > Could someone show me how to do that or send me a link ? > > > Thank you for your help. > Peter > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor > --------------------~--> > Fair play? Video games influencing politics. Click and > talk back! > http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/dN_tlB/TM > --------------------------------------------------------------------~-> > > > > Yahoo! Groups Links > > > > > > --------------------------------------------------------------- The Think Different Store http://www.thinkdifferentstore.com/ For All Your Mac Gear ---------------------------------------------------------------
Message
Re: [AVR-Chat] Beginner question - Byte out throu pin
2005-11-01 by Jim Wagner
Attachments
- No local attachments were found for this message.