| | |
help with serial port....
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Sep 2008
Posts: 23
Reputation:
Solved Threads: 0
hey can't seem to send and receive data...i followed an instruction from another site...but its not working...can u guys help me out..
.
thanks guys...
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
Private Sub conn_button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles conn_button.Click LoginPanel.Hide() dport.Text = ComboBox1.SelectedItem drate.Text = ComboBox2.SelectedItem SerialPort1.PortName = ComboBox1.SelectedItem SerialPort1.BaudRate = ComboBox2.SelectedItem End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SendButton.Click ListBox1.Items.Add(nameBox.Text & " : " & ChatBox.Text) ChatBox.Clear() ChatBox.Select() SerialPort1.Open() SerialPort1.Write(ChatBox.Text) SerialPort1.Close() SerialPort1.Open() ListBox1.Items.Add(SerialPort1.ReadChar()) SerialPort1.Close() End Sub Private Sub AboutToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AboutToolStripMenuItem.Click MsgBox("This is a software", MsgBoxStyle.OkOnly) End Sub Private Sub Dis_button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Dis_button.Click LoginPanel.Show() End Sub
thanks guys...
![]() |
Similar Threads
- Send data on a serial port (C++)
- any way to communicate with Serial PORT using JavaScript (JSP)
- Serial Port (C++)
- Problem with real-time app reading from serial port (ASP.NET)
- Windows and Overlapped Serial Port Communications (C)
- serial port shens (USB Devices and other Peripherals)
- Serial Port (C++)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Open a file in vb 6
- Next Thread: send sms to mobile in vb6.0
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age append application basic beginner birth bmp calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver subroutine table tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





