need help with MScomm
gaubien2000
Posts: 8
i am using VB express edition and somehow i can find MScomm , does anyone have this problem ?
MScomm and serialport are different ?
thanks for helping me, I am beginner in .NET
MScomm and serialport are different ?
thanks for helping me, I am beginner in .NET
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim MSG as String = TextBox1.Text
SerialPort1.WriteLine(MSG)
EndSub
Configure the SerialPort1 control via the Properties page for Baude Rate and Port Number. Hope this helps!