-
So, I have been using Zimodem for a few months now. As a basic wifi connect - call out modem device it works fantastic. I cannot .. Use it with any software so far to work as a host - this is outlined in the other thread I have. IF YOU are able to do either of the above items successfully I would like to hear from you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Transfers have been a persistent problem, and one which I believe is related to some bugs in the lower level code that Zimodem relies on. Jim Drew who makes the (non-open source) WiModem writes his own firmware which is similar to Zimodem in concept but implements much more functionality. He's found that some of the libraries that handle TCP communication have some subtle bugs that cause characters to drop at high throughput rates, and the problem isn't caused by flow control or lack thereof. In other words the hardware can handle the serial timing requirements just fine but it's in the handoff and packetization of the data inside the ESP that things are getting dropped. Bo has done an amazing job building this open source firmware but he hasn't worked to fix the problems in the lower level libraries that have contributed to data loss at high throughput rates, as is the case during transfers. |
Beta Was this translation helpful? Give feedback.
-
I wish there was a bigger audience for Bo on this.. or that I myself knew how to fix the issues. I cannot do any transfers at 19200 - 9600 maybe, slower than that and its really not worth it. I have contacted Jim.. see what I can work out there. I just want my DIY Avatex to be able to host more than anything.. and for whatever reason I cannot get ZImodem to work with any of the BBS software I am running on the Atari STs. |
Beta Was this translation helpful? Give feedback.
-
This is an old topic. When the computer sends data at 9600 baud to the Zimodem, the Zimodem cannot keep up and data eventually gets lost. I believe this is caused by |
Beta Was this translation helpful? Give feedback.
Transfers have been a persistent problem, and one which I believe is related to some bugs in the lower level code that Zimodem relies on. Jim Drew who makes the (non-open source) WiModem writes his own firmware which is similar to Zimodem in concept but implements much more functionality. He's found that some of the libraries that handle TCP communication have some subtle bugs that cause characters to drop at high throughput rates, and the problem isn't caused by flow control or lack thereof. In other words the hardware can handle the serial timing requirements just fine but it's in the handoff and packetization of the data inside the ESP that things are getting dropped. Bo has done an am…