Hi there,
first of all thanks for this program, especially for making it open-source friendly.
I tried using it with a custom parallel-port programmer that I built myself, and was wondering how to set the custom programmer parameters. Here's what I did:
1. I created an ".ini" file with the same syntax as I would for WinPIC
2. In the "interface" tab of WxPIC, I specified a custom LPT programmer in the "Interface Type" drop down list, and navigated to my custom interface file below it.
3. Now when I start WxPIC, I get an error message with the following error: "XML parsing error: 'syntax error' at line 1".
4. In the "Messages" tab, I see the following line: "Error in PIC_HW_Init: Cannot read definition file "C:\Program Files\WxPic\interfaces\myprog.ini"." (myprog.ini being my custom file)
My OS is Windows Vista Home Basic. I have tested my ini file with WinPIC and found it to work on a 16F84 board that I have.
Is this error because you've shifted to an xml format for custom programmers, from the ini format of WinPIC? If so, where could I get some info on the format of this xml file? Or is there some other issue?
If it helps, these are the contents of my ini file:
-----------------------------------------------------
[Info]
Purpose=MyProg
[ProgrammerControlLines]
DataIn=bsy
OkButton=nc
VppOnOff=D1
VddOnOff=nc
Connect=nc
ClockOut=D2
DataOut=D3
DataOutWhileReading=1
PullMclrDown=nc
ClkEnable=nc
OutEnable=nc
RedLed=nc
GreenLed=nc
----------------------------------------
Thanks
- Ashwin