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
I'm executing following program:
var modem = require('modem').Modem(); modem.open('COM4', function() { modem.execute('AT+CMGS="03028461532"\rHello World\r'+String.fromCharCode(26)+'\r', function(err, result){ if(err) console.log(err); console.log('Result: ' + result); }); });
this.queue is empty. Witch raises an error.
The text was updated successfully, but these errors were encountered:
Hi. Please paste the error, this way I cannot understand what is going on. Also, why wouldnt you use modem.sms() instead of manually AT+CMGS?
Sorry, something went wrong.
This is fixed in my patch #11
No branches or pull requests
I'm executing following program:
this.queue is empty. Witch raises an error.
The text was updated successfully, but these errors were encountered: