VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Open Com, USB & any other port on the computer for either input or output using the same command as

by SlykeTheFox (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 27th June 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Open Com, USB & any other port on the computer for either input or output using the same command as you do when opening a file for input or

Rate Open Com, USB & any other port on the computer for either input or output using the same command as



Open "COM3" For Output As #1   'or what ever your modem's COM port is.
Print #1, "ATDT" & PhoneNumber$ & Chr$(13) 'Chr 13 is like 'Enter'
Close #1



Download this snippet    Add to My Saved Code

Open Com, USB & any other port on the computer for either input or output using the same command as Comments

No comments have been posted about Open Com, USB & any other port on the computer for either input or output using the same command as. Why not be the first to post a comment about Open Com, USB & any other port on the computer for either input or output using the same command as.

Post your comment

Subject:
Message:
0/1000 characters