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
var serialport = nw.require('serialport');
const port = new serialport('COM1', function (err) {
if (err) {
return console.log('Error: ', err.message)
}
})
But i can require bindings.node from console fine
Please note that when I follow the same procedure on 64 bit nwjs sdk serialport module working as expected.
The text was updated successfully, but these errors were encountered:
Im using serialport node module in nwjs (0.42.4 32 bit sdk) windows 10 system. I used nw-gyp to rebuild node modules accrording to this guide
http://docs.nwjs.io/en/latest/For%20Users/Advanced/Use%20Native%20Node%20Modules/#install-with-npm
But when running below code nwjs crashing like this
But i can require bindings.node from console fine
Please note that when I follow the same procedure on 64 bit nwjs sdk serialport module working as expected.
The text was updated successfully, but these errors were encountered: