Commit 7f4bf407229e90a7e85f3b48909fabae24a94ab6

Authored by Adhidarma Hadiwinoto
1 parent cbcf0d2240
Exists in master

MODEM: debug

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

... ... @@ -36,6 +36,7 @@ class Modem extends EventEmitter {
36 36 open(cb) {
37 37 const self = this;
38 38  
  39 + debugLog('MODEM: opening ' + this.portName);
39 40 this.port = new SerialPort(this.portName);
40 41  
41 42 this.port.on('error', function(err) {