PonyProg2000: A Microcontroller Programmer

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

PonyProg2000: A Microcontroller Programmer

#1 Post by muggins »

http://www.lancos.com/prog.html
If you are looking for a simple but powerful programmer you are right, it's here.
PonyProg is a serial device programmer software with a user friendly GUI framework available for Windows95/98/ME/NT/2000/XP and Intel Linux. Its purpose is reading and writing every serial device. At the moment it supports I²C Bus, Microwire, SPI eeprom, the Atmel AVR and Microchip PIC micro.
SI-Prog is the programmer hardware interface for PonyProg.
With PonyProg and SI-Prog you can program Wafercard for SAT, eeprom within GSM, TV or CAR-RADIO. Furthermore it can be used as a low cost starter kit for PIC and AVR.
To run enter ponyprog in a console, or Menu->Utility->PonyProg.

(N.B. Since I haven't bought a suitable serial cable, or development board, as yet, I'm unable to verify how well this app works with puppy. Also note, that if you use a serial modem to connect, & click Setup, it will most likely kick you off the net).
Attachments
ponyprog.png
(25.73 KiB) Downloaded 2831 times

Metulski
Posts: 5
Joined: Thu 03 Sep 2009, 15:31

PonyProg Installation for Puppy4.2.1

#2 Post by Metulski »

Hi everyone,

im an absolutly newbie for Linux and Puppy!!!

I tried to install Ponyprog from http://www.murga-linux.com/puppy/viewtopic.php?t=25210

and it failed??
1. installed with PET and rebooted
menu > utility > ponyprog is updatet, but nothing happens
2. result of command "ponyprog" below:

# ponyprog
ponyprog: error while loading shared libaries: libXaw.so.8: cannot open shared object file: No such file or directory

***

Can anybody help me??

Best regards from Dresden/Germany

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#3 Post by muggins »

Hello Metulski,

try running, in a console:

Code: Select all

ln -s /usr/X11R7/lib/libXaw.so.7 /usr/X11R7/lib/libXaw.so.8

Metulski
Posts: 5
Joined: Thu 03 Sep 2009, 15:31

PonyProg works

#4 Post by Metulski »

Thanks. I installed libXP-so6.

Post Reply