sending binary files to a 16 micro controller.

Richard Brodie R.Brodie at rl.ac.uk
Mon Aug 22 11:10:50 EDT 2005


"Grant Edwards" <grante at visi.com> wrote in message news:11gjn8k74pb6uc0 at corp.supernews.com...

> It's very probable that the TCP stack will combine chunks and
> send out full Ethernet frames (4K bytes).
>
> You're probably going to have to either put a time delay in the
> loop, or wait for each chunk to be acknowledged before sending
> the next one.

Yes, although it would be a rather perverse design from the
controller point of view (it's not clear to me whether that is
a given).





More information about the Python-list mailing list