Comparing version 0.0.5 to 0.0.6
@@ -184,4 +184,6 @@ /* | ||
try { | ||
console.log('Sending EOT'); | ||
await this.writeAsync([0x04]); | ||
await delay(2000); // wait for send/receive to complete | ||
await this.device.releaseInterface(0); | ||
await delay(2000); // wait to make sure the endpoints are closed | ||
await this.device.close(); | ||
@@ -188,0 +190,0 @@ this.removeAllListeners(); |
{ | ||
"name": "ftdi-js", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "FTDI user-space driver for Node.js/Electron in pure JS", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7484
211