SunitRaut / pyMultiSerial

A Python module for simultaneous communication with multiple serial ports, based on pyserial module
GNU General Public License v3.0
11 stars 3 forks source link

Receives data only every second #11

Open JanTi7 opened 8 months ago

JanTi7 commented 8 months ago

Hi there,

love the library so far, really simplifies things!

I noticed, that it only receives serial messages about every second. Is this behavior expected? Even when I set the monitoring frequency to 0 or very low (0.001), it does not monitor that fast.

Running on an Ubuntu machine and receiving data from a microcontroller, that sends a message every 10ms.

Thanks for the help!