Downloads

DOWNLOAD THE PDF FOR YOUR KIT

CTCSS kits:

pdf_symbol[1] Download CTCSS 47 Encoder Kit PDF | Laden Sie CTCSS Encoder Bausatz PDF
pdf_symbol[1] Download CTCSS Decoder Kit PDF | Laden Sie CTCSS Decoder Bausatz PDF
pdf_symbol[1] Download CTCSS Decoder/ Display PDF | Laden Sie CSS Decoder / Display Bausatz PDF

DTMF Kits:

pdf_symbol[1] Download DTMF Decoder Kit PDF * | Laden Sie DTMF Decoder Bausatz PDF*
pdf_symbol[1] Download 8 output DTMF Decoder kit PDF* | Laden Sie 8 Ausgang DTMF Decoder Bausatz PDF*
pdf_symbol[1] Download DTMF Detector Kit PDF * | Laden Sie DTMF Detektor Bausatz PDF*
pdf_symbol[1] Download DTMF Opto Kit PDF *  | Laden Sie DTMF Opto Decoder Bausatz PDF*
pdf_symbol[1] Download DTMF Servo Kit PDF * | Laden Sie DTMF Servo Bausatz PDF*
pdf_symbol[1] Download DTMF Encoder Kit PDF | Laden Sie DTMF Encoder Bausatz PDF
pdf_symbol[1] Download DTMF Display Kit PDF | Laden Sie DTMF-Display Bausatz PDF
pdf_symbol[1] Download DTMF (SMT) Decoder Module PDF* | Laden Sie DTMF (SMT) Decoder-Modul PDF*

If you have purchased one of the kits above with an * by the name, please download these additional notes as well:

pdf_symbol[1] Download Additional Notes PDF | Laden Sie Erganzungen

PIC Kits:

pdf_symbol[1] Download PIC18 Kit PDF
pdf_symbol[1] Download PIC28 Kit PDF
pdf_symbol[1] Download PIC40 Kit PDF
pdf_symbol[1] Download PIC Development Kit PDF

PIC DEMO KIT SOURCE CODE EXAMPLES DOWNLOADS.

Example Programs for MPLABX and the XC8 C Compiler
zip_file Project files for the demonstration program: LCD display, temperature sensor, RS232 TX (at 4800 baud 8N1), AD input, loop counter for the PIC16F1827.

This is the program included in the PIC supplied with the kit.

The files are in XC8 C, the compiler is available free from Microchip. Download and install MPLABX from the Microchip Website, then download and install the XC8 C Compiler.

After un-zipping, open MPLABX then file / open project and double click on picdemo_mplabx_project.

zip_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 XC8 C, the compiler is available free from Microchip. Download and install MPLABX from the Microchip Website, then download and install the XC8 C Compiler.

After un-zipping, open MPLABX then file / open project and double click on usart_demo_xc8.

Example Programs for MPLAB 8.xx and the HITECH C Compiler

zip_symbol 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.

zip_symbol 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

zip_symbol 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 .

Use this a the base for any MPASM projects.