tags:

views:

20

answers:

1

Hi i have to read a binary file from the disk and i have to transfer the file over serial port, i am using mscomm in vc++ 6.0 .

how to transfer a binary file through serial port.

Thanks in advance.

+1  A: 

You might want to read this sample.

Preet Sangha