Thanks, Mika
You need to implement a file transfer protocol. I have examples of this in
my book (see below). You can simply download XMCommCRC.ocx from my homepage
(the source code for it is in the book) for XMODEM file transfers. XMComm
wraps MSComm to add file transfer capability.
--
Richard Grier (Microsoft Visual Basic MVP)
Hard & Software
12962 West Louisiana Avenue
Lakewood, CO 80228
303-986-2179 (voice)
303-986-3143 (fax)
Author of Visual Basic Programmer's Guide to Serial Communications, 2nd
Edition ISBN 1-890422-25-8 (355 pages).
For information look on my homepage at http://www.hardandsoftware.net.
Use the Books link to order. For faster service contact the publisher at
http://www.mabry.com/vbpgser.
is it possible? and how exactly i should send files.
i need to send appr. 20k file with XonXoff 1200bps,8,n,1
and another question is how do i receive files using mscomm ?
Thanks, Mika
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Hi,
Im using mscomm control for transferring a 6 k file.
For this u need to have two different applications, Transmitter and Reciever .
Transmitter transmits the contents of the file byte by byte to the outbuffer and reciever recieves it and stores it in a file in return.
If this is what is your requirement , then let me know.
Rajani
Mika
Why don't you see VBTERM seample
It shows u how to send a single file across another system through serial port.