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.

Data transfer between two vb6 software via internet

Status
Not open for further replies.

jaycec

Member level 2
Joined
Jul 22, 2010
Messages
51
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
india
Activity points
1,611
Hi all

I have designed a temperature monitoring device that connect to my computer via serial port.I have tested it and the readings are successfully shown on a small vb program i designed.to this everything gone OK!.

Now i want to display this readings on another computer(of course on a vb program) on internet.my problem is how i can send this readings from my computer using vb6 through internet and receive at distant computer and show it live(somewhat).
What i actually want to know is How data transfer is possible between two vb6 software via internet.
please help me to get a start(for the simplest solution).

thanks in advance
 

  • Like
Reactions: jaycec

    jaycec

    Points: 2
    Helpful Answer Positive Rating
Re: Data transferbetween two vb6 software via internet

Thanks very much horace1
 

Re: Data transferbetween two vb6 software via internet

Agree, TCP or UDP is the way to go. By the way, over the internet, a method that works very well is http; if you liked, if your VB program (say) dumped the temperature into a correctly formatted file (certain content and with a .html suffix) into a particular folder, and if you were running a web server on your PC, then you could access the temperature from anywhere on any device with web access.
 
  • Like
Reactions: jaycec

    jaycec

    Points: 2
    Helpful Answer Positive Rating
  • Like
Reactions: jaycec

    jaycec

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top