We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, i have designed hardware that takes in a byte of data with every clock and burns it into the next location of FLASH PROM of atmel micros. Now i need to build a application in VC++ that can read in a 'myfile.hex' file and convert it into the actual data that has to be burnt into the rom, and then send each byte, starting from the first, to the connected hardware over parallel port. Can anyone tell me how to go abt doing it..?
You don't say if it's reading the .hex file or writing to the parallel port that you need the help with. For .hex file info, see the Keil support pages. For PC parallel port info, try: http://www.lvr.com/parport.htm#Programming