Commit 67916edcba4debfba1ca56710b53608b93716c8f

Authored by Adhidarma Hadiwinoto
1 parent 332f24930f
Exists in master

Some inits on MODEM-TESTER

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -53,6 +53,8 @@ port = new SerialPort(config.modem.device, { baudRate: 115200 }, async (err) =>
53 53 'AT&FE0\r',
54 54 'AT+CGSN\r',
55 55 'AT+CIMI\r',
  56 + 'AT+CMGF=0\r',
  57 + 'AT+CNMI=1,2,0,1,0\r',
56 58 ];
57 59  
58 60 const commandsCount = commands.length;