sku: DEV-00027
Description: Want a serial LCD with some muscle? Maybe you just need a compact development board with a USB connection. This development board is what you've been looking for. The PIC-MT-USB uses a 40-Pin PIC at 20MHz, takes power from the USB port, communicates serially through the FTDI USB<->RS232 IC, interfaces directly to a backlit 2x16 character LCD, and leaves 16 general purpose IO pins for your wildest ideas.
Take a look at the example code for a quick start into using the USB-Serial connection for directly printing to the LCD screen.
Dimensions: 95x36mm (3.7x1.4")
Documents:
Drivers: This board uses the FT232BM from FTDI. Drivers are here.
Spark Fun MT-USB Example Code - Code to get you started with the LCD, buttons, internal EEPROM, etc.
Board does not come with PIC installed. Please see a list of related ICs below.
COM-00226
PIC 40 Pin 20MHz 8K 8A/D - 16F877ACAB-00512
USB Cable A to B - 6 FootPGM-09671
MPLAB Compatible USB PIC ProgrammerPGM-09667
MPLAB Compatible Mini USB PIC Programmer
Comments 3 comments
Hi
This is the lcd controller
HD44780U
And here is a working code for this device:
http://www.ccsinfo.com/forum/viewtopic.php?t=24661
You have to change these pins to fit your this board like that:
#define LCD_DB4 PIN_D4
#define LCD_DB5 PIN_D5
#define LCD_DB6 PIN_D6
#define LCD_DB7 PIN_D7
#define LCD_E PIN_D2
#define LCD_RS PIN_D0
#define LCD_RW PIN_D1
And the LCD LIGHT is on PIN_D3
The code is for the CCS C compiler.
Amnon
Beginner question, just getting started with PIC micros. Bought this PIC-MT-USB and the recommended 16F877A. Would greatly appreciate if someone could provide basic step-by-step first time through instructions on how to load and run the MT-USB example code via the USB connection to Win7 PC (no RS232 port). Do I need to put a bootloader on the 16F877A first? If so, can I do that with the USB connection to the PIC-MT-USB?
Is this developpement code is compatible with different 40 pins PIC than the PIC16F887A ? Ex : PIC18F4450-I/P