Skip to content
Advertisement

Tag: python-watchdog

Sleep/block/wait unitil serial data is incoming

I have some live data which is streamed from a microcontroller via serial port to a Raspberry Pi (or for doing prototyping maybe to a PC) with Linux as OS. The data comes roughly every 100 ms. I want to process this data, after receiving (checking of correctness and doing some calculation with some python scripts). However, I didn’t find

Advertisement