We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi
modem.open('COM6', function(){
say
E:\node\ussd\node_modules\modem\lib\modem.js:82 modem.port = new sp.SerialPort(device, { ^ TypeError: sp.SerialPort is not a constructor
i use windows 10 and this is my COMs
PS E:\node\ussd\node_modules\serialport\bin> node .\list.js COM6 USB\VID_2077&PID_A000&MI_00\6&F9B7265&1&0000 W-Card COM4 USB\VID_2077&PID_A000&MI_01\6&F9B7265&1&0001 W-Card
The text was updated successfully, but these errors were encountered:
Clone this one https://github.com/ebundala/modem
Sorry, something went wrong.
modem/lib/modem.js:82 Replace modem.port = new sp.SerialPort(device, options); to modem.port = new sp(device, options);
modem.port = new sp.SerialPort(device, options);
modem.port = new sp(device, options);
No branches or pull requests
hi
say
i use windows 10 and this is my COMs
The text was updated successfully, but these errors were encountered: