-
Notifications
You must be signed in to change notification settings - Fork 68
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
modem no longer responds #18
Comments
@hervedelmas This module has some lack as I reported and tried to correct times ago. The reading system drops packets that are less than 2 chars. All modems I've tried, many times respond with sequences of ONE char composing a response, in example:
You cannot fix this, neither removing lines 118 and 119 because this module is expecting a full line with command but this happens only few times and this is very related to the modem you are using and the speed of the modem it self. That part must be rewritten, but that's just my opinion. If you want to use this module and fix by your self, check serialport on git (https://github.com/voodootikigod/node-serialport/blob/master/parsers.js) at line 13 you will find a read function that simply works. You will need to do a little fix if you want to send SMS because the I've stopped using this plugin for this and other related problems (callbacks not working as expected) and wrote a new one you can find searching node-modem. I'm using that in production, we are sending 50k sms/month with 4 modems in parallel. |
Brugnara thank you! So I just problem on sending SMS? and that is it for automatic SMS reception? you have an example? Which modem you use in parallel? I use the LG A290 TriSim as a modem, but can not access the SIM 2 and 3 via AT Commands? What about you? |
We are using HCP Hit 55 USB modems. It's made in Serbia. It's not cheap but it works like a charm :) |
Please do, warned me when you have a solution for the reception of sms ... |
Brugnara node-modem work in gateways 16 ports? |
I am using in production with 4 modems. My module works on USB devices you
|
it worked!!! thanks @brugnara 👍 |
Glad to hear that. On Wed, Oct 14, 2015 at 2:25 PM Rubens Fernandes [email protected]
|
Hello Emil,
I found that after a certain execution time, the modem no longer responds? Is it a full buffer problem? or other?
I have to restart regularly features to the catcher sms works.
Have you already seen this problem? Did you reference a modem that everything is working properly?
Happy holidays to you, Hervé
The text was updated successfully, but these errors were encountered: