Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: pmacleod; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    108
    Views
    161,760

    Sticky: Re: LCD_AnyPin.pbp

    Is it possible to take this 1 step further and support LCDs with 2 Enable pins?
  2. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    All I can say is WOW, thanks so much, you are an absolute genius :D

    I searched and search the new PBP 2.60 manual and did not see any mention of that and would have never guessed that was the...
  3. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    Wierd thing is it works fine if i use the old method but still compile for PBP 2.60, its just the new method of putting the descriptor in a BAS file as an include that does not work.... I guess I...
  4. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    I converted my project to the new format and everything was ok so I went ahead and added the section for the Endpoint 1 In. Once I added it I started getting 'Block overflow for ENDASM'.

    I went...
  5. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    Ok I am seeing some wierd things in the new USB Descriptor file for PBP 2.60. Is there a filesize limit for the descriptors now?
  6. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    Ok I just had some of that code you gave me in wrong place, seems to be working fine now.

    I noticed they really changed the USB examples in the new PBP, is it hard to convert an exsisting project...
  7. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    I am using a custom HID Bootloader (Modified the Microchip one since it won't compile using the free tools)

    I am also using an external 48MHz Oscilator since I have hundreds.
  8. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    Ok I updated to PBP 2.60 (just found the CD) and it compiles ok now but if I enable the innterrupt routines it won't detect the device.
  9. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    Thanks again for the help.

    I put the code you sugested in but I keep getting an error saying Syntax Error for

    UIE = $7F 'ENABLE USB INTERRUPTS

    I am using Picbasic Pro 2.47
  10. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    Would it be difficult to do the USB Service with an interrupt routine instead of in the main loop?
  11. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    Sounds good but I need this to be universal meaning must work with Mac and Linux as well as PC. Standalone app with custom driver would not work in this case.
  12. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    Ok now that that is worked out its time to move on to next stage, adding a standard HID or CDC interface to access the PIC from a PC/Mac.

    Is it possible to combine a second interface to the same...
  13. Replies
    31
    Views
    49,782

    Re: HID USB Multimedia Keypad

    Well looks like nobody had any luck figuring this out but thats ok. It was a simple problem in the HID Descriptor I missed but its fixed now.

    Only problem I am having now it the keys keep...
  14. Replies
    31
    Views
    49,782

    HID USB Multimedia Keypad

    Hi, I am trying to make a simple multimedia keypad (Next, Previous, Play, Stop, Eject, Volume Up, Volume Down) and can't seem to get it to work. I started with the example HID Keyboard and it worked...
Results 1 to 14 of 14