|
-
Sep 2nd, 2010, 10:13 AM
#1
Thread Starter
New Member
Serial Communication File Transfer Issue
Hi,
Right now I am working with vb6.0 application in which I am using SaxComm control for serial communication (RS232 protocol).
I am using the following code for file download in SaxComm receive event.
SaxComm1.XferPath = "..\src"
SaxComm1.Download = True
File is successfully downloading into the mentioned directory.
When ever I am receiving a file,I am getting file transfer dialog box which is showing the file transfer and its closing once file transfer is complete.
Here my requirement is it possible to find out programmatically whether the file transfer completed or not??
Is there any other way to read the file stream programmatically other than using saxcomm control???
Thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|