Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    11,052

    Menu Code Example, 5 buttons, LCD

    I have been reading a lot of examples from these forums over the past year and learning a lot about PICS and programming using PIC BASIC so I thought I would try to contribute.

    Here is a base...
  2. Replies
    4
    Views
    4,371

    Joe S. Thanks for the link, that was exactly...

    Joe S.

    Thanks for the link, that was exactly what I was looking for. I haven't played with marcos much but this will be a good start.

    I have been searching for a couple hours using the forum...
  3. Replies
    4
    Views
    4,371

    Assign different port bits to an array?

    I have several outputs that are on different ports. I would like to use an array to cycle through the outputs, turning then on and off one at a time.

    Is there a way to assign different port bits...
  4. Replies
    4
    Views
    3,726

    Thanks for the response Bruce. I will try your...

    Thanks for the response Bruce. I will try your example when I get to my bench later tonight.

    For some reason I am having a hard time getting my head around how PBP handles arrays and formatting...
  5. Replies
    4
    Views
    3,726

    running version 2.6

    running version 2.6
  6. Replies
    4
    Views
    3,726

    Copying Array to Array

    I am having trouble copying from one array to another.

    if I do this it works:



    array1 VAR BYTE [30]
    CopyMe VAR BYTE[30]

    For I = 0 to 29
  7. Replies
    772
    Views
    591,594

    It works

    What I found interesting is that PicBasicPro compiles this code correctly for XINT on. Using brackets and leaving out the access parameter for addresses under 0x5F.

    The blinky light code I...
  8. Replies
    772
    Views
    591,594

    The Diolan bootloader works as a HID USB device...

    The Diolan bootloader works as a HID USB device and my end app will eventually be a HID devices as well. If I get time this weekend I will try the Microchip HID bootloader, as Bruce indicated that...
  9. Replies
    772
    Views
    591,594

    I will have to explore the Microchip bootloader a...

    I will have to explore the Microchip bootloader a little more. I strayed away from it because I think it requires a .dll and I wanted a usb bootloader that would work with the standard microsoft...
  10. Replies
    772
    Views
    591,594

    Ok, it looks like the code is trying to goto...

    Ok, it looks like the code is trying to goto 0xa34 in the attached file.
    It gets to 0x091C - MOVWF PCL, ACCESS and resets the PIC.

    Here are the values for PC:

    Update Address Symbol...
  11. Replies
    772
    Views
    591,594

    I think I have two problems. One the jumper...

    I think I have two problems.

    One the jumper for bootloader mode is a PB that will tie portb.1 and 2 to ground when pressed. Walking through the bootloader code with the MPLAB debugger the portb...
  12. Replies
    772
    Views
    591,594

    Same result

    If I don't have the TRISB config the bootloader never enters the user program mode.

    I added the TRISB = %1111110 and it enters the user program but still shows an undetected USB device after a few...
  13. Replies
    772
    Views
    591,594

    This hardware config give the same results as the...

    This hardware config give the same results as the original issue...ie the LED does not blink and the code appears to run off into la la land. Not sure how it is being detected as a usb device with...
  14. Replies
    772
    Views
    591,594

    Odd

    I added the port configuration and acon register configs. That has an effect...
    The bootloader never leaves the bootloader mode to run the user app.

    if I comment out the Hardware configuration...
  15. Replies
    772
    Views
    591,594

    Diolan Bootloader, 18F4550, DT_INTS-18

    I have a small test board that has an ICSP and a USB connection to a pic 18f4550. I have a reset button on the MCLR and a second button on portb.1. An led is connected to portb.0

    The ICSP is...
Results 1 to 15 of 15