This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

sending file through HT

'm writing a code where a intel hex-80 file is send through the hyperterminal..in my code,i decode the hex file,extract the data and write it onto the flash memory....the problem is when i type the hex file through hyperterminal,its workin fine...bt whn i send a file ,many charcaters are missing...pls help...the baud rate is set as 9600....workin on p89lpc915 on keil....

Parents
  • ... the one between your ears - you need to think about the symptom(s) you are seeing; think what could be causing them; etc, etc,...

    In this case, what do you think is the key difference between typing manually and having a computer send a whole file?

    How do you think this would affect the microcontroller?

    Hint: What are the constraints that it imposes on the microcontroller to receive and process each character...?

Reply
  • ... the one between your ears - you need to think about the symptom(s) you are seeing; think what could be causing them; etc, etc,...

    In this case, what do you think is the key difference between typing manually and having a computer send a whole file?

    How do you think this would affect the microcontroller?

    Hint: What are the constraints that it imposes on the microcontroller to receive and process each character...?

Children