|

PIC demo kit Source Code examples downloads.
Project files for the demonstration program: LCD
display, temperature sensor, RS232 TX (at 4800 baud 8N1), AD input, loop counter for the PIC16F1827
The files are in HI-TECH C, the compiler is
available free from Microchip and is included in the free MPLAB download.
This is the program included in the PIC supplied
with the kit.
After un-zipping, if you have MPLAB installed on your computer,
just double click on the .mcp file.
Project to receive characters from the serial port (RS232 RX) and
display them on the LCD, the program also outputs a message to the serial port
(RS232 TX), at 4800 baud 8N1.
When the display is full it clears and carries on
displaying characters received.
The files are in HI-TECH C, the compiler is
available free from Microchip and is included in the free MPLAB download.
After un-zipping, if you have MPLAB installed on your computer,
just double click on the .mcp file.
MPASM (assembler) program: this program sets-up all the
configuration registers and the USART at 4800 baud 8N1 with interrupt, any
character received causes a TX response of RX <CR><LF>.
Use this a the base for any MPASM projects.
More programs to be added shortly.
|