- This topic has 1 reply, 2 voices, and was last updated 10 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › [ASK] How to combine many ATmega16 into 1 PC using USART
Dear All
Is that possible to combine many ATmega16 into 1 PC using USART? And how to address it?
Please help me
Your microcontroller can take only TTL serial communication. The PC use some different logic levels for serial communication. You have to use a serial to TTL converter. Use conertor IC, MAX232.
Connect the serial port of PC to MAX232 IC via DB9 connector, then MAX232 to the serial pin of your microcontroller. Use any software like hiperterminal, putty etc. to see the data coming from the controller, or to send data to the controller