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. wannabe1234

    save data to file direct using mscomm1 using port 1

    Hi guys, i wrote a program here to collect data and save the data to file where i can open the file later. here the program i've wrote. Private Sub Form_Load() MSComm1.PortOpen = True End Sub Private Sub Timer1_Timer() Dim InputString If MSComm1.InBufferCount = 256 Then Close #1 Open...

Part and Inventory Search

Back
Top