Transferring a .JPG image file through serial port to another PC using c/c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikas chand
    New Member
    • Nov 2006
    • 1

    Transferring a .JPG image file through serial port to another PC using c/c++

    I have this project in which I have to transfer a .JPG file size(4-8 KB) through serial port to another PC using Visual C++(preferred).
    You can also help is you have something in Turbo c also.
  • dariophoenix
    New Member
    • Oct 2006
    • 34

    #2
    I'd say you need to use sockets. If you are working in Windows, as it appears, you should investigate about the <winsock.h> and <winsock2.h> libraries.

    Comment

    Working...