Search found 3 matches
- Wed Aug 23, 2017 3:44 am
- Forum: BioSemi Software (ActiView executable)
- Topic: TCP server disconnection due to slow reading?
- Replies: 3
- Views: 22621
Re: TCP server disconnection due to slow reading?
Wow Paul, Thank you so much for taking the time to write this answer! As you guessed, I'm pretty new at such low-level programming. I'll do as you say and read more than one packet at a time, should do the trick! Still, if anyone from BioSemi can still confirm that my hypothesis about why the TCP se...
- Tue Aug 22, 2017 8:29 pm
- Forum: BioSemi Software (ActiView executable)
- Topic: TCP server disconnection due to slow reading?
- Replies: 3
- Views: 22621
TCP server disconnection due to slow reading?
Hi! I am trying to write a Python 3 TPC/IP client that also does plotting and processing in real time. The example code found here works pretty well with a few modifications for Python 3. I changed the read() method to simply fetch the next packet instead of using a "duration" argument. However thin...
- Tue Aug 22, 2017 12:49 am
- Forum: BioSemi Software (ActiView executable)
- Topic: TCP dropped packets
- Replies: 8
- Views: 30364
Re: TCP dropped packets
I would be interested in your Python client! Mine, copied from this single hit on google drops out after a few seconds of reading data...