Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Thread: PIC List?

    by sirnoname
    Replies
    3
    Views
    2,826

    Re: PIC List?

    Thanks!

    :(

    no PIC16F1459 is supported
  2. Thread: PIC List?

    by sirnoname
    Replies
    3
    Views
    2,826

    PIC List?

    Hello,

    sorry to ask this common question:
    Where to I find a list of the 500 supported PIC chips?
    Want to upgrade to the latest version but I do not see the differences from my version to the new...
  3. Replies
    12
    Views
    10,058

    look, here is a interrupt handler of keyboard LED...

    look, here is a interrupt handler of keyboard LED on 16C745 / 765

    ' Define interrupt handler
    DEFINE INTHAND usbint
    ' Assembly language interrupt handler
    asm
    ; W, STATUS and PCLATH registers...
  4. Replies
    3
    Views
    5,185

    As I wrote above, I rewrote the asm part. look...

    As I wrote above, I rewrote the asm part.

    look the main thread:
    http://forum.microchip.com/tm.aspx?m=189607&mpage=1
  5. Replies
    4
    Views
    4,081

    Done now, some mistake in the asm firmware...

    Done now, some mistake in the asm firmware solved.
    Now i have 1xCDC, 4xHID working at same time in one device.

    Seems the chip dont like twice endpoint resets :)

    cu
  6. Replies
    4
    Views
    4,081

    Hi mister_e, are you from Melab, because u...

    Hi mister_e,

    are you from Melab, because u wrote it like u are ?

    Now i can say that this failure only appears if I use composite devices.
    Such as keyboard and mouse. Therefore I modified the...
  7. Replies
    4
    Views
    4,081

    PortA reset zero after USBINIT / Service ?

    Hi,

    i wonder why the portA goes zero after the first
    USBService behind an USBINIT ?
    What is the reason ? The C18 works correct. Seems a problem in PicBasic :(
    USBReset=PortReset ?
    Also if I...
  8. Replies
    3
    Views
    5,185

    Ok, done now. I got 4xHID and one CDC running in...

    Ok, done now.
    I got 4xHID and one CDC running in same device.
    You have to write new asm code for usb.
    I don't know why melabs dont support more devices ?
    Changing asm code is much more work.
    Not...
  9. Replies
    6
    Views
    6,895

    Make the Joystick as a mouse, then all 3D Shooter...

    Make the Joystick as a mouse, then all 3D Shooter in Linux
    are supported automatical :)
    The mouse samples are deliverd by microchip ...
  10. Replies
    3
    Views
    5,185

    Component Device Support ?

    Hi all,

    i tried to get an 18f2455 device working with an keyboard
    and mouse in an component device. This is not working at me.
    I am searching for examples with component devices like
    the 16c745...
  11. Replies
    1
    Views
    2,993

    Help with HS in sample programms

    Hi,

    I got really big problem to find out which config bits are needed
    for the USB18 demo's in the PBP directory. (oszillator)
    I use a 20MHz quarz as used in the LABXU board and want to
    run the...
  12. Replies
    4
    Views
    3,933

    Got it. But why the PBP Compiler is not updated ?

    Got it.
    But why the PBP Compiler is not updated ?
  13. Replies
    4
    Views
    3,933

    Using PM.exe with newer USB Chips ??

    Hi,

    i just tried to compile the USB18 Jademo.
    I disabled the "Use MPASM Assembler" Checkbox,
    as I did with my 16C745 USB Pic.
    But now I get an Error of the 18F2455.inc:

    [235] Opcode Expected...
Results 1 to 13 of 13