This is an old revision of the document!
Table of Contents
Pony
Pony is a serial interface adapter for ATMEL ISP.
It only works with a motherboard UART or equivalent.
udev
SUBSYSTEMS=="usb",ATTRS{idVendor}=="16c0",ATTRS{idProduct}=="05dc",\ MODE:="0666",GROUP="users"
Program
avrdude -P /dev/ttyS0 -c ponyser ...