|
-
Sep 6th, 2010, 04:46 AM
#1
Thread Starter
New Member
Re: Serial Communication File Transfer Issue
Hi Dick,
I tried with all the protocols.But only ZModem protocol is working for me in receiving file.With remaining protocols file transfer not happening.
I just try to use the property "XferDestFilename" also this time and given the destination file name.
Here is my code what I kept in SaxComm receive event.
SaxComm1.XferProtocol = Protocol_ZModem
SaxComm1.XferPath = "D:\\Socket Projects\\src"
SaxComm1.XferDestFilename = "Dest.xls"
SaxComm1.Download = True
But still after completion of file transfer ,the file is always with name "True" and it is not having any extension.
Any suggestions to resolve my problem from your end????
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
|