You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(13) |
Nov
(27) |
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
(13) |
Mar
(24) |
Apr
(4) |
May
(11) |
Jun
(1) |
Jul
(4) |
Aug
(1) |
Sep
|
Oct
(6) |
Nov
(5) |
Dec
(2) |
2010 |
Jan
(1) |
Feb
(22) |
Mar
(52) |
Apr
(7) |
May
(19) |
Jun
(12) |
Jul
(9) |
Aug
(8) |
Sep
(7) |
Oct
|
Nov
(8) |
Dec
(7) |
2011 |
Jan
(12) |
Feb
(7) |
Mar
(10) |
Apr
(14) |
May
|
Jun
(1) |
Jul
|
Aug
(11) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
(5) |
Feb
(2) |
Mar
(6) |
Apr
(12) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(17) |
Nov
|
Dec
|
2013 |
Jan
(7) |
Feb
(6) |
Mar
(6) |
Apr
(21) |
May
(7) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Matt H. <mh...@me...> - 2013-05-28 05:32:59
|
What is the status of 16C devices? I noticed there are some commented enums in the firmware prog.h and pictype.h and device_table.h have 16CXXX listings, but there aren't any 16C devices in index.xml. Were these intended for the future, but never implemented, or were they disabled for some reason? Thanks, Matt |
From: ShadowCaster <sha...@gm...> - 2013-04-26 10:31:13
|
Hello Frans, I implemented all the changes as per you instructions, now VDD = 4.97V and VPP=12.82V. It is an improvement though the 628A seems to be a really picky pic because it still refusing to be programmed... On Thu, Apr 25, 2013 at 5:50 PM, ShadowCaster <sha...@gm...>wrote: > Thank you Frans i'm not using an external power supply so i'll remove D4 > and replace it with a wire and also short the D9. > > > On Thu, Apr 25, 2013 at 4:22 PM, Frans Schreuder <fra...@gm... > > wrote: > >> I use the MBRL0520 (500mA, 300mV Vf) I don't know any equivalent >> through hole version but you can probably find it yourself. >> If you are not using an external power supply for your target chip, you >> can also just short the diode. >> >> Frans >> >> >> On 25-4-2013 15:13, ShadowCaster wrote: >> >> Do you have any specific model for the VDD diode to propose? Something >> like 1N5822RL or 1N5817 will be acceptable? >> >> >> On Thu, Apr 25, 2013 at 3:44 PM, Frans Schreuder < >> fra...@gm...> wrote: >> >>> Yes you can just replace D4 with a wire, there are no problems if you >>> do that. >>> Also it is smart to replace the diode which is in series with VDD with a >>> low drop shottky diode. >>> >>> On 25-4-2013 14:40, ShadowCaster wrote: >>> >>> Hello Frans, >>> >>> Probably you didn't receive my previous e-mail due to the attached >>> picture, >>> >>> VDD is almost perfect 5V if i remember correctly. >>> >>> Can i change the D4 on my current board without any other side effects >>> or there are more changes needed ? I printed a board based on your through >>> hole schematics so if there are more changes involved probably there will >>> be difficult to implement. >>> >>> Regards, >>> Nick >>> >>> >>> On Wed, Apr 24, 2013 at 9:22 PM, Frans Schreuder < >>> fra...@gm...> wrote: >>> >>>> Hello Nick, >>>> >>>> The voltage is on the low side. For this reason, in the new schematic, >>>> D4 has been replaced by a 0R resistor (or a wire). Have you also measured >>>> VDD? >>>> >>>> Kind regards, >>>> >>>> Frans Schreuder >>>> >>>> >>>> On 04/24/2013 07:54 PM, Nick wrote: >>>> >>>> Hello Frans, >>>> >>>> I measured the voltage between VPP and GND using a multimeter in the >>>> pic pins, it is 12.21V. I assume that this is not enough for programing the >>>> 628A? >>>> >>>> On 24/4/2013 3:46 μμ, Frans Schreuder wrote: >>>> >>>> The io_test function is good for an indication, but not very accurate >>>> in voltage. Using a multimeter is a better option. >>>> >>>> On 24-4-2013 13:58, ShadowCaster wrote: >>>> >>>> Hello Frans, >>>> >>>> Thanks for your quick reply i'll double check the voltages but i >>>> think that VPP is 11.4 to 12.3 when i try the I/O test function in the >>>> software, i'll connect the programmer with the pic and check with a >>>> multimeter and the I/O test function. >>>> >>>> >>>> On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder < >>>> fra...@gm...> wrote: >>>> >>>>> Dear Nick, >>>>> >>>>> The 16F628A PIC does work with the current software / firmware, >>>>> although this pic is very selective when it comes to operating voltages. >>>>> Please verify that VDD > 4.5V and VPP >13V with the pic connected. >>>>> >>>>> Regards, >>>>> >>>>> Frans >>>>> >>>>> >>>>> On 24-4-2013 13:22, ShadowCaster wrote: >>>>> >>>>> Hello, >>>>> >>>>> I implemented the programmer based on the designs and it >>>>> works flawlessly with a PIC 18F2550 and a 18F1320. >>>>> The thing is that i tried to program a 16F628A that should be >>>>> compatible, although it is properly detected it doesn't write any data to >>>>> it. When i read it i get a repeated pattern : FF 3F FF 3F. >>>>> >>>>> I tried the same pic with a old serial programmer and it is written >>>>> without a problem so it is not a pic problem >>>>> >>>>> I tried both the latest stable as well as the latest devel >>>>> firmware/software. Is the functionality for this model broken in the latest >>>>> versions? Can somebody verify? >>>>> >>>>> Regards >>>>> Nick >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Try New Relic Now & We'll Send You this Cool Shirt >>>>> New Relic is the only SaaS-based application performance monitoring service >>>>> that delivers powerful full stack analytics. Optimize and monitor your >>>>> browser, app, & servers with just a few lines of code. Try New Relic >>>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Try New Relic Now & We'll Send You this Cool Shirt >>>>> New Relic is the only SaaS-based application performance monitoring >>>>> service >>>>> that delivers powerful full stack analytics. Optimize and monitor your >>>>> browser, app, & servers with just a few lines of code. Try New Relic >>>>> and get this awesome Nerd Life shirt! >>>>> http://p.sf.net/sfu/newrelic_d2d_apr >>>>> _______________________________________________ >>>>> Usbpicprog-technical mailing list >>>>> Usb...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>>> >>>>> >>>> >>>> >>>> -- >>>> When a man lies, he murders some part of the world.. >>>> These are the pale deaths which men miscall their lives.. >>>> All these I cannot bear to witness any longer.. >>>> Cannot the kingdom of salvation take me home? >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>> >>>> >>>> >>>> _______________________________________________ >>>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>> >>>> >>>> >>>> _______________________________________________ >>>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>> >>>> >>>> >>>> _______________________________________________ >>>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring >>>> service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! >>>> http://p.sf.net/sfu/newrelic_d2d_apr >>>> _______________________________________________ >>>> Usbpicprog-technical mailing list >>>> Usb...@li... >>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>> >>> >>> -- >>> When a man lies, he murders some part of the world.. >>> These are the pale deaths which men miscall their lives.. >>> All these I cannot bear to witness any longer.. >>> Cannot the kingdom of salvation take me home? >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>> >>> >>> >>> _______________________________________________ >>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring >>> service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! >>> http://p.sf.net/sfu/newrelic_d2d_apr >>> _______________________________________________ >>> Usbpicprog-technical mailing list >>> Usb...@li... >>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >> >> >> -- >> When a man lies, he murders some part of the world.. >> These are the pale deaths which men miscall their lives.. >> All these I cannot bear to witness any longer.. >> Cannot the kingdom of salvation take me home? >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> >> _______________________________________________ >> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring >> service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> > > > -- > When a man lies, he murders some part of the world.. > These are the pale deaths which men miscall their lives.. > All these I cannot bear to witness any longer.. > Cannot the kingdom of salvation take me home? > -- When a man lies, he murders some part of the world.. These are the pale deaths which men miscall their lives.. All these I cannot bear to witness any longer.. Cannot the kingdom of salvation take me home? |
From: Frans S. <fra...@gm...> - 2013-04-25 15:20:33
|
Ok. Just remember to disconnect vdd whenever you are going to use external power Op 25 apr. 2013 16:50 schreef "ShadowCaster" <sha...@gm...> het volgende: > Thank you Frans i'm not using an external power supply so i'll remove D4 > and replace it with a wire and also short the D9. > > > On Thu, Apr 25, 2013 at 4:22 PM, Frans Schreuder <fra...@gm... > > wrote: > >> I use the MBRL0520 (500mA, 300mV Vf) I don't know any equivalent >> through hole version but you can probably find it yourself. >> If you are not using an external power supply for your target chip, you >> can also just short the diode. >> >> Frans >> >> >> On 25-4-2013 15:13, ShadowCaster wrote: >> >> Do you have any specific model for the VDD diode to propose? Something >> like 1N5822RL or 1N5817 will be acceptable? >> >> >> On Thu, Apr 25, 2013 at 3:44 PM, Frans Schreuder < >> fra...@gm...> wrote: >> >>> Yes you can just replace D4 with a wire, there are no problems if you >>> do that. >>> Also it is smart to replace the diode which is in series with VDD with a >>> low drop shottky diode. >>> >>> On 25-4-2013 14:40, ShadowCaster wrote: >>> >>> Hello Frans, >>> >>> Probably you didn't receive my previous e-mail due to the attached >>> picture, >>> >>> VDD is almost perfect 5V if i remember correctly. >>> >>> Can i change the D4 on my current board without any other side effects >>> or there are more changes needed ? I printed a board based on your through >>> hole schematics so if there are more changes involved probably there will >>> be difficult to implement. >>> >>> Regards, >>> Nick >>> >>> >>> On Wed, Apr 24, 2013 at 9:22 PM, Frans Schreuder < >>> fra...@gm...> wrote: >>> >>>> Hello Nick, >>>> >>>> The voltage is on the low side. For this reason, in the new schematic, >>>> D4 has been replaced by a 0R resistor (or a wire). Have you also measured >>>> VDD? >>>> >>>> Kind regards, >>>> >>>> Frans Schreuder >>>> >>>> >>>> On 04/24/2013 07:54 PM, Nick wrote: >>>> >>>> Hello Frans, >>>> >>>> I measured the voltage between VPP and GND using a multimeter in the >>>> pic pins, it is 12.21V. I assume that this is not enough for programing the >>>> 628A? >>>> >>>> On 24/4/2013 3:46 μμ, Frans Schreuder wrote: >>>> >>>> The io_test function is good for an indication, but not very accurate >>>> in voltage. Using a multimeter is a better option. >>>> >>>> On 24-4-2013 13:58, ShadowCaster wrote: >>>> >>>> Hello Frans, >>>> >>>> Thanks for your quick reply i'll double check the voltages but i >>>> think that VPP is 11.4 to 12.3 when i try the I/O test function in the >>>> software, i'll connect the programmer with the pic and check with a >>>> multimeter and the I/O test function. >>>> >>>> >>>> On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder < >>>> fra...@gm...> wrote: >>>> >>>>> Dear Nick, >>>>> >>>>> The 16F628A PIC does work with the current software / firmware, >>>>> although this pic is very selective when it comes to operating voltages. >>>>> Please verify that VDD > 4.5V and VPP >13V with the pic connected. >>>>> >>>>> Regards, >>>>> >>>>> Frans >>>>> >>>>> >>>>> On 24-4-2013 13:22, ShadowCaster wrote: >>>>> >>>>> Hello, >>>>> >>>>> I implemented the programmer based on the designs and it >>>>> works flawlessly with a PIC 18F2550 and a 18F1320. >>>>> The thing is that i tried to program a 16F628A that should be >>>>> compatible, although it is properly detected it doesn't write any data to >>>>> it. When i read it i get a repeated pattern : FF 3F FF 3F. >>>>> >>>>> I tried the same pic with a old serial programmer and it is written >>>>> without a problem so it is not a pic problem >>>>> >>>>> I tried both the latest stable as well as the latest devel >>>>> firmware/software. Is the functionality for this model broken in the latest >>>>> versions? Can somebody verify? >>>>> >>>>> Regards >>>>> Nick >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Try New Relic Now & We'll Send You this Cool Shirt >>>>> New Relic is the only SaaS-based application performance monitoring service >>>>> that delivers powerful full stack analytics. Optimize and monitor your >>>>> browser, app, & servers with just a few lines of code. Try New Relic >>>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Try New Relic Now & We'll Send You this Cool Shirt >>>>> New Relic is the only SaaS-based application performance monitoring >>>>> service >>>>> that delivers powerful full stack analytics. Optimize and monitor your >>>>> browser, app, & servers with just a few lines of code. Try New Relic >>>>> and get this awesome Nerd Life shirt! >>>>> http://p.sf.net/sfu/newrelic_d2d_apr >>>>> _______________________________________________ >>>>> Usbpicprog-technical mailing list >>>>> Usb...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>>> >>>>> >>>> >>>> >>>> -- >>>> When a man lies, he murders some part of the world.. >>>> These are the pale deaths which men miscall their lives.. >>>> All these I cannot bear to witness any longer.. >>>> Cannot the kingdom of salvation take me home? >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>> >>>> >>>> >>>> _______________________________________________ >>>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>> >>>> >>>> >>>> _______________________________________________ >>>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>> >>>> >>>> >>>> _______________________________________________ >>>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring >>>> service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! >>>> http://p.sf.net/sfu/newrelic_d2d_apr >>>> _______________________________________________ >>>> Usbpicprog-technical mailing list >>>> Usb...@li... >>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>> >>> >>> -- >>> When a man lies, he murders some part of the world.. >>> These are the pale deaths which men miscall their lives.. >>> All these I cannot bear to witness any longer.. >>> Cannot the kingdom of salvation take me home? >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>> >>> >>> >>> _______________________________________________ >>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring >>> service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! >>> http://p.sf.net/sfu/newrelic_d2d_apr >>> _______________________________________________ >>> Usbpicprog-technical mailing list >>> Usb...@li... >>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >> >> >> -- >> When a man lies, he murders some part of the world.. >> These are the pale deaths which men miscall their lives.. >> All these I cannot bear to witness any longer.. >> Cannot the kingdom of salvation take me home? >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> >> _______________________________________________ >> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring >> service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> > > > -- > When a man lies, he murders some part of the world.. > These are the pale deaths which men miscall their lives.. > All these I cannot bear to witness any longer.. > Cannot the kingdom of salvation take me home? > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > |
From: ShadowCaster <sha...@gm...> - 2013-04-25 14:50:09
|
Thank you Frans i'm not using an external power supply so i'll remove D4 and replace it with a wire and also short the D9. On Thu, Apr 25, 2013 at 4:22 PM, Frans Schreuder <fra...@gm...>wrote: > I use the MBRL0520 (500mA, 300mV Vf) I don't know any equivalent through > hole version but you can probably find it yourself. > If you are not using an external power supply for your target chip, you > can also just short the diode. > > Frans > > > On 25-4-2013 15:13, ShadowCaster wrote: > > Do you have any specific model for the VDD diode to propose? Something > like 1N5822RL or 1N5817 will be acceptable? > > > On Thu, Apr 25, 2013 at 3:44 PM, Frans Schreuder <fra...@gm... > > wrote: > >> Yes you can just replace D4 with a wire, there are no problems if you >> do that. >> Also it is smart to replace the diode which is in series with VDD with a >> low drop shottky diode. >> >> On 25-4-2013 14:40, ShadowCaster wrote: >> >> Hello Frans, >> >> Probably you didn't receive my previous e-mail due to the attached >> picture, >> >> VDD is almost perfect 5V if i remember correctly. >> >> Can i change the D4 on my current board without any other side effects >> or there are more changes needed ? I printed a board based on your through >> hole schematics so if there are more changes involved probably there will >> be difficult to implement. >> >> Regards, >> Nick >> >> >> On Wed, Apr 24, 2013 at 9:22 PM, Frans Schreuder < >> fra...@gm...> wrote: >> >>> Hello Nick, >>> >>> The voltage is on the low side. For this reason, in the new schematic, >>> D4 has been replaced by a 0R resistor (or a wire). Have you also measured >>> VDD? >>> >>> Kind regards, >>> >>> Frans Schreuder >>> >>> >>> On 04/24/2013 07:54 PM, Nick wrote: >>> >>> Hello Frans, >>> >>> I measured the voltage between VPP and GND using a multimeter in the pic >>> pins, it is 12.21V. I assume that this is not enough for programing the >>> 628A? >>> >>> On 24/4/2013 3:46 μμ, Frans Schreuder wrote: >>> >>> The io_test function is good for an indication, but not very accurate in >>> voltage. Using a multimeter is a better option. >>> >>> On 24-4-2013 13:58, ShadowCaster wrote: >>> >>> Hello Frans, >>> >>> Thanks for your quick reply i'll double check the voltages but i think >>> that VPP is 11.4 to 12.3 when i try the I/O test function in the software, >>> i'll connect the programmer with the pic and check with a multimeter and >>> the I/O test function. >>> >>> >>> On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder < >>> fra...@gm...> wrote: >>> >>>> Dear Nick, >>>> >>>> The 16F628A PIC does work with the current software / firmware, >>>> although this pic is very selective when it comes to operating voltages. >>>> Please verify that VDD > 4.5V and VPP >13V with the pic connected. >>>> >>>> Regards, >>>> >>>> Frans >>>> >>>> >>>> On 24-4-2013 13:22, ShadowCaster wrote: >>>> >>>> Hello, >>>> >>>> I implemented the programmer based on the designs and it >>>> works flawlessly with a PIC 18F2550 and a 18F1320. >>>> The thing is that i tried to program a 16F628A that should be >>>> compatible, although it is properly detected it doesn't write any data to >>>> it. When i read it i get a repeated pattern : FF 3F FF 3F. >>>> >>>> I tried the same pic with a old serial programmer and it is written >>>> without a problem so it is not a pic problem >>>> >>>> I tried both the latest stable as well as the latest devel >>>> firmware/software. Is the functionality for this model broken in the latest >>>> versions? Can somebody verify? >>>> >>>> Regards >>>> Nick >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>> >>>> >>>> >>>> _______________________________________________ >>>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring >>>> service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt! >>>> http://p.sf.net/sfu/newrelic_d2d_apr >>>> _______________________________________________ >>>> Usbpicprog-technical mailing list >>>> Usb...@li... >>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>> >>> >>> -- >>> When a man lies, he murders some part of the world.. >>> These are the pale deaths which men miscall their lives.. >>> All these I cannot bear to witness any longer.. >>> Cannot the kingdom of salvation take me home? >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>> >>> >>> >>> _______________________________________________ >>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>> >>> >>> >>> _______________________________________________ >>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>> >>> >>> >>> _______________________________________________ >>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring >>> service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! >>> http://p.sf.net/sfu/newrelic_d2d_apr >>> _______________________________________________ >>> Usbpicprog-technical mailing list >>> Usb...@li... >>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >> >> >> -- >> When a man lies, he murders some part of the world.. >> These are the pale deaths which men miscall their lives.. >> All these I cannot bear to witness any longer.. >> Cannot the kingdom of salvation take me home? >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> >> _______________________________________________ >> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring >> service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> > > > -- > When a man lies, he murders some part of the world.. > These are the pale deaths which men miscall their lives.. > All these I cannot bear to witness any longer.. > Cannot the kingdom of salvation take me home? > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > > _______________________________________________ > Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > -- When a man lies, he murders some part of the world.. These are the pale deaths which men miscall their lives.. All these I cannot bear to witness any longer.. Cannot the kingdom of salvation take me home? |
From: Frans S. <fra...@gm...> - 2013-04-25 13:22:13
|
I use the MBRL0520 (500mA, 300mV Vf) I don't know any equivalent through hole version but you can probably find it yourself. If you are not using an external power supply for your target chip, you can also just short the diode. Frans On 25-4-2013 15:13, ShadowCaster wrote: > Do you have any specific model for the VDD diode to propose? Something > like 1N5822RL or 1N5817 will be acceptable? > > > On Thu, Apr 25, 2013 at 3:44 PM, Frans Schreuder > <fra...@gm... <mailto:fra...@gm...>> wrote: > > Yes you can just replace D4 with a wire, there are no problems if > you do that. > Also it is smart to replace the diode which is in series with VDD > with a low drop shottky diode. > > On 25-4-2013 14:40, ShadowCaster wrote: >> Hello Frans, >> >> Probably you didn't receive my previous e-mail due to the >> attached picture, >> >> VDD is almost perfect 5V if i remember correctly. >> >> Can i change the D4 on my current board without any other side >> effects or there are more changes needed ? I printed a board >> based on your through hole schematics so if there are more >> changes involved probably there will be difficult to implement. >> >> Regards, >> Nick >> >> >> On Wed, Apr 24, 2013 at 9:22 PM, Frans Schreuder >> <fra...@gm... <mailto:fra...@gm...>> wrote: >> >> Hello Nick, >> >> The voltage is on the low side. For this reason, in the new >> schematic, D4 has been replaced by a 0R resistor (or a wire). >> Have you also measured VDD? >> >> Kind regards, >> >> Frans Schreuder >> >> >> On 04/24/2013 07:54 PM, Nick wrote: >>> Hello Frans, >>> >>> I measured the voltage between VPP and GND using a >>> multimeter in the pic pins, it is 12.21V. I assume that this >>> is not enough for programing the 628A? >>> >>> On 24/4/2013 3:46 ??, Frans Schreuder wrote: >>>> The io_test function is good for an indication, but not >>>> very accurate in voltage. Using a multimeter is a better >>>> option. >>>> >>>> On 24-4-2013 13:58, ShadowCaster wrote: >>>>> Hello Frans, >>>>> >>>>> Thanks for your quick reply i'll double check the voltages >>>>> but i think that VPP is 11.4 to 12.3 when i try the I/O >>>>> test function in the software, i'll connect the programmer >>>>> with the pic and check with a multimeter and the I/O test >>>>> function. >>>>> >>>>> >>>>> On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder >>>>> <fra...@gm... >>>>> <mailto:fra...@gm...>> wrote: >>>>> >>>>> Dear Nick, >>>>> >>>>> The 16F628A PIC does work with the current software / >>>>> firmware, although this pic is very selective when it >>>>> comes to operating voltages. >>>>> Please verify that VDD > 4.5V and VPP >13V with the >>>>> pic connected. >>>>> >>>>> Regards, >>>>> >>>>> Frans >>>>> >>>>> >>>>> On 24-4-2013 13:22, ShadowCaster wrote: >>>>>> Hello, >>>>>> >>>>>> I implemented the programmer based on the designs and >>>>>> it works flawlessly with a PIC 18F2550 and a 18F1320. >>>>>> The thing is that i tried to program a 16F628A that >>>>>> should be compatible, although it is properly >>>>>> detected it doesn't write any data to it. When i read >>>>>> it i get a repeated pattern : FF 3F FF 3F. >>>>>> >>>>>> I tried the same pic with a old serial programmer and >>>>>> it is written without a problem so it is not a pic >>>>>> problem >>>>>> >>>>>> I tried both the latest stable as well as the latest >>>>>> devel firmware/software. Is the functionality for >>>>>> this model broken in the latest versions? Can >>>>>> somebody verify? >>>>>> >>>>>> Regards >>>>>> Nick >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Try New Relic Now & We'll Send You this Cool Shirt >>>>>> New Relic is the only SaaS-based application performance monitoring service >>>>>> that delivers powerful full stack analytics. Optimize and monitor your >>>>>> browser, app, & servers with just a few lines of code. Try New Relic >>>>>> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Usbpicprog-technical mailing list >>>>>> Usb...@li... <mailto:Usb...@li...> >>>>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Try New Relic Now & We'll Send You this Cool Shirt >>>>> New Relic is the only SaaS-based application >>>>> performance monitoring service >>>>> that delivers powerful full stack analytics. Optimize >>>>> and monitor your >>>>> browser, app, & servers with just a few lines of code. >>>>> Try New Relic >>>>> and get this awesome Nerd Life shirt! >>>>> http://p.sf.net/sfu/newrelic_d2d_apr >>>>> _______________________________________________ >>>>> Usbpicprog-technical mailing list >>>>> Usb...@li... >>>>> <mailto:Usb...@li...> >>>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> When a man lies, he murders some part of the world.. >>>>> These are the pale deaths which men miscall their lives.. >>>>> All these I cannot bear to witness any longer.. >>>>> Cannot the kingdom of salvation take me home? >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Try New Relic Now & We'll Send You this Cool Shirt >>>>> New Relic is the only SaaS-based application performance monitoring service >>>>> that delivers powerful full stack analytics. Optimize and monitor your >>>>> browser, app, & servers with just a few lines of code. Try New Relic >>>>> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >>>>> >>>>> >>>>> _______________________________________________ >>>>> Usbpicprog-technical mailing list >>>>> Usb...@li... <mailto:Usb...@li...> >>>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >>>> >>>> >>>> _______________________________________________ >>>> Usbpicprog-technical mailing list >>>> Usb...@li... <mailto:Usb...@li...> >>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >>> >>> >>> _______________________________________________ >>> Usbpicprog-technical mailing list >>> Usb...@li... <mailto:Usb...@li...> >>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance >> monitoring service >> that delivers powerful full stack analytics. Optimize and >> monitor your >> browser, app, & servers with just a few lines of code. Try >> New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> <mailto:Usb...@li...> >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> -- >> When a man lies, he murders some part of the world.. >> These are the pale deaths which men miscall their lives.. >> All these I cannot bear to witness any longer.. >> Cannot the kingdom of salvation take me home? >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... <mailto:Usb...@li...> >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance > monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! > http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > <mailto:Usb...@li...> > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > -- > When a man lies, he murders some part of the world.. > These are the pale deaths which men miscall their lives.. > All these I cannot bear to witness any longer.. > Cannot the kingdom of salvation take me home? > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |
From: ShadowCaster <sha...@gm...> - 2013-04-25 13:13:52
|
Do you have any specific model for the VDD diode to propose? Something like 1N5822RL or 1N5817 will be acceptable? On Thu, Apr 25, 2013 at 3:44 PM, Frans Schreuder <fra...@gm...>wrote: > Yes you can just replace D4 with a wire, there are no problems if you do > that. > Also it is smart to replace the diode which is in series with VDD with a > low drop shottky diode. > > On 25-4-2013 14:40, ShadowCaster wrote: > > Hello Frans, > > Probably you didn't receive my previous e-mail due to the attached > picture, > > VDD is almost perfect 5V if i remember correctly. > > Can i change the D4 on my current board without any other side effects > or there are more changes needed ? I printed a board based on your through > hole schematics so if there are more changes involved probably there will > be difficult to implement. > > Regards, > Nick > > > On Wed, Apr 24, 2013 at 9:22 PM, Frans Schreuder <fra...@gm... > > wrote: > >> Hello Nick, >> >> The voltage is on the low side. For this reason, in the new schematic, D4 >> has been replaced by a 0R resistor (or a wire). Have you also measured VDD? >> >> Kind regards, >> >> Frans Schreuder >> >> >> On 04/24/2013 07:54 PM, Nick wrote: >> >> Hello Frans, >> >> I measured the voltage between VPP and GND using a multimeter in the pic >> pins, it is 12.21V. I assume that this is not enough for programing the >> 628A? >> >> On 24/4/2013 3:46 μμ, Frans Schreuder wrote: >> >> The io_test function is good for an indication, but not very accurate in >> voltage. Using a multimeter is a better option. >> >> On 24-4-2013 13:58, ShadowCaster wrote: >> >> Hello Frans, >> >> Thanks for your quick reply i'll double check the voltages but i think >> that VPP is 11.4 to 12.3 when i try the I/O test function in the software, >> i'll connect the programmer with the pic and check with a multimeter and >> the I/O test function. >> >> >> On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder < >> fra...@gm...> wrote: >> >>> Dear Nick, >>> >>> The 16F628A PIC does work with the current software / firmware, although >>> this pic is very selective when it comes to operating voltages. >>> Please verify that VDD > 4.5V and VPP >13V with the pic connected. >>> >>> Regards, >>> >>> Frans >>> >>> >>> On 24-4-2013 13:22, ShadowCaster wrote: >>> >>> Hello, >>> >>> I implemented the programmer based on the designs and it >>> works flawlessly with a PIC 18F2550 and a 18F1320. >>> The thing is that i tried to program a 16F628A that should be >>> compatible, although it is properly detected it doesn't write any data to >>> it. When i read it i get a repeated pattern : FF 3F FF 3F. >>> >>> I tried the same pic with a old serial programmer and it is written >>> without a problem so it is not a pic problem >>> >>> I tried both the latest stable as well as the latest devel >>> firmware/software. Is the functionality for this model broken in the latest >>> versions? Can somebody verify? >>> >>> Regards >>> Nick >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>> >>> >>> >>> _______________________________________________ >>> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring >>> service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! >>> http://p.sf.net/sfu/newrelic_d2d_apr >>> _______________________________________________ >>> Usbpicprog-technical mailing list >>> Usb...@li... >>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >> >> >> -- >> When a man lies, he murders some part of the world.. >> These are the pale deaths which men miscall their lives.. >> All these I cannot bear to witness any longer.. >> Cannot the kingdom of salvation take me home? >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> >> _______________________________________________ >> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> >> _______________________________________________ >> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> >> _______________________________________________ >> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring >> service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> > > > -- > When a man lies, he murders some part of the world.. > These are the pale deaths which men miscall their lives.. > All these I cannot bear to witness any longer.. > Cannot the kingdom of salvation take me home? > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > > _______________________________________________ > Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > -- When a man lies, he murders some part of the world.. These are the pale deaths which men miscall their lives.. All these I cannot bear to witness any longer.. Cannot the kingdom of salvation take me home? |
From: Frans S. <fra...@gm...> - 2013-04-25 12:44:18
|
Yes you can just replace D4 with a wire, there are no problems if you do that. Also it is smart to replace the diode which is in series with VDD with a low drop shottky diode. On 25-4-2013 14:40, ShadowCaster wrote: > Hello Frans, > > Probably you didn't receive my previous e-mail due to the attached > picture, > > VDD is almost perfect 5V if i remember correctly. > > Can i change the D4 on my current board without any other side effects > or there are more changes needed ? I printed a board based on your > through hole schematics so if there are more changes involved probably > there will be difficult to implement. > > Regards, > Nick > > > On Wed, Apr 24, 2013 at 9:22 PM, Frans Schreuder > <fra...@gm... <mailto:fra...@gm...>> wrote: > > Hello Nick, > > The voltage is on the low side. For this reason, in the new > schematic, D4 has been replaced by a 0R resistor (or a wire). Have > you also measured VDD? > > Kind regards, > > Frans Schreuder > > > On 04/24/2013 07:54 PM, Nick wrote: >> Hello Frans, >> >> I measured the voltage between VPP and GND using a multimeter in >> the pic pins, it is 12.21V. I assume that this is not enough for >> programing the 628A? >> >> On 24/4/2013 3:46 ??, Frans Schreuder wrote: >>> The io_test function is good for an indication, but not very >>> accurate in voltage. Using a multimeter is a better option. >>> >>> On 24-4-2013 13:58, ShadowCaster wrote: >>>> Hello Frans, >>>> >>>> Thanks for your quick reply i'll double check the voltages but >>>> i think that VPP is 11.4 to 12.3 when i try the I/O test >>>> function in the software, i'll connect the programmer with the >>>> pic and check with a multimeter and the I/O test function. >>>> >>>> >>>> On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder >>>> <fra...@gm... <mailto:fra...@gm...>> wrote: >>>> >>>> Dear Nick, >>>> >>>> The 16F628A PIC does work with the current software / >>>> firmware, although this pic is very selective when it comes >>>> to operating voltages. >>>> Please verify that VDD > 4.5V and VPP >13V with the pic >>>> connected. >>>> >>>> Regards, >>>> >>>> Frans >>>> >>>> >>>> On 24-4-2013 13:22, ShadowCaster wrote: >>>>> Hello, >>>>> >>>>> I implemented the programmer based on the designs and it >>>>> works flawlessly with a PIC 18F2550 and a 18F1320. >>>>> The thing is that i tried to program a 16F628A that should >>>>> be compatible, although it is properly detected it doesn't >>>>> write any data to it. When i read it i get a repeated >>>>> pattern : FF 3F FF 3F. >>>>> >>>>> I tried the same pic with a old serial programmer and it >>>>> is written without a problem so it is not a pic problem >>>>> >>>>> I tried both the latest stable as well as the latest devel >>>>> firmware/software. Is the functionality for this model >>>>> broken in the latest versions? Can somebody verify? >>>>> >>>>> Regards >>>>> Nick >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Try New Relic Now & We'll Send You this Cool Shirt >>>>> New Relic is the only SaaS-based application performance monitoring service >>>>> that delivers powerful full stack analytics. Optimize and monitor your >>>>> browser, app, & servers with just a few lines of code. Try New Relic >>>>> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >>>>> >>>>> >>>>> _______________________________________________ >>>>> Usbpicprog-technical mailing list >>>>> Usb...@li... <mailto:Usb...@li...> >>>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance >>>> monitoring service >>>> that delivers powerful full stack analytics. Optimize and >>>> monitor your >>>> browser, app, & servers with just a few lines of code. Try >>>> New Relic >>>> and get this awesome Nerd Life shirt! >>>> http://p.sf.net/sfu/newrelic_d2d_apr >>>> _______________________________________________ >>>> Usbpicprog-technical mailing list >>>> Usb...@li... >>>> <mailto:Usb...@li...> >>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>>> >>>> >>>> >>>> >>>> -- >>>> When a man lies, he murders some part of the world.. >>>> These are the pale deaths which men miscall their lives.. >>>> All these I cannot bear to witness any longer.. >>>> Cannot the kingdom of salvation take me home? >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Try New Relic Now & We'll Send You this Cool Shirt >>>> New Relic is the only SaaS-based application performance monitoring service >>>> that delivers powerful full stack analytics. Optimize and monitor your >>>> browser, app, & servers with just a few lines of code. Try New Relic >>>> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >>>> >>>> >>>> _______________________________________________ >>>> Usbpicprog-technical mailing list >>>> Usb...@li... <mailto:Usb...@li...> >>>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >>> >>> >>> _______________________________________________ >>> Usbpicprog-technical mailing list >>> Usb...@li... <mailto:Usb...@li...> >>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... <mailto:Usb...@li...> >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance > monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! > http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > <mailto:Usb...@li...> > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > -- > When a man lies, he murders some part of the world.. > These are the pale deaths which men miscall their lives.. > All these I cannot bear to witness any longer.. > Cannot the kingdom of salvation take me home? > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |
From: ShadowCaster <sha...@gm...> - 2013-04-25 12:40:31
|
Hello Frans, Probably you didn't receive my previous e-mail due to the attached picture, VDD is almost perfect 5V if i remember correctly. Can i change the D4 on my current board without any other side effects or there are more changes needed ? I printed a board based on your through hole schematics so if there are more changes involved probably there will be difficult to implement. Regards, Nick On Wed, Apr 24, 2013 at 9:22 PM, Frans Schreuder <fra...@gm...>wrote: > Hello Nick, > > The voltage is on the low side. For this reason, in the new schematic, D4 > has been replaced by a 0R resistor (or a wire). Have you also measured VDD? > > Kind regards, > > Frans Schreuder > > > On 04/24/2013 07:54 PM, Nick wrote: > > Hello Frans, > > I measured the voltage between VPP and GND using a multimeter in the pic > pins, it is 12.21V. I assume that this is not enough for programing the > 628A? > > On 24/4/2013 3:46 μμ, Frans Schreuder wrote: > > The io_test function is good for an indication, but not very accurate in > voltage. Using a multimeter is a better option. > > On 24-4-2013 13:58, ShadowCaster wrote: > > Hello Frans, > > Thanks for your quick reply i'll double check the voltages but i think > that VPP is 11.4 to 12.3 when i try the I/O test function in the software, > i'll connect the programmer with the pic and check with a multimeter and > the I/O test function. > > > On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder <fra...@gm... > > wrote: > >> Dear Nick, >> >> The 16F628A PIC does work with the current software / firmware, although >> this pic is very selective when it comes to operating voltages. >> Please verify that VDD > 4.5V and VPP >13V with the pic connected. >> >> Regards, >> >> Frans >> >> >> On 24-4-2013 13:22, ShadowCaster wrote: >> >> Hello, >> >> I implemented the programmer based on the designs and it >> works flawlessly with a PIC 18F2550 and a 18F1320. >> The thing is that i tried to program a 16F628A that should be compatible, >> although it is properly detected it doesn't write any data to it. When i >> read it i get a repeated pattern : FF 3F FF 3F. >> >> I tried the same pic with a old serial programmer and it is written >> without a problem so it is not a pic problem >> >> I tried both the latest stable as well as the latest devel >> firmware/software. Is the functionality for this model broken in the latest >> versions? Can somebody verify? >> >> Regards >> Nick >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> >> _______________________________________________ >> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring >> service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> > > > -- > When a man lies, he murders some part of the world.. > These are the pale deaths which men miscall their lives.. > All these I cannot bear to witness any longer.. > Cannot the kingdom of salvation take me home? > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > > _______________________________________________ > Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > > _______________________________________________ > Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > > _______________________________________________ > Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > -- When a man lies, he murders some part of the world.. These are the pale deaths which men miscall their lives.. All these I cannot bear to witness any longer.. Cannot the kingdom of salvation take me home? |
From: Frans S. <fra...@gm...> - 2013-04-24 18:22:36
|
<html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> Hello Nick,<br> <br> The voltage is on the low side. For this reason, in the new schematic, D4 has been replaced by a 0R resistor (or a wire). Have you also measured VDD?<br> <br> Kind regards,<br> <br> Frans Schreuder<br> <br> <div class="moz-cite-prefix">On 04/24/2013 07:54 PM, Nick wrote:<br> </div> <blockquote cite="mid:517...@gm..." type="cite"> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <div class="moz-cite-prefix">Hello Frans,<br> <br> I measured the voltage between VPP and GND using a multimeter in the pic pins, it is 12.21V. I assume that this is not enough for programing the 628A? <br> <br> On 24/4/2013 3:46 μμ, Frans Schreuder wrote:<br> </div> <blockquote cite="mid:517...@gm..." type="cite"> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <div class="moz-cite-prefix">The io_test function is good for an indication, but not very accurate in voltage. Using a multimeter is a better option.<br> <br> On 24-4-2013 13:58, ShadowCaster wrote:<br> </div> <blockquote cite="mid:CAF...@ma..." type="cite"> <div dir="ltr">Hello Frans, <div><br> </div> <div>Thanks for your quick reply i'll double check the voltages but i think that VPP is 11.4 to 12.3 when i try the I/O test function in the software, i'll connect the programmer with the pic and check with a multimeter and the I/O test function.</div> </div> <div class="gmail_extra"><br> <br> <div class="gmail_quote">On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder <span dir="ltr"><<a moz-do-not-send="true" href="mailto:fra...@gm..." target="_blank">fra...@gm...</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div text="#000000" bgcolor="#FFFFFF"> <div>Dear Nick,<br> <br> The 16F628A PIC does work with the current software / firmware, although this pic is very selective when it comes to operating voltages.<br> Please verify that VDD > 4.5V and VPP >13V with the pic connected.<br> <br> Regards,<br> <br> Frans <div> <div class="h5"><br> <br> On 24-4-2013 13:22, ShadowCaster wrote:<br> </div> </div> </div> <blockquote type="cite"> <div> <div class="h5"> <div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hello,</span> <div style="font-family:arial,sans-serif;font-size:13px"><br> </div> <div style="font-family:arial,sans-serif;font-size:13px">I implemented the programmer based on the designs and it works flawlessly with a PIC 18F2550 and a 18F1320. </div> <div style="font-family:arial,sans-serif;font-size:13px">The thing is that i tried to program a 16F628A that should be compatible, although it is properly detected it doesn't write any data to it. When i read it i get a repeated pattern : FF 3F FF 3F.<br> </div> <div style="font-family:arial,sans-serif;font-size:13px"><br> </div> <div style="font-family:arial,sans-serif;font-size:13px">I tried the same pic with a old serial programmer and it is written without a problem so it is not a pic problem</div> <div style="font-family:arial,sans-serif;font-size:13px"><br> </div> <div style="font-family:arial,sans-serif;font-size:13px">I tried both the latest stable as well as the latest devel firmware/software. Is the functionality for this model broken in the latest versions? Can somebody verify?</div> <div style="font-family:arial,sans-serif;font-size:13px"><br> </div> <div style="font-family:arial,sans-serif;font-size:13px">Regards</div> <div style="font-family:arial,sans-serif;font-size:13px">Nick</div> </div> <br> <fieldset></fieldset> <br> </div> </div> <pre>------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! <a moz-do-not-send="true" href="http://p.sf.net/sfu/newrelic_d2d_apr" target="_blank">http://p.sf.net/sfu/newrelic_d2d_apr</a></pre> <br> <fieldset></fieldset> <br> <pre>_______________________________________________ Usbpicprog-technical mailing list <a moz-do-not-send="true" href="mailto:Usb...@li..." target="_blank">Usb...@li...</a> <a moz-do-not-send="true" href="https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical" target="_blank">https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical</a> </pre> </blockquote> <br> </div> <br> ------------------------------------------------------------------------------<br> Try New Relic Now & We'll Send You this Cool Shirt<br> New Relic is the only SaaS-based application performance monitoring service<br> that delivers powerful full stack analytics. Optimize and monitor your<br> browser, app, & servers with just a few lines of code. Try New Relic<br> and get this awesome Nerd Life shirt! <a moz-do-not-send="true" href="http://p.sf.net/sfu/newrelic_d2d_apr" target="_blank">http://p.sf.net/sfu/newrelic_d2d_apr</a><br> _______________________________________________<br> Usbpicprog-technical mailing list<br> <a moz-do-not-send="true" href="mailto:Usb...@li...">Usb...@li...</a><br> <a moz-do-not-send="true" href="https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical" target="_blank">https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical</a><br> <br> </blockquote> </div> <br> <br clear="all"> <div><br> </div> -- <br> When a man lies, he murders some part of the world..<br> These are the pale deaths which men miscall their lives..<br> All these I cannot bear to witness any longer..<br> Cannot the kingdom of salvation take me home? </div> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://p.sf.net/sfu/newrelic_d2d_apr">http://p.sf.net/sfu/newrelic_d2d_apr</a></pre> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Usbpicprog-technical mailing list <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Usb...@li...">Usb...@li...</a> <a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical">https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical</a> </pre> </blockquote> <br> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://p.sf.net/sfu/newrelic_d2d_apr">http://p.sf.net/sfu/newrelic_d2d_apr</a></pre> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Usbpicprog-technical mailing list <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Usb...@li...">Usb...@li...</a> <a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical">https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical</a> </pre> </blockquote> <br> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! <a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/newrelic_d2d_apr">http://p.sf.net/sfu/newrelic_d2d_apr</a></pre> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Usbpicprog-technical mailing list <a class="moz-txt-link-abbreviated" href="mailto:Usb...@li...">Usb...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical">https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical</a> </pre> </blockquote> <br> </body> </html> |
From: Nick <sha...@gm...> - 2013-04-24 17:58:44
|
Hello Frans, I measured the voltage between VPP and GND using a multimeter in the pic pins, it is 12.21V. I assume that this is not enough for programing the 628A? On 24/4/2013 3:46 μμ, Frans Schreuder wrote: > The io_test function is good for an indication, but not very accurate > in voltage. Using a multimeter is a better option. > > On 24-4-2013 13:58, ShadowCaster wrote: >> Hello Frans, >> >> Thanks for your quick reply i'll double check the voltages but i >> think that VPP is 11.4 to 12.3 when i try the I/O test function in >> the software, i'll connect the programmer with the pic and check with >> a multimeter and the I/O test function. >> >> >> On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder >> <fra...@gm... <mailto:fra...@gm...>> wrote: >> >> Dear Nick, >> >> The 16F628A PIC does work with the current software / firmware, >> although this pic is very selective when it comes to operating >> voltages. >> Please verify that VDD > 4.5V and VPP >13V with the pic connected. >> >> Regards, >> >> Frans >> >> >> On 24-4-2013 13:22, ShadowCaster wrote: >>> Hello, >>> >>> I implemented the programmer based on the designs and it >>> works flawlessly with a PIC 18F2550 and a 18F1320. >>> The thing is that i tried to program a 16F628A that should be >>> compatible, although it is properly detected it doesn't write >>> any data to it. When i read it i get a repeated pattern : FF >>> 3F FF 3F. >>> >>> I tried the same pic with a old serial programmer and it is >>> written without a problem so it is not a pic problem >>> >>> I tried both the latest stable as well as the latest devel >>> firmware/software. Is the functionality for this model broken in >>> the latest versions? Can somebody verify? >>> >>> Regards >>> Nick >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >>> >>> >>> _______________________________________________ >>> Usbpicprog-technical mailing list >>> Usb...@li... <mailto:Usb...@li...> >>> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance >> monitoring service >> that delivers powerful full stack analytics. Optimize and monitor >> your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> <mailto:Usb...@li...> >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> -- >> When a man lies, he murders some part of the world.. >> These are the pale deaths which men miscall their lives.. >> All these I cannot bear to witness any longer.. >> Cannot the kingdom of salvation take me home? >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |
From: ShadowCaster <sha...@gm...> - 2013-04-24 13:02:12
|
Thanks Frans, I'll test it tonight and update with the results. On Wed, Apr 24, 2013 at 3:46 PM, Frans Schreuder <fra...@gm...>wrote: > The io_test function is good for an indication, but not very accurate in > voltage. Using a multimeter is a better option. > > > On 24-4-2013 13:58, ShadowCaster wrote: > > Hello Frans, > > Thanks for your quick reply i'll double check the voltages but i think > that VPP is 11.4 to 12.3 when i try the I/O test function in the software, > i'll connect the programmer with the pic and check with a multimeter and > the I/O test function. > > > On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder <fra...@gm... > > wrote: > >> Dear Nick, >> >> The 16F628A PIC does work with the current software / firmware, although >> this pic is very selective when it comes to operating voltages. >> Please verify that VDD > 4.5V and VPP >13V with the pic connected. >> >> Regards, >> >> Frans >> >> >> On 24-4-2013 13:22, ShadowCaster wrote: >> >> Hello, >> >> I implemented the programmer based on the designs and it >> works flawlessly with a PIC 18F2550 and a 18F1320. >> The thing is that i tried to program a 16F628A that should be compatible, >> although it is properly detected it doesn't write any data to it. When i >> read it i get a repeated pattern : FF 3F FF 3F. >> >> I tried the same pic with a old serial programmer and it is written >> without a problem so it is not a pic problem >> >> I tried both the latest stable as well as the latest devel >> firmware/software. Is the functionality for this model broken in the latest >> versions? Can somebody verify? >> >> Regards >> Nick >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> >> _______________________________________________ >> Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring >> service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> >> > > > -- > When a man lies, he murders some part of the world.. > These are the pale deaths which men miscall their lives.. > All these I cannot bear to witness any longer.. > Cannot the kingdom of salvation take me home? > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > > _______________________________________________ > Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > -- When a man lies, he murders some part of the world.. These are the pale deaths which men miscall their lives.. All these I cannot bear to witness any longer.. Cannot the kingdom of salvation take me home? |
From: Frans S. <fra...@gm...> - 2013-04-24 12:46:28
|
The io_test function is good for an indication, but not very accurate in voltage. Using a multimeter is a better option. On 24-4-2013 13:58, ShadowCaster wrote: > Hello Frans, > > Thanks for your quick reply i'll double check the voltages but i think > that VPP is 11.4 to 12.3 when i try the I/O test function in the > software, i'll connect the programmer with the pic and check with a > multimeter and the I/O test function. > > > On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder > <fra...@gm... <mailto:fra...@gm...>> wrote: > > Dear Nick, > > The 16F628A PIC does work with the current software / firmware, > although this pic is very selective when it comes to operating > voltages. > Please verify that VDD > 4.5V and VPP >13V with the pic connected. > > Regards, > > Frans > > > On 24-4-2013 13:22, ShadowCaster wrote: >> Hello, >> >> I implemented the programmer based on the designs and it >> works flawlessly with a PIC 18F2550 and a 18F1320. >> The thing is that i tried to program a 16F628A that should be >> compatible, although it is properly detected it doesn't write any >> data to it. When i read it i get a repeated pattern : FF 3F FF 3F. >> >> I tried the same pic with a old serial programmer and it is >> written without a problem so it is not a pic problem >> >> I tried both the latest stable as well as the latest devel >> firmware/software. Is the functionality for this model broken in >> the latest versions? Can somebody verify? >> >> Regards >> Nick >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt!http://p.sf.net/sfu/newrelic_d2d_apr >> >> >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... <mailto:Usb...@li...> >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance > monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! > http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > <mailto:Usb...@li...> > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > -- > When a man lies, he murders some part of the world.. > These are the pale deaths which men miscall their lives.. > All these I cannot bear to witness any longer.. > Cannot the kingdom of salvation take me home? > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |
From: ShadowCaster <sha...@gm...> - 2013-04-24 11:58:12
|
Hello Frans, Thanks for your quick reply i'll double check the voltages but i think that VPP is 11.4 to 12.3 when i try the I/O test function in the software, i'll connect the programmer with the pic and check with a multimeter and the I/O test function. On Wed, Apr 24, 2013 at 2:26 PM, Frans Schreuder <fra...@gm...>wrote: > Dear Nick, > > The 16F628A PIC does work with the current software / firmware, although > this pic is very selective when it comes to operating voltages. > Please verify that VDD > 4.5V and VPP >13V with the pic connected. > > Regards, > > Frans > > > On 24-4-2013 13:22, ShadowCaster wrote: > > Hello, > > I implemented the programmer based on the designs and it > works flawlessly with a PIC 18F2550 and a 18F1320. > The thing is that i tried to program a 16F628A that should be compatible, > although it is properly detected it doesn't write any data to it. When i > read it i get a repeated pattern : FF 3F FF 3F. > > I tried the same pic with a old serial programmer and it is written > without a problem so it is not a pic problem > > I tried both the latest stable as well as the latest devel > firmware/software. Is the functionality for this model broken in the latest > versions? Can somebody verify? > > Regards > Nick > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > > _______________________________________________ > Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > -- When a man lies, he murders some part of the world.. These are the pale deaths which men miscall their lives.. All these I cannot bear to witness any longer.. Cannot the kingdom of salvation take me home? |
From: Frans S. <fra...@gm...> - 2013-04-24 11:27:04
|
Dear Nick, The 16F628A PIC does work with the current software / firmware, although this pic is very selective when it comes to operating voltages. Please verify that VDD > 4.5V and VPP >13V with the pic connected. Regards, Frans On 24-4-2013 13:22, ShadowCaster wrote: > Hello, > > I implemented the programmer based on the designs and it > works flawlessly with a PIC 18F2550 and a 18F1320. > The thing is that i tried to program a 16F628A that should be > compatible, although it is properly detected it doesn't write any data > to it. When i read it i get a repeated pattern : FF 3F FF 3F. > > I tried the same pic with a old serial programmer and it is written > without a problem so it is not a pic problem > > I tried both the latest stable as well as the latest devel > firmware/software. Is the functionality for this model broken in the > latest versions? Can somebody verify? > > Regards > Nick > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |
From: ShadowCaster <sha...@gm...> - 2013-04-24 11:23:00
|
Hello, I implemented the programmer based on the designs and it works flawlessly with a PIC 18F2550 and a 18F1320. The thing is that i tried to program a 16F628A that should be compatible, although it is properly detected it doesn't write any data to it. When i read it i get a repeated pattern : FF 3F FF 3F. I tried the same pic with a old serial programmer and it is written without a problem so it is not a pic problem I tried both the latest stable as well as the latest devel firmware/software. Is the functionality for this model broken in the latest versions? Can somebody verify? Regards Nick |
From: ShadowCaster <sha...@gm...> - 2013-04-24 11:17:55
|
Hello, I implemented the programmer based on the designs and it works flawlessly with a PIC 18F2550 and a 18F1320. The thing is that i tried to program a 16F628A that should be compatible, although it is properly detected it doesn't write any data to it. When i read it i get a repeated pattern : FF 3F FF 3F. I tried the same pic with a old serial programmer and it is written without a problem so it is not a pic problem I tried both the latest stable as well as the latest devel firmware/software. Is the functionality for this model broken in the latest versions? Can somebody verify? |
From: Frans S. <fra...@gm...> - 2013-04-06 12:35:19
|
Dear Marc, The package is there. There must be something wrong with your settings. am now not behind a computer. I will get back to you later. Frans Op 6 apr. 2013 14:11 schreef "Marc Cuypers" <ma...@cu...> het volgende: > Hi Frans, > > When trying to install libwxgtk with > Sudo apt-get update > Sudo apt-get install libwxgtk2.9-0 > > I get the following output: > > #sudo apt-get install libwxgtk2.9-0 > > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package libwxgtk2.9-0 is not available, but is referred to by another > package. > This may mean that the package is missing, has been obsoleted, or > is only available from another source > > E: Package 'libwxgtk2.9-0' has no installation candidate > > The repositories listed are: > deb http://ppa.launchpad.net/fransschreuder1/usbpicprog-stable/ubuntuquantal main > deb-src http://ppa.launchpad.net/fransschreuder1/usbpicprog-stable/ubuntuquantal main > > Which could be de source? > > -- > Best Regards, > > Marc > > > > On 04/06/2013 01:37 PM, Frans Schreuder wrote: > > Dear Marc, > > Wxwidgets 2.9 is i the usbpicprog stable repository and should be > installed. Could you try from the command line > Sudo apt-get update > Sudo apt-get install libwxgtk2.9-0 > > Kind regards, > > Frans Schreuder > Op 6 apr. 2013 11:43 schreef "Marc Cuypers" <ma...@cu...> het > volgende: > >> Hi, >> >> I tried to install usbpicprog via the install script on ubuntu 12.10 >> (quantal). >> >> When trying to install the stable package i get the following error: >> The following packages have unmet dependencies: >> usbpicprog : Depends: libwxbase2.9-0 (>= 2.9.1) but it is not >> installable >> Depends: libwxgtk2.9-0 (>= 2.9.1) but it is not installable >> >> Where to iget the libwxgtk2.9-0 or higher package. >> >> Currently package libwxgtk2.8-0:i386 2.8.12.1-11ubuntu3.1 >> is installed. >> >> -- >> Mvg, >> >> Marc >> >> >> >> ------------------------------------------------------------------------------ >> Minimize network downtime and maximize team effectiveness. >> Reduce network management and security costs.Learn how to hire >> the most talented Cisco Certified professionals. Visit the >> Employer Resources Portal >> http://www.cisco.com/web/learning/employer_resources/index.html >> _______________________________________________ >> Usbpicprog-technical mailing list >> Usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical >> > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portalhttp://www.cisco.com/web/learning/employer_resources/index.html > > > > _______________________________________________ > Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > -- > Mvg, > > Marc > > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > |
From: Marc C. <ma...@cu...> - 2013-04-06 12:28:30
|
Hi Frans, I looked in the archives of Quantal. Libwxgtk seems not be available. But in precise it is. I replaced the quantal ppa with precise. Now i got a version working. Probably not the latest version. Can I program a pic with this version? -- mvg, Marc Cuypers. On 04/06/2013 01:37 PM, Frans Schreuder wrote: > > Dear Marc, > > Wxwidgets 2.9 is i the usbpicprog stable repository and should be > installed. Could you try from the command line > Sudo apt-get update > Sudo apt-get install libwxgtk2.9-0 > > Kind regards, > > Frans Schreuder > > Op 6 apr. 2013 11:43 schreef "Marc Cuypers" <ma...@cu... > <mailto:ma...@cu...>> het volgende: > > Hi, > > I tried to install usbpicprog via the install script on ubuntu 12.10 > (quantal). > > When trying to install the stable package i get the following error: > The following packages have unmet dependencies: > usbpicprog : Depends: libwxbase2.9-0 (>= 2.9.1) but it is not > installable > Depends: libwxgtk2.9-0 (>= 2.9.1) but it is not > installable > > Where to iget the libwxgtk2.9-0 or higher package. > > Currently package libwxgtk2.8-0:i386 2.8.12.1-11ubuntu3.1 > is installed. > > -- > Mvg, > > Marc > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > <mailto:Usb...@li...> > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical -- Mvg, Marc |
From: Marc C. <ma...@cu...> - 2013-04-06 12:11:30
|
Hi Frans, When trying to install libwxgtk with Sudo apt-get update Sudo apt-get install libwxgtk2.9-0 I get the following output: #sudo apt-get install libwxgtk2.9-0 Reading package lists... Done Building dependency tree Reading state information... Done Package libwxgtk2.9-0 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libwxgtk2.9-0' has no installation candidate The repositories listed are: deb http://ppa.launchpad.net/fransschreuder1/usbpicprog-stable/ubuntu quantal main deb-src http://ppa.launchpad.net/fransschreuder1/usbpicprog-stable/ubuntu quantal main Which could be de source? -- Best Regards, Marc On 04/06/2013 01:37 PM, Frans Schreuder wrote: > > Dear Marc, > > Wxwidgets 2.9 is i the usbpicprog stable repository and should be > installed. Could you try from the command line > Sudo apt-get update > Sudo apt-get install libwxgtk2.9-0 > > Kind regards, > > Frans Schreuder > > Op 6 apr. 2013 11:43 schreef "Marc Cuypers" <ma...@cu... > <mailto:ma...@cu...>> het volgende: > > Hi, > > I tried to install usbpicprog via the install script on ubuntu 12.10 > (quantal). > > When trying to install the stable package i get the following error: > The following packages have unmet dependencies: > usbpicprog : Depends: libwxbase2.9-0 (>= 2.9.1) but it is not > installable > Depends: libwxgtk2.9-0 (>= 2.9.1) but it is not > installable > > Where to iget the libwxgtk2.9-0 or higher package. > > Currently package libwxgtk2.8-0:i386 2.8.12.1-11ubuntu3.1 > is installed. > > -- > Mvg, > > Marc > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > <mailto:Usb...@li...> > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical -- Mvg, Marc |
From: Frans S. <fra...@gm...> - 2013-04-06 11:37:53
|
Dear Marc, Wxwidgets 2.9 is i the usbpicprog stable repository and should be installed. Could you try from the command line Sudo apt-get update Sudo apt-get install libwxgtk2.9-0 Kind regards, Frans Schreuder Op 6 apr. 2013 11:43 schreef "Marc Cuypers" <ma...@cu...> het volgende: > Hi, > > I tried to install usbpicprog via the install script on ubuntu 12.10 > (quantal). > > When trying to install the stable package i get the following error: > The following packages have unmet dependencies: > usbpicprog : Depends: libwxbase2.9-0 (>= 2.9.1) but it is not installable > Depends: libwxgtk2.9-0 (>= 2.9.1) but it is not installable > > Where to iget the libwxgtk2.9-0 or higher package. > > Currently package libwxgtk2.8-0:i386 2.8.12.1-11ubuntu3.1 > is installed. > > -- > Mvg, > > Marc > > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > |
From: Marc C. <ma...@cu...> - 2013-04-06 09:43:12
|
Hi, I tried to install usbpicprog via the install script on ubuntu 12.10 (quantal). When trying to install the stable package i get the following error: The following packages have unmet dependencies: usbpicprog : Depends: libwxbase2.9-0 (>= 2.9.1) but it is not installable Depends: libwxgtk2.9-0 (>= 2.9.1) but it is not installable Where to iget the libwxgtk2.9-0 or higher package. Currently package libwxgtk2.8-0:i386 2.8.12.1-11ubuntu3.1 is installed. -- Mvg, Marc |
From: Frans S. <fra...@gm...> - 2013-03-28 05:46:08
|
Dear Marcelo, I think i will need a clean virtual machine to test further. Of course i want a simple install procedure. For me it works without installing the old drivers... that's the funny part. Frans Op 28 mrt. 2013 00:48 schreef "Marcelo Maggi" <mm...@ho...> het volgende: > Dear Frans, > > I did a fresh install (deleted all previous installations and drivers). > The new version installs properly (also tested the 64-bit version) and the > only warning I receive is that mi Visual C++ version is more recent (or > something like that). In any case it runs with no problems. > > However, Windows 8 will not recognize the driver for the hardware. I tried > a manual install after running the wdi-simple application but Windows 8 > finds no suitable driver in the folders. > > The solution was to install the previous version (UsbPicProg-amd64-0.5.0 - > Not for Windows 8) and use the drivers available in the "Drivers" folder... > after disabling the validation of driver signature in Windows 8, as I > reported before, the driver is installed and the hardware is properly > recognized in the Device Manager. > > Then I completely uninstalled the software (and removed all files in the > folder), and installed the new version again. Now it detects the hardware > properly and seems to be working fine, without the previously reported > issues ("This program stopped working..."). I tried Program, Read, Verify, > Erase with no problems in a PIC18F2550. > > Summary: the new software works properly in Windows 8 (64) provided you > previously install the drivers for the hardware using the old version. > > Thank you very much for your great support and keeping the project alive! > > Best regards, > Marcelo Maggi > > ------------------------------ > Date: Wed, 27 Mar 2013 21:39:47 +0100 > From: fra...@gm... > To: usb...@li... > Subject: Re: [Usbpicprog-technical] Using the programmer with Windows 8 - > problems > > Dear Marcelo, > > Could you try todays installer from this link? > http://usbpicprog.org/downloads/UsbPicProg-x86-r130327-release.exe > http://usbpicprog.org/downloads/UsbPicProg-amd64-r130327-release.exe > > It works on my laptop with windows 8. (only tested the 64 bit version) > > Kind regards, > > Frans Schreuder > > On 3/11/2013 9:36 PM, Marcelo Maggi wrote: > > Thank you for the prompt reply Frans. > > No problem, for the time being I will use the programmer with another PC > (Windows 7). > > Enjoy your new house. > > Best regards, > Marcelo Maggi > ------------------------------ > Date: Mon, 11 Mar 2013 21:28:09 +0100 > From: fra...@gm... > To: usb...@li... > Subject: Re: [Usbpicprog-technical] Using the programmer with Windows 8 - > problems > > Dear Marcelo Maggi, > The windows 8 version needs a different driver topology. It is currently > in development and it needs a lot more work. I am working on it but i am > also busy because i recently moved into a new house. I believe that the > bootloader works, but the normal operation still needs some debugging. > Kind regards, > Frans Schreuder > Op 11 mrt. 2013 20:14 schreef "Marcelo Maggi" <mm...@ho...> het > volgende: > > Dear all, > > I have been using the programmer with Windows 7 (64) for quite a while > with no issues at all. I recently migrated to Windows 8 (64), and tried to > reinstall the software. > > The new version (UsbPicProg-amd64-0.5.0-win8.exe<http://usbpicprog.org/downloads/UsbPicProg-amd64-0.5.0-win8.exe>) > installs with no problems; however, Windows 8 will not recognize the > hardware, since there are no drivers available. Using the drivers from the > Windows 7 version (UsbPicProg-amd64-0.5.0.exe<http://usbpicprog.org/downloads/old/UsbPicProg-amd64-0.5.0.exe>), > and performing a manual driver update, Windows 8 will indicate that the > drivers are not signed, so they are not updated. In order to install these > drivers, the validation of driver signature in Windows 8 must be temporary > disabled, which will allow the driver update process to continue. > > Now the hardware will be recognized, no issues highlighted in the Windows > Device Manager, and when the UsbPicProg software runs the programmer is > identified (firmware version 0.5.0). > > The problem now arises when trying to Program, Read or Verify... clicking > any of these options, the program will stop running, with the usual Windows > message... "This program stopped working..." > > It happens all the time, and I have no solution so far... I tried > uninstalling and reinstalling, with the same results. I also tried running > the program in Compatibility Mode and as Administrator, without success. > > I would appreciate any help to solve this problem. > > Thank you. > > Best regards, > Marcelo Maggi > > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > _______________________________________________ Usbpicprog-technical > mailing list Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev > > > > _______________________________________________ > Usbpicprog-technical mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in > Intel's independent game demo contest. Compete for recognition, cash, and > the chance to get your game on Steam. $5K grand prize plus 10 genre and > skill prizes. Submit your demo by 6/6/13. > http://p.sf.net/sfu/intel_levelupd2d > _______________________________________________ Usbpicprog-technical > mailing list Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > |
From: Marcelo M. <mm...@ho...> - 2013-03-27 23:48:30
|
Dear Frans, I did a fresh install (deleted all previous installations and drivers). The new version installs properly (also tested the 64-bit version) and the only warning I receive is that mi Visual C++ version is more recent (or something like that). In any case it runs with no problems. However, Windows 8 will not recognize the driver for the hardware. I tried a manual install after running the wdi-simple application but Windows 8 finds no suitable driver in the folders. The solution was to install the previous version (UsbPicProg-amd64-0.5.0 - Not for Windows 8) and use the drivers available in the "Drivers" folder... after disabling the validation of driver signature in Windows 8, as I reported before, the driver is installed and the hardware is properly recognized in the Device Manager. Then I completely uninstalled the software (and removed all files in the folder), and installed the new version again. Now it detects the hardware properly and seems to be working fine, without the previously reported issues ("This program stopped working..."). I tried Program, Read, Verify, Erase with no problems in a PIC18F2550. Summary: the new software works properly in Windows 8 (64) provided you previously install the drivers for the hardware using the old version. Thank you very much for your great support and keeping the project alive! Best regards, Marcelo Maggi Date: Wed, 27 Mar 2013 21:39:47 +0100 From: fra...@gm... To: usb...@li... Subject: Re: [Usbpicprog-technical] Using the programmer with Windows 8 - problems Dear Marcelo, Could you try todays installer from this link? http://usbpicprog.org/downloads/UsbPicProg-x86-r130327-release.exe http://usbpicprog.org/downloads/UsbPicProg-amd64-r130327-release.exe It works on my laptop with windows 8. (only tested the 64 bit version) Kind regards, Frans Schreuder On 3/11/2013 9:36 PM, Marcelo Maggi wrote: Thank you for the prompt reply Frans. No problem, for the time being I will use the programmer with another PC (Windows 7). Enjoy your new house. Best regards, Marcelo Maggi Date: Mon, 11 Mar 2013 21:28:09 +0100 From: fra...@gm... To: usb...@li... Subject: Re: [Usbpicprog-technical] Using the programmer with Windows 8 - problems Dear Marcelo Maggi, The windows 8 version needs a different driver topology. It is currently in development and it needs a lot more work. I am working on it but i am also busy because i recently moved into a new house. I believe that the bootloader works, but the normal operation still needs some debugging. Kind regards, Frans Schreuder Op 11 mrt. 2013 20:14 schreef "Marcelo Maggi" <mm...@ho...> het volgende: Dear all, I have been using the programmer with Windows 7 (64) for quite a while with no issues at all. I recently migrated to Windows 8 (64), and tried to reinstall the software. The new version (UsbPicProg-amd64-0.5.0-win8.exe) installs with no problems; however, Windows 8 will not recognize the hardware, since there are no drivers available. Using the drivers from the Windows 7 version (UsbPicProg-amd64-0.5.0.exe), and performing a manual driver update, Windows 8 will indicate that the drivers are not signed, so they are not updated. In order to install these drivers, the validation of driver signature in Windows 8 must be temporary disabled, which will allow the driver update process to continue. Now the hardware will be recognized, no issues highlighted in the Windows Device Manager, and when the UsbPicProg software runs the programmer is identified (firmware version 0.5.0). The problem now arises when trying to Program, Read or Verify... clicking any of these options, the program will stop running, with the usual Windows message... "This program stopped working..." It happens all the time, and I have no solution so far... I tried uninstalling and reinstalling, with the same results. I also tried running the program in Compatibility Mode and as Administrator, without success. I would appreciate any help to solve this problem. Thank you. Best regards, Marcelo Maggi ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Usbpicprog-technical mailing list Usb...@li... https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Usbpicprog-technical mailing list Usb...@li... https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Usbpicprog-technical mailing list Usb...@li... https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ Usbpicprog-technical mailing list Usb...@li... https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |
From: Frans S. <fra...@gm...> - 2013-03-27 20:40:00
|
Dear Marcelo, Could you try todays installer from this link? http://usbpicprog.org/downloads/UsbPicProg-x86-r130327-release.exe http://usbpicprog.org/downloads/UsbPicProg-amd64-r130327-release.exe It works on my laptop with windows 8. (only tested the 64 bit version) Kind regards, Frans Schreuder On 3/11/2013 9:36 PM, Marcelo Maggi wrote: > Thank you for the prompt reply Frans. > > No problem, for the time being I will use the programmer with another > PC (Windows 7). > > Enjoy your new house. > > Best regards, > Marcelo Maggi > ------------------------------------------------------------------------ > Date: Mon, 11 Mar 2013 21:28:09 +0100 > From: fra...@gm... > To: usb...@li... > Subject: Re: [Usbpicprog-technical] Using the programmer with Windows > 8 - problems > > Dear Marcelo Maggi, > The windows 8 version needs a different driver topology. It is > currently in development and it needs a lot more work. I am working on > it but i am also busy because i recently moved into a new house. I > believe that the bootloader works, but the normal operation still > needs some debugging. > Kind regards, > Frans Schreuder > Op 11 mrt. 2013 20:14 schreef "Marcelo Maggi" <mm...@ho... > <mailto:mm...@ho...>> het volgende: > > Dear all, > > I have been using the programmer with Windows 7 (64) for quite a > while with no issues at all. I recently migrated to Windows 8 > (64), and tried to reinstall the software. > > The new version (UsbPicProg-amd64-0.5.0-win8.exe > <http://usbpicprog.org/downloads/UsbPicProg-amd64-0.5.0-win8.exe>) > installs with no problems; however, Windows 8 will not recognize > the hardware, since there are no drivers available. Using the > drivers from the Windows 7 version (UsbPicProg-amd64-0.5.0.exe > <http://usbpicprog.org/downloads/old/UsbPicProg-amd64-0.5.0.exe>), > and performing a manual driver update, Windows 8 will indicate > that the drivers are not signed, so they are not updated. In order > to install these drivers, the validation of driver signature in > Windows 8 must be temporary disabled, which will allow the driver > update process to continue. > > Now the hardware will be recognized, no issues highlighted in the > Windows Device Manager, and when the UsbPicProg software runs the > programmer is identified (firmware version 0.5.0). > > The problem now arises when trying to Program, Read or Verify... > clicking any of these options, the program will stop running, with > the usual Windows message... "This program stopped working..." > > It happens all the time, and I have no solution so far... I tried > uninstalling and reinstalling, with the same results. I also tried > running the program in Compatibility Mode and as Administrator, > without success. > > I would appreciate any help to solve this problem. > > Thank you. > > Best regards, > Marcelo Maggi > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The > Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" > in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > <mailto:Usb...@li...> > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The > Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good > choice" in the endpoint security space. For insight on selecting the > right partner to tackle endpoint security challenges, access the full > report. http://p.sf.net/sfu/symantec-dev2dev > _______________________________________________ Usbpicprog-technical > mailing list Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |
From: Marcelo M. <mm...@ho...> - 2013-03-11 20:36:44
|
Thank you for the prompt reply Frans. No problem, for the time being I will use the programmer with another PC (Windows 7). Enjoy your new house. Best regards,Marcelo Maggi Date: Mon, 11 Mar 2013 21:28:09 +0100 From: fra...@gm... To: usb...@li... Subject: Re: [Usbpicprog-technical] Using the programmer with Windows 8 - problems Dear Marcelo Maggi, The windows 8 version needs a different driver topology. It is currently in development and it needs a lot more work. I am working on it but i am also busy because i recently moved into a new house. I believe that the bootloader works, but the normal operation still needs some debugging. Kind regards, Frans Schreuder Op 11 mrt. 2013 20:14 schreef "Marcelo Maggi" <mm...@ho...> het volgende: Dear all, I have been using the programmer with Windows 7 (64) for quite a while with no issues at all. I recently migrated to Windows 8 (64), and tried to reinstall the software. The new version (UsbPicProg-amd64-0.5.0-win8.exe) installs with no problems; however, Windows 8 will not recognize the hardware, since there are no drivers available. Using the drivers from the Windows 7 version (UsbPicProg-amd64-0.5.0.exe), and performing a manual driver update, Windows 8 will indicate that the drivers are not signed, so they are not updated. In order to install these drivers, the validation of driver signature in Windows 8 must be temporary disabled, which will allow the driver update process to continue. Now the hardware will be recognized, no issues highlighted in the Windows Device Manager, and when the UsbPicProg software runs the programmer is identified (firmware version 0.5.0). The problem now arises when trying to Program, Read or Verify... clicking any of these options, the program will stop running, with the usual Windows message... "This program stopped working..." It happens all the time, and I have no solution so far... I tried uninstalling and reinstalling, with the same results. I also tried running the program in Compatibility Mode and as Administrator, without success. I would appreciate any help to solve this problem. Thank you. Best regards, Marcelo Maggi ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Usbpicprog-technical mailing list Usb...@li... https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Usbpicprog-technical mailing list Usb...@li... https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |