From: Frans S. <fra...@gm...> - 2009-03-19 07:55:28
|
Hi Jasper, > > My usbpic prog is now programmed with svn version 552 firmware, and i've > using usbpicprog rev 559 on ubuntu 8.10. > > usbpicprog corectly identifies 16F88's and a 16F84A. Using the commandline > I can successfully read the 16F84A and reprogram it. If i swap the 16F84A > for a 16F88 the pic programmer appears to be able to read the pic, but the > results are all 1's (i.e. 0xff for data memory, 0xff3f for code memory). > > This seems to be a bug then. Unfortunately I don't have the chance anymore to test all the devices I implement, since microchip doesn't send free samples anymore :'( I will put a note on the website that 16F88 is not working properly and I'll have a good look through the code. > If i try to write to the 16F88 it appears to write correctly (the pic > programmer returns '2' for each chunk written, and 1 when it's done (i added > some debugging)), but when the pic is put into a jdm programmer and read > it's blank. > ok, so it seems reading is ok (as it reads ff3f) but writing doesn't work. > Also if i use the usbpicprog gui it hangs on reading and writing with both > the 16F88 and 16F84A > well, can you tell me when it hangs (maybe a screenshot)? Does it give a segfault? How about 0.2.0 of the software? does it also hang on the 16F84A? Did you use the .deb package or did you build it yourself? > I need the Hightech C18 compiler to compile the upp firmware? does anyone > have a good link to what needs to be done to get it running under wine? > No, it's the Microchip C18 compiler that I use Cheers, Frans |