Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
upand_at_them said:No, it won't work.
Nigel, do you have personal experience with JDM (or other serial) based programmers? I just want to know, because everybody says that, but I don't know anybody who had such problems... 8)Nigel Goodwin said:However, generally the 'serial' port programmers like this have a reputation for poor reliability, parallel port programmers are generally more reliable - or a proper serial port programmer, which has an onboard processor.
Jay.slovak said:Nigel, do you have personal experience with JDM (or other serial) based programmers? I just want to know, because everybody says that, but I don't know anybody who had such problems... 8)Nigel Goodwin said:However, generally the 'serial' port programmers like this have a reputation for poor reliability, parallel port programmers are generally more reliable - or a proper serial port programmer, which has an onboard processor.
I knew about JDM's vulnerabilty, I just wanted to know if you used it.... cool :lol:Nigel Goodwin said:Jay.slovak said:Nigel, do you have personal experience with JDM (or other serial) based programmers? I just want to know, because everybody says that, but I don't know anybody who had such problems... 8)Nigel Goodwin said:However, generally the 'serial' port programmers like this have a reputation for poor reliability, parallel port programmers are generally more reliable - or a proper serial port programmer, which has an onboard processor.
Not personally, but I've had MANY emails from people who have had problems - the author of ICProg doesn't offer any support (presumably because ICProg supports the JDM?) - so people email ME? instead.
I don't see how it can be very reliable?, even the guy who designed it says it's not - as I've always seen it, it's a very clever piece of design (which is quite obscure in operation!), but designed more as a design exercise in parts reduction than as a practical programmer.
As someone who's been involved in PIC programmers since before Microsoft Windows, I've seen a lot of different types, and a simple look at that circuit shows you could have problems. Serial ports vary greatly on their output voltages, and the original JDM requires it to exceed the RS232 specification. Some of the later designs are better, but can still fail on a port which is still within the RS232 spec.
You Actually bought it? I made it like for 1$... and I didn't regret that, served my well.KMD said:I bought a JDM programmer, it worked ok for about 2 or 3 days using icprog, then it just stopped. Nothing on the PC or software changed, it just wouldn't program anymore. I would advise anyone getting started on these to just spend the extra cash on an externally powered programmer, it made my life a lot better.
I prefer to learn on others misstakes, that's much cheaper :twisted:KMD said:Yea, I'm kind of lazy sometimes. . Actually, I'm such a newbie at all this electronics stuff, including uC, I didn't want to spend an hour building one and then 10+ hours trying to figure out why mine didn't work. So instead, I spent $10 and 20+ hours trying to figure out why the one I bought just stopped working all of a sudden. On the plus side, I leaned allot about serial ports, JDM programmers, how all programmers work in general, and a bit more about general electronics.
Well, I would definitelly add 2x 100nF capacitors + 100uF capacitor to filter the input volatge.GatorGuy said:Okay I have made a quick schematic of Lothar Stolz's LVP JDM programmer. Could some one take a look at it and tell me what you think? I am thinking about using this for the 16F627/16F627A. Please forgive me if something is off. I am doing my best at learning. Everyone on here has been a big help!
-C
Jay.slovak said:Well, I would definitelly add 2x 100nF capacitors + 100uF capacitor to filter the input volatge.
Jay.slovak said:Also I have to say that this "scheme" is not very carefull to the PICs (it is using internal diodes to limit the voltage and RS-232 limiting resistors)...
The Power supply is not the problem! But the way the PIC is connected with serial Port is not good. Because RS-232s voltage levels of +-12V :? are "Clamped down" to 0-5V using PIC's internal diodes...GatorGuy said:Jay.slovak said:Also I have to say that this "scheme" is not very carefull to the PICs (it is using internal diodes to limit the voltage and RS-232 limiting resistors)...
How would you change the power supply to be "safer"?
Jay.slovak said:The Power supply is not the problem! But the way the PIC is connected with serial Port is not good. Because RS-232s voltage levels of +-12V :? are "Clamped down" to 0-5V using PIC's internal diodes...
I would definitelly use JDM design instead...