Hi,
we received from ANT source code for a C++ program that
turns an ANT Module into an ANT File Share Host.
we made our own application that turns an ANT Module into an ANT File Share Client.
When the ANTFS Host requests to download a file from the client,
everything works ok consistently. The file is successfully downloaded. We are usually playing around with files about 40K big, and the burst transfer size is around 5100 packets, where each packet is 8 bytes big.
But when the ANTFS Host request to upload a file to the client,
we consistently get the burst transfer to fail with
EVENT_TRANSFER_RX_FAILED.
I'm beginning to "suspect" a difference between the way the function "ANT_SendBurstTransfer" was coded inside "ANT_DLL.dll" and "ant_pc.lib", both librarys i received from ANT.
But I could be wrong about my "suspicion" above, please help us get "upload" to work ok.
Thanks.