2015-06-11, 21:45:23
I finally got this working,
The only thing that was wrong with it was the fact I had uncommented "USE_TXENABLE" once I commented that out and got the correct fuse configuration bits set everything appears to work just fine. I ended up not using the config bit fuses on the code but instead I just set them up independently using MPLAB. Once I generate the hex file and burn one device I can then read the device with it's config bits on to a hex file and then use that hex file as my boot loader load file for future programming.
The only thing that was wrong with it was the fact I had uncommented "USE_TXENABLE" once I commented that out and got the correct fuse configuration bits set everything appears to work just fine. I ended up not using the config bit fuses on the code but instead I just set them up independently using MPLAB. Once I generate the hex file and burn one device I can then read the device with it's config bits on to a hex file and then use that hex file as my boot loader load file for future programming.