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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/08/01 15:45
Read: times


 
#16438 - RE: serial communications
My first suggestion is that you will not get ALL the data in your vbasic receive at the same time, you must be prepared to accept it in chunks and then pass the assembled chunks to a parsing routine. If the parsing routine does not use all the data, it should be carried forward to the next chunk.

When you run slow with the debugger, you are (could be) running so slow that you do get all the data in one chunk.

List of 7 messages in thread
TopicAuthorDate
serial communications            01/01/70 00:00      
RE: serial communications            01/01/70 00:00      
RE: serial communications            01/01/70 00:00      
RE: serial communications            01/01/70 00:00      
RE: serial communications            01/01/70 00:00      
RE: serial communications            01/01/70 00:00      
RE: serial communications            01/01/70 00:00      

Back to Subject List