|
|
|
18f2455
|
|
Date: 2006/04/05 12:40
|
By: jf
|
Status: Visitor
|
|
|
|
|
|
|
Hey thanks very much for the project, it looks great. Just two question though. Is it a simple case of changing the .lkr file in Mplab to program an 18f2455 instead of the one used in this project? If not, do you know what to do? and Do you have to change the driver when changing functionality of the device, i.e if you wanted to read data from six channels?
|
|
|
|
|
Re:18f2455
|
|
Date: 2006/04/05 13:16
|
By: Mat
|
Status: Admin
|
|
|
Karma: 7  
|
|
| Posts: 211 |   | |
|
Hey, your right, it should just be a matter of changing the linker, (and the device in config, if your programming with mplab), you might want to change the pin out a bit as well (see io_cfg.h for the mappings) to suit your application.
You should never have to make any changes to the windows driver, unless your like me and want to change the icon or the name of the driver, but essentially leave the driver alone.
Mat
|
|
|
|
|
|
Re:18f2455
|
|
Date: 2009/10/14 02:46
|
By: ken9661
|
Status: Visitor
|
|
|
|
|
|
|
Hi Mat or jf,
I did modified the linker file of rm18f4550.lkr and change the content of "FILES p18f4550.lib" to "FILES p18f2455.lib" and compile it successfully, however the PC cannot detect the PIC anymore! Would you please to point out my problem?
Thanks!
|
|
|
|