Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/18/01 17:25
Read: times


 
#15828 - RE: Send a file through UART in assembly
Intel Hex is just a way of representing Binary data in a text-only format; it was invented in the days when it couldn't be guaranteed that communications links (eg, the serial link between a computer & a PROM programmer) could handle binary data.

In the PROM programmer case, the programmer must convert from Intel Hex back to binary so that it can then blow the binary data into the PROM.

In the case of an 8051 with FLASH attached, the 8051 must do the conversion from Intel Hex to Binary before in can blow it into the FLASH.

All clear now?

List of 10 messages in thread
TopicAuthorDate
Send a file through UART in assembly            01/01/70 00:00      
RE: Send a file through UART in assembly            01/01/70 00:00      
RE: Send a file through UART in assembly            01/01/70 00:00      
RE: Send a file through UART in assembly            01/01/70 00:00      
RE: Cross-tools - PS            01/01/70 00:00      
RE: Send a file through UART in assembly            01/01/70 00:00      
RE: Send a file through UART in assembly            01/01/70 00:00      
RE: Send a file through UART in assembly            01/01/70 00:00      
RE: Send a file through UART in assembly            01/01/70 00:00      
query on serial communication            01/01/70 00:00      

Back to Subject List