Hi folks. I'm hoping someone can help me out here. I run a mac, so my roommate let me install a Serial PCI card on his computer to program the PIC18F2550.
I am using Dmitris artwork for the new one board layout.
I'm using WinPic. The first issue is the PCI card is showing the ports as being numbers 5-8. WinPic is telling me that I have to use the win API for ports above 4. Can I still program the chip with that API in use?
When I try at this point, I am getting this error:
Info: Loading definitions for "PIC18F2550" from C:\Program Files\WinPic\devices.ini .
Info: Support for some newer PIC18F devices added by Martin v.d. Werff 2005
Couldn't find "devices\PIC18F2550.dev", please borrow/copy from MPLAB !
PIC18F: family='21'=4550, WriteLatch=32 bytes, EraseLatch=64 bytes .
Initialising PIC-Programmer: Success.
Testing: delay(500ms) took 0.50 seconds, timer_freq=3.5795 MHz ... ok
Programming...
Erasing ("bulk" or "chip") ...
Programming CODE, 0x000000..0x001CF2
Verifying CODE, 0x000000..0x001CF2
Verifying 0x000000..0x001CF2
Verify Error: 000000: read 00FFFF, wanted 00EF67, mask 00FFFF ==> diff=001098
Verify Error: 000002: read 00FFFF, wanted 00F00E, mask 00FFFF ==> diff=000FF1
Verify Error: 000004: read 00FFFF, wanted 000012, mask 00FFFF ==> diff=00FFED
Verify Error: 000006: read 00FFFF, wanted 000012, mask 00FFFF ==> diff=00FFED
More Verify Errors, unable to list all (total=3706)
Programming CONFIG, 0x300000..0x30000C
Verifying CONFIG, 0x300000..0x30000C
Verifying 0x300000..0x30000C
Verify Error: 300000: read 00FFFF, wanted 000E22, mask 00FFFF ==> diff=00F1DD
Verify Error: 300002: read 00FFFF, wanted 001E3F, mask 00FFFF ==> diff=00E1C0
Verify Error: 300004: read 00FFFF, wanted 0081FF, mask 00FFFF ==> diff=007E00
Verify Error: 300006: read 00FFFF, wanted 00FF85, mask 00FFFF ==> diff=00007A
More Verify Errors, unable to list all (total=7)
ERROR: Programming FAILED !
Any help would be appreciated.
I have the usb cable plugged in and I jumpered the connection so the PIC is getting the +5v from the USB. However, I'm not getting any LED indication or anything-not sure if I should be?