08-13-2008 08:23 PM
08-13-2008 08:28 PM
08-14-2008 02:28 AM
You use a time delay. When that time has expired, you read the data even if not all data have been received from modem.
Hyperterminal uses no delay. When a character comes , it is been displayed.
Solution : Do not use time delay, use termination character, line feed.
08-14-2008 10:46 PM
08-14-2008 10:47 PM
08-15-2008 12:45 AM
08-18-2008 08:10 PM
08-21-2008 07:52 PM
hi Pnt,
I have try your example. I let my programming running for a whole day in order to read the messages received. But sometimes there will be an error occured. Sorry I forgot to save the error messages so that u can identify what's the problem.
08-22-2008 01:46 AM
My example was a demo.
I suppose you have modifie it.
Can you post your code, or a screenshoot ?