You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move CPU heavy serialport processing over to another process or thread. Of course node is supposed to be single thread but with libraries like: https://github.com/audreyt/node-webworker-threads/blob/master/README.md seems possible. This will help to reduce CPU usage solving high heat/power consumption and dropped packets because the CPU couldn't clear the serial buffer fast enough.
The text was updated successfully, but these errors were encountered:
Move CPU heavy serialport processing over to another process or thread. Of course node is supposed to be single thread but with libraries like: https://github.com/audreyt/node-webworker-threads/blob/master/README.md seems possible. This will help to reduce CPU usage solving high heat/power consumption and dropped packets because the CPU couldn't clear the serial buffer fast enough.
The text was updated successfully, but these errors were encountered: