Commit b9fc487108adf5649c0a27507b7f0cf6e75a52e8
1 parent
9c53c89b56
Exists in
master
untuk modem wavecom standart cnmi sudah terima sms
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
index.js
... | ... | @@ -28,8 +28,8 @@ serialPort.on("open", function () { |
28 | 28 | // |
29 | 29 | serialPort.write("AT+CNMI?"); |
30 | 30 | serialPort.write("\r"); |
31 | - serialPort.write("AT+CNMI=1,1,2,1,1"); | |
32 | - serialPort.write("\r"); | |
31 | + //serialPort.write("AT+CNMI=1,1,2,1,1"); | |
32 | + //serialPort.write("\r"); | |
33 | 33 | console.log('receive sms ON'); |
34 | 34 | |
35 | 35 | }); |