Tomasz Kasperczyk

Results 4 issues of Tomasz Kasperczyk

The changes I introduced allow the module to compile under Node v12+ (includes the latest version). Fixes #33

Hi, Your library isn't properly converting Polish characters like ą, ś, ę, ć etc. from UTF-8 to UCS2. The resulting data in the PDU gets malformed and after sending it...

Check out the following [fiddle](https://jsfiddle.net/r2Lypnnt/3/). As you can see, there's a combo type column which uses a separate dataset. Its index points to a nested object "type.name". The index is...

bug

```javascript try{ await connection.connect({ host: `1.2.3.4` port: 23, shellPrompt: `#`, loginPrompt: `Login`, timeout: 3000, username: `notExistingUser`, password: `wrongPassword`, failedLoginMatch: `Login incorrect` }); } catch (error){ console.log(`Failed to login: ${error}`); }...