??? 02/06/07 14:36 Read: times |
#132133 - An easier way? Responding to: ???'s previous message |
Mike Stegmaier said:
The parallel port is the easiest way to transfer a byte from the computer to the outside world. I want an easy way to program my EEPROM in my system, so I will use the parallel port. If you write a small bootloader and von Neumann-wire an EEPROM or two that supports RAM-style writing in system (such as an AT28C64B or a AT2864E), you could achieve in-system programmability without any form of clock gating or other complexities. If I used USB or serial, then I have to deal with timing and data synchronization issues. Under a scheme like I've just suggested, you could use the 8051's internal UART for serial data transfer, and there wouldn't be much difficulty involved. As an added bonus, you wouldn't have to deal with PC parallel port programming. Just a thought. --Sasha Jevtic |