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.

What is the baud rate at which PC communicates ?

Status
Not open for further replies.
Re: baud rate

how do we do serial communication with pc , say i want to display 10 on my computer, how do i do it ,
 

baud rate

1if u are using PIC microcontroller then go these step
1.set baud rate and put data in buffer
 
Re: baud rate

Hi My Frinde

the baude rate is the speed of serial data transfer and you can configuare pc at any baude you need from 300,600,1200,2400,4800,9600,19200,... etc

don't forget to configuar the same baue rate at micro and pc

now...tell me your micro and compiler ... and tell also the pc software then i'lltry to help

Regards
 

Re: baud rate

if you asking to the meaning of the boud rate: the boud rate means the symbol rate as by digital modulation the symbol can contain more than one bit like the QPSK (Quadrature Phase shift Keying) the symbol has the information of two bits & hence the boud rate = bit rate/2
the advantage is to save bandwidth
best regards,
Rania
 

Re: baud rate

you need to set up the baud rate of the controller same as of the computer, secondly if you are using Hyper terminal the you need to send the data in ASCII format, you need to see the list of ASCII for 1 and for 0, It means you need to send the data in two bytes.
regards
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top