Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
pinky said:i want to interface rs232 of pc with pic16f877.
in pic side i like to use inbuilt serial ports
how can use the serial ports of pic16f877
give me some examples for initilize pins,configure serial port,baud rate settingsand everything
crust said:Do you need to use a MAX232 or equivalent on this PIC?
Nigel Goodwin said:pinky said:i want to interface rs232 of pc with pic16f877.
in pic side i like to use inbuilt serial ports
how can use the serial ports of pic16f877
give me some examples for initilize pins,configure serial port,baud rate settingsand everything
Look at my RS232 tutorial at http://www.winpicprog.co.uk, one of the later ones uses the USART in a 16F876.
robosat said:hai any one there , please provide me with a working ckt dig of max232
which can transmit data from a serial port to something(transmitter)
which can receive data from something(receiver) to serial port
.....so that i can transmit data between two PIC.
...."For two PICs, one don't need to use MAX232.
If both PICs are on same power supply voltages level, e.g. +5V, and both has hardware USART feature, then just simply connect RX pin of one PIC to the TX pin of another and you are done regarding hardware.