Usb2lcd


Closed Thread
Results 1 to 5 of 5

Thread: Usb2lcd

  1. #1

    Default Usb2lcd

    Does sombody did already somthing wit a USB PIC and a LCD?

  2. #2
    Dave_C2's Avatar
    Dave_C2 Guest


    Did you find this post helpful? Yes | No

    Default

    I have used the 16C765 and 16C745 to drive VK5121 Graphic LCD, DMF5003, and 4X20 character LCDs. The only problem is they are not flash chips so you need to have a UV eraser.

    I use VB5 to send the information to the displays.

    Dave

  3. #3
    Join Date
    Sep 2004
    Location
    Les Angles (FRANCE)
    Posts
    18


    Did you find this post helpful? Yes | No

    Talking

    HI all,

    look at :

    http://www.compsys1.com/workbench/pUSB/pusb.html

    note:

    microchip will release (soon please !!!!) 4 new PIC with USB and flash !

    PIC18F2455, PIC18F2550, PIC18F4455 and PIC18F4550

    wait and see!

    à bientôt!
    Jean-François

    F4CDH

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Hi all,
    maybe i'm wrong with this but... If you don't want to use these pain in the a... UV PIC, you can use an external USB controller like USBN9603-28M or USBN9604-28M from National Semiconductor with your favorite FLASH PIC.

    regards

  5. #5
    Join Date
    Dec 2008
    Posts
    48


    Did you find this post helpful? Yes | No

    Default

    I've found this schematic that helped with the wire-up between an 18F2550 and a USBN9604.
    <a href="http://www.massmind.org/images/www/hobby_elec/e_pic6_f1.htm">http://www.massmind.org/images/www/hobby_elec/e_pic6_f1.htm</a>

    The way all is hooked up, I had assumed that communication would be via SPI, but now do not think so. I have read the USBN9604 data sheet (a couple times) and it appears that I need to send commands in order to receive data via microwire... versus just wait for SSPBUF to fill.

    Does anybody have sample code for a PIC and USBN9604? Any language will be fine, but PBP would be even nicer.

    Or, even a pointer as to what to use. Such as, would SPI work fine? Or, should I do a byte level shiftin and shiftout, with commands on the first two bits as described in the microwire section of the USBN9604 data sheet?

    Any help is appreciated. The finalized USB key logger code with schematic will be posted back into this forum.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts