Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,696

    Hi Steve, thanks for your response. I've...

    Hi Steve,

    thanks for your response. I've generated is with easyhid. I haven't changed anything in the .asm files.
  2. Replies
    4
    Views
    4,696

    USBBufferSize setting

    I've generated some PIC and VB code with EASYHID. I've set the max buffersize (in/out) on 20. However now I want to change this and it is not possible.

    I have changed the settings in the PBP...
  3. Replies
    2
    Views
    2,912

    I do that because I think that accessing...

    I do that because I think that accessing information with an array is quicker than than accessing information of the PIC eeprom. I have not found information whether I'm right or wrong.
    Within my...
  4. Replies
    2
    Views
    2,912

    Array problem (18F2550)

    I use the 18F2550
    The configuration settings of my application are arranged in de Eeprom of the PIC. At the beginning of my application the complete Eeprom information is copied (read) to an Array...
  5. Hi Darrel, I've tried it however it is not...

    Hi Darrel, I've tried it however it is not working. I've used the following.

    IF (usb_device_state = CONFIGURED_STATE) THEN
    high dataled
    ELSE
    low dataled
    ENDIF

    During USB...
  6. Hi Bruce, thank you for your almost exelent and...

    Hi Bruce, thank you for your almost exelent and simple sollution. Almost exelent because it will cost me 1 I/O and I don't have one I/O left. I have made a mistake because after testing this code...
  7. Software on PIC will come in loop after disconnect USB connection

    My application is connected via USB to a PC. Within my application I'm using a 18F2550 PIC. A status change of a I/O will be send via USB to PC.

    The code which I'm using for outgoing:
    ...
  8. Replies
    13
    Views
    8,326

    Hi, Try to set de _PLLDIV_1_1L to...

    Hi,

    Try to set de _PLLDIV_1_1L to _PLLDIV_5_1L. This is also the setting when I'm using USB on the 18F2550 with a 20MHz oscillator.

    Regards,
    Ronald.
  9. 18F2550 MCRL/RE3 problem with USB bootloader Microchip

    I've modified the USB bootloader code of microchip for letting it work on the 18F2550. Within my application there is only one button connected to pin 1. When this button is pressed during power-up...
Results 1 to 9 of 9