eeweb.com

Basic USB-RS232 Communication by PIC Microcontroller

Basic USB-RS232 Communication by PIC Microcontroller

The quickest way to display something is probably sending the data to the computer to be displayed on the monitor. One of the ways to do this is to use the USART module on board the PIC Microcontroller by making use of the pins RC6 and RC7 which is also the TX and RX pins respectively when the SPEN bit on the RCSTA register is set.

Read More Source:http://www.geocities.com/dariuskrail20/COMM.html
Thank you.

Related Links
More about PIC Microcontroller
More circuit com
More circuit about USB RS232 converter

LCD 2 USB by Atmel AVR Mega8 CPU
USB DS1820 PC Thermometer by PIC16C745
USB to RS232 Converter by IC MAX235
USB to Serial Adapter RS-232
USB to Serial Interface by MAX213
Basic USB-RS232 Communication by PIC Microcontroller
Control stepping motor via USB interface
USB Data acquisition with PIC18F4550

Related Posts :

  • Why build my own USB to RS232 converter when there are adapters already available from many suppler? The Answer is simple: Neither the strand "USB to RS232 converter" actually worked *properly ...

  • The circuit shown will convert logic level voltages to and from RS232 serial voltages levels. For basic serial comms between a Microchip PIC and a PC or other device you generally only need to ...

  • USB to serial interface is based on the powerful FT232 chip from FTDI. It enables very easy connection of the user's application to the PC via the USB port, without necessity of any deep knowledge ...

  • This code runs on a PIC 16F627A or 628A (and A.F.A.I.K 627/628 parts). It uses the serial USART on the PIC to communicate with a PC. Through this a simple CLI (Command Line Interface) is implement ...

  • USB to Serial Adapter RS-232 Serial Port to USB The USB to Serial adapter (converter) lets you use a serial PDA, GPS, cell, etc. with a standard USB port. This adapter is the easiest way to ad ...