spipgm /i :r :d :e : p : filename adress size /=iobase /d=delay

/i - identify SPI ROM
/r adress size read & display data block 0x prefix = hexa number 
/d filename - dump entire FlashROM to file
/p filename - program entire FlashROM from file (without erase)
/e - erase entire FlashROM 
/u - unlock write protection bits (may depend on WP# level)
/l  = LPT port I/O base adress (default is 378h - LPT1)
/d additional delay for SPI clock pulse width (usec) (default is 0)

LPT toSPI pin assigment (bases on BSD AVR programmer)

#7 = D5 = CS#
#8 = D6 = SCK (CLK)
#9 = D7 = MOSI (DIO)
#10 = ACK = MISO (DO)
#18 = GND = GND 


C:\Documents and Settings\mmm\SPIPGMW.EXE

SPIPGMW.EXE /i
SPIPGMW.EXE /r
