| Author |
Message |
BD
Joined: 14 Oct 2004 Posts: 39
|
14 Oct 2004 18:05 Need Help in VB interface which controls RS-232 |
|
|
|
Hi,
I need help in designing a VB user interface which sets up the rs-232 port to send commands to PIC and then waits for the PIC to send the data it captured up through the RS-232 to the VB screen, The PIC sends and recieves the signals from a Maxim Ic(either 3100 or 232.)
Any ideas on the VB code to use that controls the RS-232 port.
please respond with any info.
thanks.
|
|
| Back to top |
|
 |
donblake
Joined: 14 Oct 2004 Posts: 3 Location: Apalachin, NY, USA
|
14 Oct 2004 19:43 Re: Need Help in VB interface which controls RS-232 |
|
|
|
BD, if you're using VB .Net, download 101 Code Samples for Visual Basic .NET from here:
http://msdn.microsoft.com/vbasic/downloads/samples/default.aspx
Then take a look at Rs232.vb in the AV.NET - Framework - Using the COM Port in VB.NET: directory..
Don
|
|
| Back to top |
|
 |
defnfo
Joined: 11 Jun 2003 Posts: 70 Helped: 5
|
14 Oct 2004 20:31 Re: Need Help in VB interface which controls RS-232 |
|
|
|
use mscom32.ocx object
it is simple
|
|
| Back to top |
|
 |