![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| I have this programmerhttp://tinyurl.com/58rll with the software they provide I can't program 18F PICs and their forum wasn't much help either. The programmer has a pre-programmed PIC on it so I think that may limit it to the currently supported PICs but it does come with a config file so newer PICs can be added. Does anyone have any ideas on either adding new lines to the config file or writing new software for it? Thanks all for any suggestions | |
| |
| | (permalink) |
| hmmm ...NICE ...which pick is on the board..?? | |
| |
| | (permalink) | ||
| Quote:
Code: [16F8XA] USE_ID=1 WORDLENGTH=14 FLASH=1 LP=1,3FFC XT=1,3FFD HS=1,3FFE RC=1,3FFF INTRC=0,3FFF INTRCOUT=0,3FFF EXTRC=0,3FFF EXTRCOUT=0,3FFF CODEPROTECT=1,000F,3FFF POWERUP=1,3FF7,3FFF WATCHDOG=1,3FFF,3FFB BROWNOUT=0,3FFF,3FFF RESETPIN=0,3FFF,3FFF DATAMEMPROTECT=0,3FFF,3FFF PARITY=0,3FFF,3FFF DEBUG=0,3FFF,3FFF WRT=0,3FFF,3FFF LVP=0,3FFF,3FFF like this Code: 16F84A=16F8XA,1024,64 and this Code: 16F84A=9,000101011 here too Quote:
now ya just gotta figure out what it all means... | |||
| |
| | (permalink) | |
| Quote:
I would suggest the only option is to approach the manufacturers and see if they are planning to update the software?. | ||
| |
| | (permalink) |
| Thanks for the input, I'll get in touch manufacturers and see what they have to say. Nigel is the P16PRO40 programmer capable of programming the 18F PICs? | |
| |
| | (permalink) | |
| Quote:
I've not studied the programmer you have, but from a quick look at it's picture, it looks like the programming software may be on the PCB, inside another PIC - the 'proper' way to do a serial port or USB programmer!. But which requires both the PIC on the board changing (or reprogramming), and probably the PC software updating as well, to add further different devices. | ||
| |