Sending FILE
How To Send File And Receive File Via Serial Port
I have got a new problem,I want to send a file with mscomm(with Serial Cable<Communication Between two computers Between COMM1 to COM2) I can send only 4096 byte of file in binary mode with no problem but if my file is 4097(more than comm`s buffer) I can`t send it,unless I broke[seperate]
data to 4096 + 1 but my problem is How To STORE PACKAGES and HOW TO CONNECT IT AGAIN [4096+1] 4097 and in other hand if I use byte to byte sending(send one byte and wait for answer)i am sure that my
data will arive and i can convert it to File but it takes too much time and memory I know there must be more easier way
((I think i dont know exactly how to input file then break[seperate] data`s of file and make packages and send them one by one
and receive them and connect[append] them again and output received data`s then make Files)),for example 8194 bytes from File>>>Pakage1"4096">Package2"4096">package3"2"
>>>SENDING PACKAGE1-2-3 and RECEIVE ANSWER AND STORE PACKAGES>>Data`s of package1+2+3 covert to file
Thanks for anyone`s help
----------------------
Summary
How to send file (for example 1MB )by mscomm and recieve them by other
computer and convert it to file

