Commit 95d289a5034cb7dac9dbb2cae24ec74b015fe96f
1 parent
e509607c54
Exists in
master
modemCommands.setPort
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
modem-tester.js
... | ... | @@ -80,6 +80,7 @@ port = new SerialPort(config.modem.device, { baudRate: 115200 }, async (err) => |
80 | 80 | }); |
81 | 81 | |
82 | 82 | parsers.setPort(port); |
83 | +modemCommands.setPort(port); | |
83 | 84 | |
84 | 85 | if (config && config.modem_tester && config.modem_tester.parser === 'regex') { |
85 | 86 | logger.info('Using parserWaitForOkOrError'); |