From: [EMAIL PROTECTED]

> > For instance I  recovered chips sometimes by  using UART traffic because
> > I had no other hardware at hand: I took a RS232-UART converter, sent a
> > big file from a terminal emulator (with no particular protocol, just raw
> > byte sending) and I tried a few times to erase the chip until it worked ;-)
> 
> I did a device controller that way once, sending nulls out on the data
> line as "clock" and toggling the handshake line for "data".  :)   The
> intended use is only a suggestion!

Clever!

If you just want a clean clock signal from a UART, set up to transmit 8N1 and 
send a continuous string of ASCII 'U' (0x55).  Assuming your application can 
keep the shift register full, you'll get a nice clean square wave whose 
frequency is 1/2 the baud rate (stop bit is 1, start bit is 0, and the data is 
transmitted LSB to MSB).

Regards,

   -=Dave


_________________________________________________________________
Windows Live Hotmail and Microsoft Office Outlook – together at last.  Get it 
now.
http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to