07-13-2007 01:08 AM
07-16-2007 12:25 PM
07-16-2007 08:33 PM
07-17-2007 02:40 PM
Gotcha! So, I assume the way you are transferring the data is by reading the zip file as a binary file, transferring the binary data over TCP/IP, then reassembling the data on the PDA. My guess is the zip data is getting corrupted when you send it to your PDA or when you re-combine the data on the PDA side. You said you were able to get the .zip file to transfer from PC to PC. Was this with the same
Let me know!
Thanks!
Dan
07-17-2007 08:33 PM
07-18-2007 11:06 AM
I am glad you were able to get it working! What was the ZIP software & version that worked and what was ZIP software & version that not working?
Currently, you cannot unzip files in LabVIEW PDA. That functionality was just added to LabVIEW in 8.2. A workaround may be to write a C DLL that opens your zip program. You can then call that DLL in LabVIEW PDA.
Hope this helps!
Dan
07-18-2007 09:17 PM