Parallel port standards!
Posted: Mon May 12, 2003 12:08 am
well I was looking up parallel standards on "how stuff works"
http://electronics.howstuffworks.com/parallel-port1.htm
hmm so I guess I decided which format I wish to use as pc's these days appear to support all the new ones!
http://electronics.howstuffworks.com/parallel-port2.htm
I wish to make a cable + circuit so I can write to sram - has anyone tried this with older parllel standards?
how do parallel port (hardware programmers) usually go about address select and write! with parallel port - not a human programmer I'm talking about the hardware!
do they select an address using e.g. 15 pins for 32k sram
latch that and then send the data down the line using e.g. using 8 pins for data (1 byte word).
I comes back down to this rom being too expensive for me to currently program and I feel I could try some things using this method.
what I mean is because I'm not worried about loosing the information when the powers off - I dont care about portability keeping my rom intact, I want to write to a sram chip while the powers on and call that my rom - so once written I set the r/w line to read - high? if I remember correctly.
http://electronics.howstuffworks.com/parallel-port1.htm
hmm so I guess I decided which format I wish to use as pc's these days appear to support all the new ones!
http://electronics.howstuffworks.com/parallel-port2.htm
I wish to make a cable + circuit so I can write to sram - has anyone tried this with older parllel standards?
how do parallel port (hardware programmers) usually go about address select and write! with parallel port - not a human programmer I'm talking about the hardware!
do they select an address using e.g. 15 pins for 32k sram
latch that and then send the data down the line using e.g. using 8 pins for data (1 byte word).
I comes back down to this rom being too expensive for me to currently program and I feel I could try some things using this method.
what I mean is because I'm not worried about loosing the information when the powers off - I dont care about portability keeping my rom intact, I want to write to a sram chip while the powers on and call that my rom - so once written I set the r/w line to read - high? if I remember correctly.