Continue to Site

Welcome to EDAboard.com

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.

Send data from hyperterminal to microcontroller.

Status
Not open for further replies.

kishore680

Member level 5
Joined
Mar 14, 2012
Messages
81
Helped
3
Reputation
6
Reaction score
4
Trophy points
1,298
Location
Bangalore
Activity points
1,833
Whatever character i type in Hyperterminal must be read by microcontroller. And microcontroller after reading that data should send that data to say virtual terminal(so that i know communication is successful).. I dunno how to send data from hyperterminal. What are the settings to be done in hyperterminal,i am using 8051..
 

Attachments

  • eda.rar
    33.4 KB · Views: 97

View attachment terminal.rar

use this software it is very very helpful and easy to use in place of hyper terminal
only select the com eg com1 or com 2 whatever in your pc
select baud rate, same as your micro controller settings eg. 9600
select data bit = 8
select parity = none
select stop bit = 1
select handsahking = none
and type in the text box "transmit"
if your micro will reply you will see result in the text box "receive"
 

Should i load hex file?... And COMPIM also i set to com1 and same i did in Terminal.. Yet i didnt get in receive section
 

I dont know basics of Hyperterminal.. Ityped in the hyperterminal. where is the option for send.There is send file option. which file ?
 

hey i have attached a software for you . have u download it or not ? it is more better than heperterminal . hyperterminal is obsolete and typical.
if you do not download it than download from below link.
 

Attachments

  • terminal.rar
    307.7 KB · Views: 94

I m using one virtual terminal to send and one to receive.Here i used max232 in between .So one VT is like sending data from PC and there is max232 middle and then there is uc.. Image is as shown below
 

Attachments

  • lsl.JPG
    lsl.JPG
    160.5 KB · Views: 114

according to your picture your connections are wrong.. now do like that
USE ONLY ONE VIRTUAL TERMINAL NOT TWO

1.connect microcontrollers pin no. - 10(RXD) to max 232 pin no. -12(R1OUT) (which is already)
2.connect microcontrollers pin no. - 11(TXD) to max 232 pin no. -11(T1IN)

3.connect max 232 pin no. -13(R1IN) to virtual terminals TXD
3.connect max 232 pin no. -14(T1OUT) to virtual terminals RXD

now send data.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top