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
I am attempting to connect the Cubitt kitchen weight scale using the @abandonware/noble package. The connection works on Windows 10, but the same code does not work on Windows 11. While iterating over the characteristics, the data event is not being triggered.
I am attempting to connect the Cubitt kitchen weight scale using the @abandonware/noble package. The connection works on Windows 10, but the same code does not work on Windows 11. While iterating over the characteristics, the data event is not being triggered.
characteristic.on('data', (data, isNotification) => {
console.log(data);
});
Please suggest the solution ?
The text was updated successfully, but these errors were encountered: