Hi, could you, please, add possibility to use LPT port for communication ? Your SPI programmer looks like light and simple and it will be preferable to use than AVRISP from Kanda
Logged In: YES user_id=1258661
[fbprog] BASE=$378 MOSI=BASE,2 CLOCK=BASE,4 RESET=BASE,1 MISO=BASE+1,64
explanation:
port lpt = 0x378 MOSI - Data1 (pin3) MISO - pin10 of LPT conector SCK - Data2 (pin4) RESET - Data0 (pin2)
you can use ANY configuration of a cable, simply changing section [fbprog] of spiprog.ini file!
Log in to post a comment.
Logged In: YES
user_id=1258661
[fbprog]
BASE=$378
MOSI=BASE,2
CLOCK=BASE,4
RESET=BASE,1
MISO=BASE+1,64
explanation:
port lpt = 0x378
MOSI - Data1 (pin3)
MISO - pin10 of LPT conector
SCK - Data2 (pin4)
RESET - Data0 (pin2)
you can use ANY configuration of a cable, simply changing
section [fbprog] of spiprog.ini file!