Home > other >  Python serial package, serial data read. InWaiting () only 4096 - bit data
Python serial package, serial data read. InWaiting () only 4096 - bit data

Time:11-14

How to set the cache size, my next bit machine is 10 hz to send, so every time more than 16000 bits of information,

CodePudding user response:

If the data are cut into section by section, try not inwaiting (), use readline or readlines directly, should be full
  • Related