mitch85
mitch85
c++ example.cpp -o example -std=c++11 get an error and dont know why?!:( Scheduler.h: In function ‘bool Bosma::try_parse(tm&, const string&, const string&)’: Scheduler.h:59:22: error: ‘get_time’ is not a member of ‘std’...
when i try to readHoldingRegisters I get the data. But when I disconnect the rs485, nothing happens, no a bit of message .. it seems like the promise do not...
After update node to 12.x and update i2c to lates version of @abandonware/i2c. I got a segmentation fault on **new i2c();** before with node v 8.x it works perfectly here...
Axios makes 2 requests in parallel, but after 30 seconds, it only makes one request at a time instead of two. ` const axiosWithRateLimit = rateLimit(axios_update.create(), { maxRequests: 2, perMilliseconds:...