Data Transfer - Help!!!
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi How can i transfer some binary data from one machine to another. The two machines have a Modem (USB) and i want to develop under VC++. Please help Sameer
-
Hi How can i transfer some binary data from one machine to another. The two machines have a Modem (USB) and i want to develop under VC++. Please help Sameer
If you can't use a floppy disk for some reason, set one modem to receive and use the other to send. You'll need some kind of communications software as well. You could also email the file from one machine to the other if both have access to email accounts. Without more info about your hardware, OS, size of binary data, etc., it is difficult to give a complete answer.