Comparing version 0.4.0 to 0.4.1
@@ -176,3 +176,3 @@ /* | ||
console.log('Sending EOT'); | ||
await this.writeAsync([0x04]); | ||
await this.writeAsync(new Uint8Array([0x04])); | ||
await delay(2000); // wait for send/receive to complete | ||
@@ -179,0 +179,0 @@ await this.device.releaseInterface(0); |
{ | ||
"name": "ftdi-js", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "FTDI user-space driver for Node.js/Electron in pure JS", |
7551