Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to use vb6.0 for tcp/ip stack

Status
Not open for further replies.

wasim_arshad75@yahoo.com

Newbie level 6
Joined
Oct 12, 2012
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,339
Sir i want to send a data from PC to PIC Controller i want to use vb6.0 for GUI.how to make GUI plz give me any idea
 

hello

You have to use a socket in VB6 :
add the component Microsoft Winsock Control (Sp6) on your form

The link beteween PIC and PC can be done via ethernet trough a converter serial to Ethernet
like Lantronix Xport-03 or othe similar device.
With the socket you can catch the ascii flow and treat all items as individual datas.

You can add a protocol like modbus to encapsulate all the data if you want to be more secure !

here is my example:

 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top