Re: Serial port interfacing
From: Dave VanHorn (dvanhorn_at_dvanhorn.org)
Date: 12/28/04
- Next message: NSM: "Re: I need a good tinkerer who can help me with a project - Better Explanation"
- Previous message: Art: "Re: Very first commercial computer kit?! by NRI on Ebay - Neat!"
- In reply to: Shashank: "Serial port interfacing"
- Next in thread: Watson A.Name - \: "Re: Serial port interfacing"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Dec 2004 00:46:58 -0500
UART is about the simplest.
You can do a software uart, but that isn't all that easy.
You can also send data on the handshake leads, or clock bits into a shift
register, by setting the data on the handshake lead, and sending a null
(0x00) byte out the uart to clock each bit.
The answer to this greatly depends on exactly what you're trying to do.
- Next message: NSM: "Re: I need a good tinkerer who can help me with a project - Better Explanation"
- Previous message: Art: "Re: Very first commercial computer kit?! by NRI on Ebay - Neat!"
- In reply to: Shashank: "Serial port interfacing"
- Next in thread: Watson A.Name - \: "Re: Serial port interfacing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|