From a9f68ba42621752c157de51281ee9437c108e88a Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Fri, 11 Aug 2017 19:24:22 -0400 Subject: [PATCH] fix(docs): Add a note about windows support Closes #1299 --- .../serialport-util/packages/node-serialport/.docs/README.hbs | 4 +++- packages/serialport-util/packages/node-serialport/README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/serialport-util/packages/node-serialport/.docs/README.hbs b/packages/serialport-util/packages/node-serialport/.docs/README.hbs index f4144e65b0..fe400751a3 100644 --- a/packages/serialport-util/packages/node-serialport/.docs/README.hbs +++ b/packages/serialport-util/packages/node-serialport/.docs/README.hbs @@ -87,7 +87,7 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co | Linux / ARM v8¹ | ☐ | ☐ | ☐ | | Linux / MIPSel¹ | ☐ | ☐ | ☐ | | Linux / PPC64¹ | ☐ | ☐ | ☐ | -| Windows² / x86 | ☑ | ☑ | ☑ | +| Windows² / x86 | ☐ | ☑ | ☑ | | Windows² / x64 | ☑ | ☑ | ☑ | | OSX³ / x64 | ☑ | ☑ | ☑ | @@ -97,6 +97,8 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co ³ OSX 10.4 Tiger and above are supported, but our CI tests only 10.9.5 Mavericks with Xcode 6.1. +Until Issue #1221 is closed windows will suffer high cpu reads and writes and will require a `UV_THREADPOOL_SIZE` environment variable to be set to 1 + the number of ports you wish to open at a time. (Defaults to `4` which supports 3 ports). + ## Installation Instructions For most "standard" use cases (Node v4.x on Mac, Linux, or Windows on a x86 or x64 processor), Node-Serialport will install nice and easy with: diff --git a/packages/serialport-util/packages/node-serialport/README.md b/packages/serialport-util/packages/node-serialport/README.md index b9a6c977b7..cd3416b2ac 100644 --- a/packages/serialport-util/packages/node-serialport/README.md +++ b/packages/serialport-util/packages/node-serialport/README.md @@ -134,7 +134,7 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co | Linux / ARM v8¹ | ☐ | ☐ | ☐ | | Linux / MIPSel¹ | ☐ | ☐ | ☐ | | Linux / PPC64¹ | ☐ | ☐ | ☐ | -| Windows² / x86 | ☑ | ☑ | ☑ | +| Windows² / x86 | ☐ | ☑ | ☑ | | Windows² / x64 | ☑ | ☑ | ☑ | | OSX³ / x64 | ☑ | ☑ | ☑ | @@ -144,6 +144,8 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co ³ OSX 10.4 Tiger and above are supported, but our CI tests only 10.9.5 Mavericks with Xcode 6.1. +Until Issue #1221 is closed windows will suffer high cpu reads and writes and will require a `UV_THREADPOOL_SIZE` environment variable to be set to 1 + the number of ports you wish to open at a time. (Defaults to `4` which supports 3 ports). + ## Installation Instructions For most "standard" use cases (Node v4.x on Mac, Linux, or Windows on a x86 or x64 processor), Node-Serialport will install nice and easy with: