??? 02/27/06 19:25 Modified: 02/27/06 19:28 Read: times |
#110870 - Serial EEPROM Responding to: ???'s previous message |
Interrupt driven serial routines involve much more overhead as far as program code size and RAM requirements This is an actual quote from the pdf file "rs232gd.pdf" found on this site. This is my statement and maybe "much" is somewhat of an over statement, it does require "more". Anyhow, I'm not sure what particular device you are using, but I think the simplest way is to slow down your terminal output using a delay between characters (found in ASCII setup of Hyperterminal). Enough to allow each byte to be programmed before the next is sent, using the polled method. Jon P.S. Thanks for the comment on the document. |