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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/12/04 16:38
Read: times


 
#66605 - RE: serial communication in vb
Responding to: ???'s previous message
well you beter get the book as michael suggest,and a quick answer for your vb,
with mscomm1
.commport=1
.settings="9600,n,8,1"
.inputmode=cominputmodebinary
.Rthreshold=27
.inputlen=27'**
end with
and then
a=mscomm1.input' a =27bytes data in binary
** will read 27bytes/times from input buffer
adds this to your vb program,remodify value * and **
to meet your appplcation need
have fun
regards

List of 13 messages in thread
TopicAuthorDate
serial communication in vb            01/01/70 00:00      
   RE: serial communication in vb            01/01/70 00:00      
      serial communication in vb            01/01/70 00:00      
   RE: serial communication in vb            01/01/70 00:00      
      RE: serial communication in vb            01/01/70 00:00      
   RE: serial communication in vb            01/01/70 00:00      
      RE: serial communication in vb            01/01/70 00:00      
   Nothing whatsoever to do with 8051            01/01/70 00:00      
      DO it with Vbterm            01/01/70 00:00      
         RE: DO it with Vbterm            01/01/70 00:00      
   RE: serial communication in vb links            01/01/70 00:00      
      serial communication in vb - more links            01/01/70 00:00      
         ...and another            01/01/70 00:00      

Back to Subject List