Using AVR-pg1b with AVRDude?

Has anyone used the AVR-pg1b (located at http://www.sparkfun.com/commerce/produc … ucts_id=14) with AVRDude? What is the equivalent programmer in AVRDude? I’d rather not have to use PnyProg if I don’t have to…

this is what i use to tell avrdude (5.1) under linux to write to my ATtiny2313 via an AVR-PG1B connected to the serial port:

$ avrdude -c ponyser -p t2313 -P /dev/ttyS0 -e -U flash:w:test.srec

see also, how i got there… :-/

http://www.sparkfun.com/cgi-bin/phpbb/v … php?t=2861

–Rob*