Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Follow the following steps
1>Enable the serial communication in MC
2>Write the ISR for the serial communication such that whenever the serial interrupt occurs the data is stored in some memory location(this is to ensure that next character will not spoil the previous data).
The wiring can be done as follow(assuming a fullduplex)
if you dont want to use ISR you can even use printf and scanf in you MCU program. ..
prinft will give you instruction on HT and whatever you type in HT will be read by scanf
connect lcd pins as shown in the code and use rs232 cable and connect MC and serial port of comp. config hyperterminal as per settings done in the code and you get the output
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.