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
Operating System and Hardware Platform: Linux mint (Ubuntu 16.04.1 / 4.8.0-53) / Intel core I5
Have you checked the right version of the api docs?: yes
Are you having trouble installing and you checked the Installation Special Cases docs? No
Are you using Electron and have you checked the Electron Docs?: No
Summary of Problem
My application is Meteor 1.6 application.
Up to Serialport 4.0.7, everything is OK
After Serialport 4.0.7 : Inappropriate ioctl for device setting custom baud rate of....
Steps and Code to Reproduce the Issue
let deviceFilename = "/dev/AS_SNBC";
let printerPort = null;
try {
printerPort = new SerialPort(deviceFilename);
}
catch (err) {
throw err;
}
NB : outside Meteor 1.6, this code is OK. So I will also submit an issue to the Meteor Project team
The text was updated successfully, but these errors were encountered:
SerialPort Version: 6.0.4
NodeJS Version: 8.0.9
Operating System and Hardware Platform: Linux mint (Ubuntu 16.04.1 / 4.8.0-53) / Intel core I5
Have you checked the right version of the api docs?: yes
Are you having trouble installing and you checked the Installation Special Cases docs? No
Are you using Electron and have you checked the Electron Docs?: No
Summary of Problem
My application is Meteor 1.6 application.
Up to Serialport 4.0.7, everything is OK
After Serialport 4.0.7 : Inappropriate ioctl for device setting custom baud rate of....
Steps and Code to Reproduce the Issue
NB : outside Meteor 1.6, this code is OK. So I will also submit an issue to the Meteor Project team
The text was updated successfully, but these errors were encountered: