Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,511

    Re: I don't understand my mistake

    hi,

    I find my mistake :-)
    I uninstall mplab 8.85 for the last mplab version : 8.92...

    and now all my code is compiled without error ... really crazy :-)
  2. Replies
    3
    Views
    2,511

    Re: I don't understand my mistake

    hi,

    this was my first idea, but the n's is correct, it is the same in pic18f45k50.pbpinc file
    and the 285 value for BORV is correct too

    may be I don't check an option in editor option? I...
  3. Replies
    3
    Views
    2,511

    I don't understand my mistake

    hello everybody,

    before format my PC, my code worked well and the compilator too
    after I installed all my programs (same programs) on my fresh windows, I got a error that I don't understand...
  4. Replies
    0
    Views
    2,333

    18F45K50 usb problem

    hello everybody,

    I try to use PIC18F45K50 with internal usb module for communicate with my PC.
    I don't use a external crystal but only the internal clock (may be my mistake?)

    If I use only...
  5. Replies
    2
    Views
    3,270

    Re: reset_org with 16f193X ?

    hi,
    thanks for you reply
    I don't find your answer in my manual (LOL) I have the version 6/09 :confused:
    It only write "DEFINE RESET_ORG 0h ‘Change reset address"

    Before I write my bootloader,...
  6. Replies
    2
    Views
    3,270

    reset_org with 16f193X ?

    hi everobody,

    I use a 16F193x with a home bootloader
    my bootloader is put between 0x0000 and 0x08FF

    I created a test program with picbasic pro 2.60c
    but when I use a routine : DEFINE...
  7. Re: how can I increase the size of HID usb buffer?

    thanks you

    so it's for that I find nothing to increase it
    I would prefer one buffer of 128 bytes but it's impossible :'(
  8. how can I increase the size of HID usb buffer?

    hello everybody,

    I would increase the maximum buffer size of my hid usb device (18F2550)
    I used easyhid to write a little exemple

    I can increase the size to 64 (input or output) but not more...
  9. Replies
    4
    Views
    3,942

    Re: AES encryption writed in PICBASIC PRO ?

    I did it with a asm source find in the web

    a little adaptation , and it's good :cool:
  10. Replies
    4
    Views
    3,942

    Re: AES encryption writed in PICBASIC PRO ?

    lol it's just for this part

    all other part of my program is writed and it's not a copy/paste ;-)
  11. Replies
    4
    Views
    3,942

    AES encryption writed in PICBASIC PRO ?

    hi everybody,

    who know where I can find AES algorythme writed in PICBASIC PRO?:confused:

    thanks
  12. Replies
    4
    Views
    3,535

    Re: how can I test a bit in a arrow

    yes I do the same, but I thinked have more simple code for do it

    sorry for the english 'arrow => array' ;-)
  13. Replies
    4
    Views
    3,535

    how can I test a bit in a arrow

    hello,

    I would test a bit in a buffer of arrow
    I have a buffer of 8 bytes

    for exemple:
    buffer var byte[8]

    buffer[0] = %11110000
    buffer[1] = %10011010
Results 1 to 13 of 13