Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inappropriate ioctl for device setting custom baud rate of ... #1396

Closed
bletual opened this issue Nov 8, 2017 · 1 comment
Closed

Inappropriate ioctl for device setting custom baud rate of ... #1396

bletual opened this issue Nov 8, 2017 · 1 comment
Labels

Comments

@bletual
Copy link

bletual commented Nov 8, 2017

  • 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

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

@reconbot
Copy link
Member

reconbot commented Feb 5, 2018

This does look like a meteor bug but we did just land a custom buadrate feature in #1464 in master. So it might be worth trying out.

@reconbot reconbot closed this as completed Feb 5, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Aug 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants