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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/19/01 03:15
Read: times


 
#10121 - RE: Data aqusition system to qbasic
as suggested by San Bergmans tie those signals and i have noticed in my earlier application that qbasic was not fast enough to handle the communication.
you may have to increase the receive buffer(RB) size. alternatively you can clear (read) every byte as it is received. i have given the com port initialisation from an old application
ignore unneccessary paramaters from the below line

Open "COM2:9600,N,8,1,CD0,CS0,DS0,rs,RB2048" For Random As #1

use help menu on the qbasic to know about individual parameter.

List of 9 messages in thread
TopicAuthorDate
Data aqusition system to qbasic            01/01/70 00:00      
RE: Data aqusition system to qbasic            01/01/70 00:00      
RE: Data aqusition system to qbasic            01/01/70 00:00      
RE: Data aqusition system to qbasic            01/01/70 00:00      
Yes the board works fine with a terminal            01/01/70 00:00      
RE: Data aqusition system to qbasic            01/01/70 00:00      
RE: Data aqusition system to qbasic            01/01/70 00:00      
RE: Data aqusition system to qbasic            01/01/70 00:00      
RE: Data aqusition system to qbasic            01/01/70 00:00      

Back to Subject List