PonyProg :  PonyProg Phorum PonyProg
PonyProg open discussion 

Pages: 1234Next
Current Page: 1 of 4
Results 1 - 30 of 91
3 years ago
lancos
chupo_cro Wrote: > I still haven't tried to install the new Qt > version because I am not sure if both the 2.x.x > and the 3.x.x versions of PonyProg can be > installed in the same time. Can I install the new > Qt version without ruining the old PonyProg 2.08d > installation? Give it a try. There is also PonyProg 2.08e, look here https://github.com/lancos/ponyprog/relea
Forum: PonyProg
10 years ago
lancos
Try version 2.08c https://downloads.sourceforge.net/project/ponyprog/PonyProg%20Windows%20setup/2.08c/setup-PonyProgV208c.zip
Forum: PonyProg
10 years ago
lancos
try 2.08c from here: https://downloads.sourceforge.net/project/ponyprog/PonyProg%20Windows%20setup/2.08c/setup-PonyProgV208c.zip
Forum: PonyProg
10 years ago
lancos
RG Wrote: > > These changes I have implemented: > > > > +added support for ATmega328P > > +added new signature bytes recognition for > atmel > > processors > > 0x1E 0x94 0x0B // new ATmega168PA (RG > 28.09.2012) > > 0x1E 0x95 0x0F // new ATmega328P (RG > 23.06.2012) > > 0x1E 0x94 0x0F // new ATmega164A (RG > 30.08.2013) >
Forum: PonyProg
10 years ago
lancos
VisualStudio is not supported anymore. You can build with mingw by make or CodeBlocks as suggested by RG. PS RG would you like to attach updated codeblocks project file?
Forum: PonyProg
10 years ago
lancos
Download latest file from: https://sourceforge.net/projects/ponyprog/files/latest/download?source=files untar and build: ---------------- tar xfz PonyProg2000-2.08c.tar.gz cd PonyProg2000-2.08c ./config.sh $HOME make test and install: ----------------- bin/ponyprog2000 make install
Forum: PonyProg
10 years ago
lancos
Hi, I finally solved the prolem about email sent from the phorum, so user registration is working again.
Forum: PonyProg
10 years ago
lancos
RG Wrote: > I have created an alternative simple web page ( > http://sonix.szm.com ) where you can download > these files. > > And the answer on your second question is, no I > have not send the patch to Mr. Lanconelli. I have > contacted Mr. Lanconelli via email (29.8.2013) > with question about non functional PonyProg Phorum > registration, but I did not rece
Forum: PonyProg
10 years ago
lancos
Just released a new version 2.08c that should fix the installation on 64bit Windows. I switched the driver from dlportio to inpout32. To run setup you need administrative privilege, but then you need only normal user privilege to run PonyProg. Test please and report any problems. Download from http://sourceforge.net/projects/ponyprog/files/latest/download
Forum: PonyProg
12 years ago
lancos
py8elo Wrote: ------------------------------------------------------- > g++-4.5 -c -fpermissive -Wno-deprecated > -I/home/py8elo/PonyProg2000-2.07c/v/includex > -I/usr/X11R6/include -O2 -DAthena -o > /home/py8elo/PonyProg2000-2.07c/v/objx/vbtncmd.o > vbtncmd.cxx > vbtncmd.cxx:34:26: fatal error: X11/Xaw/Form.h: > Arquivo ou diretório não encontrado > compilation
Forum: PonyProg
13 years ago
lancos
I delete all spam messages and enabled spam hurldes module, I hope this help preventing further spam. I really hope all spammers will die tomorrow :-/
Forum: PonyProg
14 years ago
lancos
Thank you for your suggestion, it's correct to add volatile to the k variable. With the MSVC++ it works because of the #pragma optimize( "", off ) that switch off optimizations.
Forum: PonyProg
15 years ago
lancos
plcc32chip Wrote: ------------------------------------------------------- > yes error, till now.An error has been encountered > in accessing this page. > > 1. Server: ponyprog.sourceforge.net > 2. URL path: /v1_25.zip > 3. Error notes: NONE > 4. Error type: 404 > 5. Request method: GET > 6. Request query string: NONE > 7. Time: 2009-02-11 10:19:11 U
Forum: PonyProg
15 years ago
lancos
Unfortunately the last 5 month messages were lost due to server migration. I had to resort to last backup dated 17 may 2008. Very sorry for the inconvenience.
Forum: PonyProg
16 years ago
lancos
If you have enabled a slow internal clock, try to change SPI bus speed to VERYSLOW or ULTRASLOW in ponyprog2000.ini file. In case you have enabled an external clock you should provide a good external clock to XTAL pin (4-8MHz)
Forum: PonyProg
16 years ago
lancos
AT89S8253 will be add to next version (already in CVS).
Forum: PonyProg
16 years ago
lancos
You have to install the software as administrator (or with administrator rights) and be sure to use PC native COM ports.
Forum: PonyProg
16 years ago
lancos
Tom1000 Wrote: ------------------------------------------------------- > I build a parallel interface. What interface did you build? AVR ISP? > It works good on a > 1,4GHz PC with Win98. Also good on my Laptop > (700MHz) with WinXP. > On a 3GHz PC with WinXP it don’t work? I think I > have try everything: Strange problem. I think on a electrical problem on the
Forum: PonyProg
16 years ago
lancos
stonewood Wrote: ------------------------------------------------------- > Perhaps someone should have a look at > http://www.tuxgraphics.org/electronics/200510/arti > cle05101.shtml - this also uses the FT232 chip, > but has an AtMega on it. Programming the AtMega is > done with bit-bang, the rest is done via the > Microcontroller. Since bit-bang on USB is sloow > thi
Forum: PonyProg
16 years ago
lancos
endolith Wrote: > The only problem I see is that on my computer's > parallel port, it looks like the output pins are > +3.3 V, while the computer's internal pull-ups on > the data lines are +5 V, so when these two > transistors are open, the internal pull-up pulls > the SDA and SCL lines above 3.3 V. These lines > are not supposed to be higher than VCC + 0.5 V, so >
Forum: PonyProg
16 years ago
lancos
endolith Wrote: ------------------------------------------------------- > lancos Wrote: > > You can use a simplified version of SI-Prog: > > http://www.lancos.com/e2p/siprog_base.png > > connected to this: > > > http://www.lancos.com/siprogsch.html#i2cbusadapter > > > The other still looks simpler. :-) Just > wondering about the need for tra
Forum: PonyProg
16 years ago
lancos
Is the AT89S8252 locked? Try to erase it.
Forum: PonyProg
16 years ago
lancos
The argument of the WRITE-FUSE is a multibyte numer and the least significant byte is the standard fuse byte. For example: argument = 0x010203 Standard fuse = 0x03 High fuse = 0x02 Extended fuse = 0x01 SELECTDEVICE ATTINY2313 #Fuse: "SPMEN " - # "DWEN ","EESAVE ","SPIEN ","WDTON ","BODLEVEL2 ","BODLEVEL1 ","BOD
Forum: PonyProg
16 years ago
lancos
I suggest to use my AVR ISP, http://www.lancos.com/e2p/betterSTK200.gif It leaves programming pins in High impedance after programming.
Forum: PonyProg
16 years ago
lancos
Check the fuse BODEN. If the ATmega16 is powered at 3V instead of 5V check also BODLEVEL fuse.
Forum: PonyProg
16 years ago
lancos
You can use a simplified version of SI-Prog: http://www.lancos.com/e2p/siprog_base.png connected to this: http://www.lancos.com/siprogsch.html#i2cbusadapter You can simplify the base board avoiding to mount all components in external power box and connect C3 with C12. Furthermore do not mount R4, Z3, R3, R1 and Q1. Don't replace LM2936 with LM7805.
Forum: PonyProg
16 years ago
lancos
Strange!! They are all warning, no error message. Whay version of g++ are you using? On my ubuntu 7.10 I have to use g++-3.4, it seems that new gcc 4 can't compile PonyProg. I updated v/Config.mk on CVS to use gcc-3.4 and g++-3.4 by default Cheers, Claudio Lanconelli
Forum: PonyProg
16 years ago
lancos
If you use MSVC6 you can link with this file: http://ponyprog.sourceforge.net/v1_25.zip
Forum: PonyProg
16 years ago
lancos
eeprom.cpp was renamed device.cpp
Forum: PonyProg
16 years ago
lancos
Try selecting 2416 16bit What is the manufacturer, do you kown it?
Forum: PonyProg
Pages: 1234Next
Current Page: 1 of 4