Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,489

    No, I just add the serial number, load the...

    No, I just add the serial number, load the program to the pic and use
    HidD_GetSerialNumberString(DeviceProperties.HIDhandle, SerNum(0), 128) function to get the serian string
  2. Replies
    4
    Views
    4,489

    The solution is to use the serial number string...

    The solution is to use the serial number string in the usb descriptor.

    Shamir

    PS.
    I want to update my serial number, PID , VID from the data stored in the EEPROM , is it possible ?
    I tried...
  3. Replies
    4
    Views
    4,489

    Some HID devcie on one computer

    Hi all

    I have a HID device that I built, and I want to connect some units to a single computer,

    How can I access them?
    I want them all with the same PID & VID; by different PID is not the...
  4. Replies
    0
    Views
    2,357

    How to write bootloader ?

    Hi,

    Can you explain me how to write a boot loader firmware?,
    The boot loader is design for 18f2455 chip, with USB communication.

    I'm using this chip for about a year, and until now I use...
  5. Replies
    2
    Views
    2,233

    Interrupt while asmmbler command.

    Hi,

    I know that PBP will not go to ISR while it is in a PBP command, but is it also true when performing a asm command ?

    I tryed it and as i show it dosn't ,am i wrong ?

    Thanks
    Shamir
  6. Replies
    2
    Views
    6,321

    So easy, now I'm sure that I have lot to learn....thanks

    Thanks you
  7. Replies
    2
    Views
    6,321

    How to reset the pic by software ?

    Hi

    I'm using pic 18f2455 and I want to reset the pic (goto 0) by software,
    I'm also using bootloader (microchip) and:
    DEFINE LOADER_USED 1 ' Bootlader is used
    DEFINE RESET_ORG 800h ...
  8. Replies
    1
    Views
    2,357

    USB and Interrupt - can it work together ?

    Hi all

    I'm using a PICBASIC PRO and pic18f2455 to communicate with a PC by USB.

    Every time I use any Interrupt (Timer, External) The USB communication fail.

    Can they work together?

    Thanks...
  9. Replies
    1
    Views
    2,608

    USBSERVICE & timer

    Hi,

    I'm using pic18f2455 to communicate with a PC and send result of a test the pic does, the test take a while, so I can't call the USBSRVICE offten enough,
    I tought to use a timer to run the...
  10. Replies
    5
    Views
    5,201

    HDI programm

    Dose any one have a working HDI program using VB on the pc, so I can check my circute and lern from it ?

    Thanks
    Shamir
  11. Replies
    5
    Views
    5,201

    the code...

    Hi,

    all the project files are attached,

    This is the pic code:

    define OSC 20 ' Osc is 20MHz
    DEFINE LOADER_USED 1 ' Bootlader if used
    DEFINE RESET_ORG 800h ...
  12. Replies
    5
    Views
    5,201

    USB communication with pic

    Hi,

    I'm working on a porject that should send data from the pic to the PC by USB.

    I use the EasyHid to get the pic programm and the VB programs, and I do get handle to the pic (182455), and...
  13. Replies
    3
    Views
    6,135

    How to use interrupt on pic basic ?

    Hi all,
    I'm new here and on picbasic,

    I'm working on a old version of program that written in PICBASIC, and I want to add interrupt to it, but I can't understand how to do it...

    On picbasic...
  14. Replies
    2
    Views
    4,023

    How to use Interrupt on picbasic?

    Hi all,
    I'm new here and on picbasic,

    I'm working on a old version of program that written in PICBASIC, and I want to add interrupt to it, but I can't understand how to do it...

    On picbasic...
Results 1 to 14 of 14