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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MScomm control

Status
Not open for further replies.

DUF

Technical User
Mar 10, 2001
107
0
0
IE
Hi,
Can I use the MScomm control on a form as I want to send data to the serial port, and if so how do I get the control on the form??

thanks

duf
 
Hi,
Ok I have found the control for mscomm activeX and it is now on the my form But where do I go from here ,,, as a test I want to send the following
Public Sub PrintNormal()
BUFFER$ = Chr$(27) & Chr$(33) & Chr$(0)
MScomm1.Output = BUFFER$ & string1 & vbCrLf
End Sub

This gives an error
Any help would be great

Duf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top