![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| I'm using ATMEGA16. It provides me with code to transmit and receive data via the USART. I've been looking for an RS232 to invert TTL conversion device on the internet and I can't find anything. Thanks! Hani A.
__________________ i\'m actually a novice in the robotics field and would love to get help to lunch my projects.. | |
| |
| | (permalink) |
| do a google search for MAX232 | |
| |
| | (permalink) |
| You can also use the LT1181 which I have used successfully. | |
| |
| | (permalink) |
| hi You can use every RS232 IC for example max 232 or ICL 132 &ICL 233 from HARRIS semiconductore BUT i have a happy suggestion test THis circut Its very chep and work very well [img]
__________________ student_electronic_eng hope is best | |
| |
| | (permalink) |
| :idea: For my serial work on PICs (i know you are using an atmel, but it may help others...) I just use a 10k resistor to the RX pin (on the PIC) and connect the TX (from the PIC) straight to the PC. The catch.... you can't use the UART, the rs232 data is now "inverted", all the max232 ic's etc invert the data for use with the PIC UART... It works a treat, i have used this reliably (over standard cable lengths) to 115200 at 8mhz Let me know if anyone wants the code for the serial tx/rx!
__________________ Regards MATT! | |
| |