Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    9,405

    Re: #config...#endconfig

    thanks,

    Yes that compiles OK
    I turned the WDT off though. don't know what the other options are....

    where can I get the reference on these options? they don't look like the ones in the INFO...
  2. Replies
    16
    Views
    9,405

    Re: #config...#endconfig

    thanks,
    that helps a lot seeing where they are located as a reference
    but...
    CONFIG WDTE = OFF
    still gives "CONFIG directive Error: (setting "WDTE in the supplied MicroCode...
  3. Replies
    16
    Views
    9,405

    #config...#endconfig

    Hi,

    I'm just starting up with pbp3 after using pbp 2.xx for a long time now.
    I'm trying the configuration settings in my code so I don't have to set or correct them in the melabs usb programmer...
  4. Replies
    8
    Views
    6,181

    Re: pic18F6722 issues

    Darned bypass caps... didn't have enough of them. Newest Artwork Programs fine.
  5. Replies
    8
    Views
    6,181

    Re: pic18F6722 issues

    Hi,
    I scoped the DAT and CLK lines and they see that the data line is not transitioning to ground very far (about 1/3 the way).
    I measured the resistance of CLK and DAT to ground and VCC and...
  6. Replies
    8
    Views
    6,181

    Re: pic18F6722 issues

    Hi,
    Here is the basic schematic as I pulled it off of the .PCB file view.
  7. Replies
    8
    Views
    6,181

    Re: pic18F6722 issues

    Hi,
    ExpressPCB has a schematic capture but I don't usually spend the time with it. I "read" the PCB instead.

    Brian
  8. Replies
    8
    Views
    6,181

    Re: pic18F6722 issues

    Hi,
    I've add the PDF generated by primoPDF.
    I have the PGM pin pulled low by a 4.7k. I will scope the PGD abd PGC lines next. There is nothing different about them from my other working designs...
  9. Replies
    8
    Views
    6,181

    pic18F6722 issues

    Hi all,
    I'm trying to bring up a pic design that's using an 18F6722. I've used these parts about 8 times in the past but this one is really stumping me. As far as I can tell, this design is not...
  10. Replies
    20
    Views
    35,067

    OK so I tried the code. Now I see you guys are...

    OK so I tried the code. Now I see you guys are right with the 5 bit shift.
    The device is capable of 12bits or 0.25 deg resolution if shifted only 3 times.

    Brian
  11. Replies
    20
    Views
    35,067

    I'm writing some code for this device also. I'm...

    I'm writing some code for this device also. I'm wondering why the shift of 5 places to the right when in the data sheet it looks like only 3 shifts right should put the Temperatures lsb in the...
  12. Replies
    25
    Views
    26,874

    Thanks, I'll try your code out. though I'm...

    Thanks,
    I'll try your code out. though I'm at Rev. 2.5 I just ordered an upgrade to the Latest PBPro.
    I generated a Feature report using HIDMaker with a 64byte array (similar to what I've...
  13. Replies
    25
    Views
    26,874

    I'll try the Interrupt Service method. I did ask...

    I'll try the Interrupt Service method. I did ask (Jan A. ) about the delays and she wrote back:

    "Every API call adds overhead. An alternative would be to define an IN Feature report for each...
  14. Replies
    25
    Views
    26,874

    Hi, My polling interval looks to be 1msec if...

    Hi,
    My polling interval looks to be 1msec if I understand the polling interval
    in my DESCUSBFixture.asm file
    from that:

    Endpoint1In
    retlw (EndPoint1Out-Endpoint1In)/2 ; length of...
  15. Replies
    25
    Views
    26,874

    Easy HID Command -Response application

    Hi all,
    I've been working with some USB for a bit now.
    I have a 64byte array being sent both directions and I simply structure the array with the command for the PIC along with a 'sequence'...
  16. Replies
    12
    Views
    6,668

    Found something.... It seems that there needs to...

    Found something....
    It seems that there needs to be at least 2 items in the HSEROUT command

    If I do: HSEROUT [DEC 1] it fails to compile.

    but if I use: HSEROUT[DEC 1,2] it will compile.

    ...
  17. Replies
    12
    Views
    6,668

    This is strange, I commented all the ansi stuff...

    This is strange, I commented all the ansi stuff out. Then brought it back in
    a bit at a time and now it will compile. ??????????

    I tried deleting all the output files but that did not help. Now...
  18. Replies
    12
    Views
    6,668

    Now it won't compile once again!???!!!! It did...

    Now it won't compile once again!???!!!!
    It did compile a few time then I tried adding the HSEROUT back in jsut after
    the CurMove command and it did not compile. Now it won't compile.

    ...
  19. Replies
    12
    Views
    6,668

    That fixed it but it would not compile with just...

    That fixed it but it would not compile with just the

    HSEROUT [10] Before or After the CurMove command
  20. Replies
    12
    Views
    6,668

    Darrel, I added the HSEROUT command and that...

    Darrel,

    I added the HSEROUT command and that worked but the CurMove command gives me some errors. I'm using MPASM in Microcode studio.

    Thanks,
    ...
  21. Replies
    12
    Views
    6,668

    ansi codes

    Darrel,
    I included your ansi.inc file and tried a compile but mpasm gave errors.

    sonmething about "found label after column 1" and
    a few illegal charcters.

    I'm using pbp in Microcode...
Results 1 to 21 of 21