Hello all, Consider the atmega48 microcontroller by Atmel corp. I want to connects its USART to my PC. Basically i want the microcontroller to talk to to computer. How can i do this? 1. Using a serial port? 2. Can a build my own PCI/ISA card for the pc so that it can read from the uC and send the data to the computer where other devices can use the information? 3. Other options? Thank you
USART microcontroller communication
Started by ●February 20, 2006
Reply by ●February 20, 20062006-02-20
ahmed.sharifi@gmail.com wrote:> Hello all, > > Consider the atmega48 microcontroller by Atmel corp. I want to connects > its USART to my PC. Basically i want the microcontroller to talk to to > computer. > > How can i do this? > > 1. Using a serial port?Yes. You need an electrical level translator between the serial port of the chip and the cable to the PC. A representative chip is Maxim MAX232 and its derivatives.> 2. Can a build my own PCI/ISA card for the pc so that it can read from > the uC and send the data to the computer where other devices can use > the information?Too complicated.> 3. Other options?None sensible, if the idea is to use the serial port of the controller. -- Tauno Voipio tauno voipio (at) iki fi
Reply by ●February 20, 20062006-02-20
Tauno Voipio wrote:> ahmed.sharifi@gmail.com wrote: > > Hello all, > > > > Consider the atmega48 microcontroller by Atmel corp. I want to connects > > its USART to my PC. Basically i want the microcontroller to talk to to > > computer. > > > > How can i do this? > > > > 1. Using a serial port? > > Yes. You need an electrical level translator between > the serial port of the chip and the cable to the PC. > A representative chip is Maxim MAX232 and its derivatives.Or with a few transistors.> > > 2. Can a build my own PCI/ISA card for the pc so that it can read from > > the uC and send the data to the computer where other devices can use > > the information? > > Too complicated.Unnecessary.> > > 3. Other options? > > None sensible, if the idea is to use the serial port of > the controller.Not serial, but parallel port would be cheaper and faster.
Reply by ●February 21, 20062006-02-21