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.

Sending and receiving byte through COM port(RS232)

Status
Not open for further replies.

snaiks

Member level 1
Joined
Jul 28, 2007
Messages
34
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Activity points
1,501
Hi!:D
I am new to embedded systems programming. Can any body help me sending and receiving the byte through serial port of 89C51?
:?:
 

There are hundreds of post on similar subject ..
Just use SEARCH with "8051 AND rs232" or "89C51 AND rs232" ..
Here is an example:


Regards,
IanP
 

Thanks, but can you specifically recommend any site or link? because searching with such text bombards hundreds of topics.
 

For sending and recieving byte throught serial port of the COM u need to have null modem cable connected via MAX 232 to ur 89C51.

For programming u need to decide first baud rate u want to communicate with.
According to ur working frequency calculate count to be kept in counter.

Counter has to be kept in such mode that it will interrupt after count reached FF.

On PC side open hyper Terminal with same baud rate setting.

I think this will give u the outline of what u want.
 

    snaiks

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top