??? 03/11/05 13:22 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#89449 - Status not supported Responding to: ???'s previous message |
Based on the last few messages (and based on nothing else), it would seem the simulator in question simply does not support the concept of polling the LCD for its status. I find that a little strange, especially if the simulator *does* enforce some kind of minimum delay between LCD operations.
If you're stuck on using this simulator, at the very least include some kind of IFDEF structure so that when you assemble the program for simulation you use a fixed delay that works with the simulator but when you assemble the program for operation on real hardware that it uses the status polling. Polling the status of the LCD is the preferred approach since it increases the probability that the same code will work regardless of the LCD used whereas a fixed delay obviously won't work if you happen to use an LCD that requires a longer delay. Further, polling the status of the LCD guarantees that your program only pauses for the absolute minimum amount of time necessary whereas delay loops are usually "padded" with some extra delay "just in case." So your program ends up waiting around longer than it really needs to. Regards, Craig Steiner |
Topic | Author | Date |
Hello World program problem. | 01/01/70 00:00 | |
More info | 01/01/70 00:00 | |
Scope ? | 01/01/70 00:00 | |
Suspect tutorial? | 01/01/70 00:00 | |
Definitely suspicious! | 01/01/70 00:00 | |
You are right | 01/01/70 00:00 | |
Craig, you are not the only one | 01/01/70 00:00 | |
Of course... | 01/01/70 00:00 | |
been there, done that | 01/01/70 00:00 | |
For what it's worth (not much) | 01/01/70 00:00 | |
Absolutely !!! | 01/01/70 00:00 | |
ISIS ? | 01/01/70 00:00 | |
Isis manufacturer website | 01/01/70 00:00 | |
Here comes new(?) problem. ^_^; | 01/01/70 00:00 | |
Correction | 01/01/70 00:00 | |
Good to hear it really worked. ^_^ | 01/01/70 00:00 | |
Be sure it solves your problem! | 01/01/70 00:00 | |
Re: | 01/01/70 00:00 | |
Its ISIS not the code | 01/01/70 00:00 | |
Status not supported | 01/01/70 00:00 | |
Polling Vs Delays | 01/01/70 00:00 | |
What kind of an excuse is that?!![]() | 01/01/70 00:00 |