.: EMICROS :.  Embedded Micro Software
Home CAN232 CANUSB I2C232 I2CUSB CanWiser Learn C
Add your text here
Contact

Email : info@emicros.com

Ordering Information

.: Ordering using our PayPal powered shopping cart (PayPal account not required).

CAN232 : $79
CANUSB : $89
I2C232 : $79

I2CUSB : $89

Click here to View Cart and check out.

 

 

 

 

The PIC16F876 has a Universal Synchronous Asynchronous Receiver Transmitter (USART) which allows us to send and receive information over a serial channel. In the past, we would have used a MAX232 device to connect the 5 volt RX and TX signals of the micro to the +-12 volt RS232 signals used by the comm port on a PC. PicWiser uses the USB connection for serial communications.

The classic C introduction program is to write a program that prints "Hello World!" on the display device. Since PicWiser doesn't have a display, the serial channel is used and we'll use the PC as the display. Add the following functions to a file called serial.c as they are developed. Also add the necessary function prototypes and #defines to serial.h.

 
 
Copyright 2010 Embedded Micro Software. All rights reserved