Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GPS232

    MSComm for RS 232 Communication

    The new code looks like this: Private Sub Form_Load() MSComm1.CommPort = 1 MSComm1.PortOpen = True MSComm1.Settings = "9600,N,8,1" End Sub Private Sub Command1_Click() Dim SampleText As String SampleText = "ABC" MSComm1.Output = SampleText Text1.Text =...
  2. GPS232

    MSComm for RS 232 Communication

    Hello. I am a novice user of Microsoft Visual Basic 6.0 and I am trying to teach myself how to interface VB 6 with the serial port using RS232. From what I have gathered so far I found that I need to use the control component MSComm to access the serial port using VB. So far I haven't had any...

Part and Inventory Search

Back
Top