How to solve LIBUSB_ERROR_BUSY on Raspberry Pi (Debian) running Node.js
I am running node.js on a raspberry pi 3 (debian). I have a little prototype project which gathers data from an ANT+ transmitter on my turbo trainer, which is being sent via a Suunto Movestick USB dongle. I am using the Ant-Plus node module to manage the ANT+ protocol and a script which outputs the data to the console and sends via REST API to cloud storage. Anyhow, cutting to the chase, it was all working fine, multiple process start and stops with no problems, until I inadvertently killed the process by hitting ctrl + z instead of ctrl + c Now I just get the following error, when trying to