Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
PIC18f5440 usb lcd interface?
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792
-
- Posts: 53
- Joined: November 19th, 2008, 12:00 pm
PIC18f5440 usb lcd interface?
I just bought a PIC18F4550.
Anyone know how to make a simple, usb -> HD47780 interface?
I have good soldering skills, and some programming skills, but i have never done anything PIC before.
Anyone know how to make a simple, usb -> HD47780 interface?
I have good soldering skills, and some programming skills, but i have never done anything PIC before.
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
-
- Posts: 53
- Joined: November 19th, 2008, 12:00 pm
thanks, any links for that source or c18 student edition?
i also have no idea about the chip pins and signals, do they need resistors, capacitors?
ive heard terms like pullup resistor but i have no idea what it means
Im also completely new to coding for pic's, ive only done c/c++ some console apps before.
i also have no idea about the chip pins and signals, do they need resistors, capacitors?
ive heard terms like pullup resistor but i have no idea what it means
Im also completely new to coding for pic's, ive only done c/c++ some console apps before.
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
You can begin the journey here: http://www.microchip.com/
This is PIC18F4550's page: http://www.microchip.com/wwwproducts/De ... e=en010300
there you will find the datasheet and various application notes.
You will have to download the USB framework: http://www.microchip.com/stellent/idcpl ... e=en537044 and look inside for USB CDC example (USB COM port)
That example can be compiled with
C18 http://www.microchip.com/stellent/idcpl ... e=en010014
installed after first installing
MPLAB IDE http://www.microchip.com/stellent/idcpl ... t=SW007002
Have a good read and post back
This is PIC18F4550's page: http://www.microchip.com/wwwproducts/De ... e=en010300
there you will find the datasheet and various application notes.
You will have to download the USB framework: http://www.microchip.com/stellent/idcpl ... e=en537044 and look inside for USB CDC example (USB COM port)
That example can be compiled with
C18 http://www.microchip.com/stellent/idcpl ... e=en010014
installed after first installing
MPLAB IDE http://www.microchip.com/stellent/idcpl ... t=SW007002
Have a good read and post back

-
- Posts: 53
- Joined: November 19th, 2008, 12:00 pm
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
-
- Posts: 53
- Joined: November 19th, 2008, 12:00 pm
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
-
- Posts: 71
- Joined: November 18th, 2007, 6:11 pm
- Location: Bariloche, Argentina
- Contact: