Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SerialPort

Access serial ports with JavaScript and Rust. Linux, OSX and Windows.
Collective - Host: opensource - https://opencollective.com/serialport - Website: https://serialport.io/ - Code: https://github.com/serialport

Fix package.json typo

github.com/serialport/bindings-cpp - c23307049c6e0feedcd26ef429f14db9036b1a3c authored almost 12 years ago by Vadim Kosarev <[email protected]>
Fix package.json typo

github.com/serialport/node-serialport - c23307049c6e0feedcd26ef429f14db9036b1a3c authored almost 12 years ago by Vadim Kosarev <[email protected]>
Fix package.json typo

github.com/serialport/website - c23307049c6e0feedcd26ef429f14db9036b1a3c authored almost 12 years ago by Vadim Kosarev <[email protected]>
Merge pull request #107 from Lophilo/doc

Everything must occur after on('open')

github.com/serialport/node-serialport - 7a79a94e1659d5b0dc26a874664897e5aa882c60 authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #107 from Lophilo/doc

Everything must occur after on('open')

github.com/serialport/website - 7a79a94e1659d5b0dc26a874664897e5aa882c60 authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #107 from Lophilo/doc

Everything must occur after on('open')

github.com/serialport/bindings-cpp - 7a79a94e1659d5b0dc26a874664897e5aa882c60 authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #114 from TooTallNate/patch-2

package: remove "node-gyp" as a dependency

github.com/serialport/bindings-cpp - 4b06d8d273185368f163974fe38a0b022ce232aa authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #114 from TooTallNate/patch-2

package: remove "node-gyp" as a dependency

github.com/serialport/website - 4b06d8d273185368f163974fe38a0b022ce232aa authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #114 from TooTallNate/patch-2

package: remove "node-gyp" as a dependency

github.com/serialport/node-serialport - 4b06d8d273185368f163974fe38a0b022ce232aa authored almost 12 years ago by Chris Williams <[email protected]>
package: remove "node-gyp" as a dependency

npm bundles its own internal copy of node-gyp,
so installing another copy is not necessary.

github.com/serialport/website - d837fd3d2b1e5327acc9b9df58828c385daa9c03 authored almost 12 years ago by Nathan Rajlich <[email protected]>
package: remove "node-gyp" as a dependency

npm bundles its own internal copy of node-gyp,
so installing another copy is not necessary.

github.com/serialport/node-serialport - d837fd3d2b1e5327acc9b9df58828c385daa9c03 authored almost 12 years ago by Nathan Rajlich <[email protected]>
package: remove "node-gyp" as a dependency

npm bundles its own internal copy of node-gyp,
so installing another copy is not necessary.

github.com/serialport/bindings-cpp - d837fd3d2b1e5327acc9b9df58828c385daa9c03 authored almost 12 years ago by Nathan Rajlich <[email protected]>
fix the callback on list. callback was on the wrong function

github.com/serialport/bindings-cpp - ba90601d612dc408f021e7afa2c47a070943fea0 authored almost 12 years ago by Joe Ferner <[email protected]>
fix the callback on list. callback was on the wrong function

github.com/serialport/node-serialport - ba90601d612dc408f021e7afa2c47a070943fea0 authored almost 12 years ago by Joe Ferner <[email protected]>
fix the callback on list. callback was on the wrong function

github.com/serialport/website - ba90601d612dc408f021e7afa2c47a070943fea0 authored almost 12 years ago by Joe Ferner <[email protected]>
native list approach for mac

github.com/serialport/node-serialport - 49fcadd7e5f0c633eb3eba5ead066a595a42744d authored almost 12 years ago by Adriano Raiano <[email protected]>
native list approach for mac

github.com/serialport/website - 49fcadd7e5f0c633eb3eba5ead066a595a42744d authored almost 12 years ago by Adriano Raiano <[email protected]>
native list approach for mac

github.com/serialport/bindings-cpp - 49fcadd7e5f0c633eb3eba5ead066a595a42744d authored almost 12 years ago by Adriano Raiano <[email protected]>
optimize osx serialport.list

github.com/serialport/bindings-cpp - 122ca4846e46ae04e0d3599ad31207930fa76866 authored almost 12 years ago by Adriano Raiano <[email protected]>
optimize osx serialport.list

github.com/serialport/node-serialport - 122ca4846e46ae04e0d3599ad31207930fa76866 authored almost 12 years ago by Adriano Raiano <[email protected]>
optimize osx serialport.list

github.com/serialport/website - 122ca4846e46ae04e0d3599ad31207930fa76866 authored almost 12 years ago by Adriano Raiano <[email protected]>
Everything must occur after on('open')

I can't be the only one that made the newbie mistake of not registering a
listener on open and...

github.com/serialport/node-serialport - 94d34bcc54f7946065fc13f5a70c1171f63d79e3 authored almost 12 years ago by Ricky Ng-Adam <[email protected]>
Everything must occur after on('open')

I can't be the only one that made the newbie mistake of not registering a
listener on open and...

github.com/serialport/website - 94d34bcc54f7946065fc13f5a70c1171f63d79e3 authored almost 12 years ago by Ricky Ng-Adam <[email protected]>
Everything must occur after on('open')

I can't be the only one that made the newbie mistake of not registering a
listener on open and...

github.com/serialport/bindings-cpp - 94d34bcc54f7946065fc13f5a70c1171f63d79e3 authored almost 12 years ago by Ricky Ng-Adam <[email protected]>
Ticket: 104, reverting back.

github.com/serialport/bindings-cpp - ce51f4d093e3dd24efeaf5adb4ae82e1c58ea75f authored almost 12 years ago by Chris Williams <[email protected]>
Ticket: 104, reverting back.

github.com/serialport/website - ce51f4d093e3dd24efeaf5adb4ae82e1c58ea75f authored almost 12 years ago by Chris Williams <[email protected]>
Ticket: 104, reverting back.

github.com/serialport/node-serialport - ce51f4d093e3dd24efeaf5adb4ae82e1c58ea75f authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #100 from tmpvar/osx-list

fix osx serialport.list issue

github.com/serialport/node-serialport - b74a50d704965b9778638ca210ea00faf9914d20 authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #100 from tmpvar/osx-list

fix osx serialport.list issue

github.com/serialport/website - b74a50d704965b9778638ca210ea00faf9914d20 authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #100 from tmpvar/osx-list

fix osx serialport.list issue

github.com/serialport/bindings-cpp - b74a50d704965b9778638ca210ea00faf9914d20 authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #102 from rhasson/master

corrected list under Unix for multiple devices with the same ID

github.com/serialport/bindings-cpp - f0d7547f4786a8250866fff67357078334b68d24 authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #102 from rhasson/master

corrected list under Unix for multiple devices with the same ID

github.com/serialport/node-serialport - f0d7547f4786a8250866fff67357078334b68d24 authored almost 12 years ago by Chris Williams <[email protected]>
Merge pull request #102 from rhasson/master

corrected list under Unix for multiple devices with the same ID

github.com/serialport/website - f0d7547f4786a8250866fff67357078334b68d24 authored almost 12 years ago by Chris Williams <[email protected]>
correct list under Unix when multiple devices of the same id are connected

github.com/serialport/website - 892fab80247f3dbe645008844fa0a55f4f4dd58d authored almost 12 years ago by Roy Hasson <[email protected]>
correct list under Unix when multiple devices of the same id are connected

github.com/serialport/node-serialport - 892fab80247f3dbe645008844fa0a55f4f4dd58d authored almost 12 years ago by Roy Hasson <[email protected]>
correct list under Unix when multiple devices of the same id are connected

github.com/serialport/bindings-cpp - 892fab80247f3dbe645008844fa0a55f4f4dd58d authored almost 12 years ago by Roy Hasson <[email protected]>
Update README.md with baudrate example

github.com/serialport/bindings-cpp - 03902745f304dd13792723f63a214e43759afddd authored almost 12 years ago by Joe Ferner <[email protected]>
Update README.md with baudrate example

github.com/serialport/node-serialport - 03902745f304dd13792723f63a214e43759afddd authored almost 12 years ago by Joe Ferner <[email protected]>
Update README.md with baudrate example

github.com/serialport/website - 03902745f304dd13792723f63a214e43759afddd authored almost 12 years ago by Joe Ferner <[email protected]>
fix osx serialport.list issue

currently the serial number is used in conjunction with /dev/cu.usbserial* (which i've never see...

github.com/serialport/node-serialport - 02346c084762cfd8f0452ba7915384814fa1c0ac authored almost 12 years ago by Elijah Insua <[email protected]>
fix osx serialport.list issue

currently the serial number is used in conjunction with /dev/cu.usbserial* (which i've never see...

github.com/serialport/website - 02346c084762cfd8f0452ba7915384814fa1c0ac authored almost 12 years ago by Elijah Insua <[email protected]>
fix osx serialport.list issue

currently the serial number is used in conjunction with /dev/cu.usbserial* (which i've never see...

github.com/serialport/bindings-cpp - 02346c084762cfd8f0452ba7915384814fa1c0ac authored almost 12 years ago by Elijah Insua <[email protected]>
Readme fix.

github.com/serialport/bindings-cpp - 40204da9c20432cfb6b988d857f6ca686aa6265b authored about 12 years ago by Chris Williams <[email protected]>
Readme fix.

github.com/serialport/website - 40204da9c20432cfb6b988d857f6ca686aa6265b authored about 12 years ago by Chris Williams <[email protected]>
Readme fix.

github.com/serialport/node-serialport - 40204da9c20432cfb6b988d857f6ca686aa6265b authored about 12 years ago by Chris Williams <[email protected]>
Now runs on windows without intermittent crashes thanks to luffs

github.com/serialport/node-serialport - 7c522e517b3b277cc6401482faf6f5417a9de089 authored about 12 years ago by Chris Williams <[email protected]>
Now runs on windows without intermittent crashes thanks to luffs

github.com/serialport/website - 7c522e517b3b277cc6401482faf6f5417a9de089 authored about 12 years ago by Chris Williams <[email protected]>
Now runs on windows without intermittent crashes thanks to luffs

github.com/serialport/bindings-cpp - 7c522e517b3b277cc6401482faf6f5417a9de089 authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #93 from markwegman/master

Fix for handle leaks and random crashes on Windows

github.com/serialport/bindings-cpp - f7eb3ec163adecc66eb15b2f411873e1a9e176ad authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #93 from markwegman/master

Fix for handle leaks and random crashes on Windows

github.com/serialport/node-serialport - f7eb3ec163adecc66eb15b2f411873e1a9e176ad authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #93 from markwegman/master

Fix for handle leaks and random crashes on Windows

github.com/serialport/website - f7eb3ec163adecc66eb15b2f411873e1a9e176ad authored about 12 years ago by Chris Williams <[email protected]>
Fix handle leak

github.com/serialport/node-serialport - cd0889f95829e34761a614b5e007b32ebc84fed2 authored about 12 years ago by U-Mark-Desktop\Mark <mark@somewhere>
Fix handle leak

github.com/serialport/website - cd0889f95829e34761a614b5e007b32ebc84fed2 authored about 12 years ago by U-Mark-Desktop\Mark <mark@somewhere>
Fix handle leak

github.com/serialport/bindings-cpp - cd0889f95829e34761a614b5e007b32ebc84fed2 authored about 12 years ago by U-Mark-Desktop\Mark <mark@somewhere>
Cancel timed out read operation to fix random crashes in Node's IoCompletionPort handler

github.com/serialport/bindings-cpp - bb1292a1ed5c350ade2de951ae1cf3f1fda0ac55 authored about 12 years ago by U-Mark-Desktop\Mark <mark@somewhere>
Cancel timed out read operation to fix random crashes in Node's IoCompletionPort handler

github.com/serialport/website - bb1292a1ed5c350ade2de951ae1cf3f1fda0ac55 authored about 12 years ago by U-Mark-Desktop\Mark <mark@somewhere>
Cancel timed out read operation to fix random crashes in Node's IoCompletionPort handler

github.com/serialport/node-serialport - bb1292a1ed5c350ade2de951ae1cf3f1fda0ac55 authored about 12 years ago by U-Mark-Desktop\Mark <mark@somewhere>
Merge pull request #85 from bewest/bewest

bump node requirement 0.7.0 for libuv's uv_mutex_t

github.com/serialport/node-serialport - 81b66edfc6251eac45cef0f1ff02a19901e8bb6c authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #85 from bewest/bewest

bump node requirement 0.7.0 for libuv's uv_mutex_t

github.com/serialport/website - 81b66edfc6251eac45cef0f1ff02a19901e8bb6c authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #85 from bewest/bewest

bump node requirement 0.7.0 for libuv's uv_mutex_t

github.com/serialport/bindings-cpp - 81b66edfc6251eac45cef0f1ff02a19901e8bb6c authored about 12 years ago by Chris Williams <[email protected]>
bump node requirement 0.7.0 for libuv's uv_mutex_t

uv_mutex_t was added to node via libuv in node 0.7.0.
Builds fail otherwise.

github.com/serialport/bindings-cpp - 13d68a87e1ef6e5132dbe94a223d01441ec4fd0b authored about 12 years ago by Ben West <[email protected]>
bump node requirement 0.7.0 for libuv's uv_mutex_t

uv_mutex_t was added to node via libuv in node 0.7.0.
Builds fail otherwise.

github.com/serialport/website - 13d68a87e1ef6e5132dbe94a223d01441ec4fd0b authored about 12 years ago by Ben West <[email protected]>
bump node requirement 0.7.0 for libuv's uv_mutex_t

uv_mutex_t was added to node via libuv in node 0.7.0.
Builds fail otherwise.

github.com/serialport/node-serialport - 13d68a87e1ef6e5132dbe94a223d01441ec4fd0b authored about 12 years ago by Ben West <[email protected]>
Rev up.

github.com/serialport/website - 79c3c163d5a97176dbe35e9eb2465213b41f905a authored about 12 years ago by Chris Williams <[email protected]>
Rev up.

github.com/serialport/bindings-cpp - 79c3c163d5a97176dbe35e9eb2465213b41f905a authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #84 from JayBeavers/ngx-queue

Fix for #82, Out Of Order bug

github.com/serialport/bindings-cpp - 0e1c1b3ce45d2f98c3889dfe8f9e8cdcdbbe6725 authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #84 from JayBeavers/ngx-queue

Fix for #82, Out Of Order bug

github.com/serialport/website - 0e1c1b3ce45d2f98c3889dfe8f9e8cdcdbbe6725 authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #84 from JayBeavers/ngx-queue

Fix for #82, Out Of Order bug

github.com/serialport/node-serialport - 0e1c1b3ce45d2f98c3889dfe8f9e8cdcdbbe6725 authored about 12 years ago by Chris Williams <[email protected]>
Add fifo queue support to serialportWrite, fix test to detect arduinos under Linux

github.com/serialport/website - 39e559fc1127ae4bc93ffd3ef072a03a007d772d authored about 12 years ago by Jay Beavers <[email protected]>
Add fifo queue support to serialportWrite, fix test to detect arduinos under Linux

github.com/serialport/node-serialport - 39e559fc1127ae4bc93ffd3ef072a03a007d772d authored about 12 years ago by Jay Beavers <[email protected]>
Add fifo queue support to serialportWrite, fix test to detect arduinos under Linux

github.com/serialport/bindings-cpp - 39e559fc1127ae4bc93ffd3ef072a03a007d772d authored about 12 years ago by Jay Beavers <[email protected]>
Rollover fix in Echo test

github.com/serialport/bindings-cpp - d3701cf083c9a77a8aea5acd88cdd1462b010c85 authored about 12 years ago by Jay Beavers <[email protected]>
Rollover fix in Echo test

github.com/serialport/website - d3701cf083c9a77a8aea5acd88cdd1462b010c85 authored about 12 years ago by Jay Beavers <[email protected]>
Rollover fix in Echo test

github.com/serialport/node-serialport - d3701cf083c9a77a8aea5acd88cdd1462b010c85 authored about 12 years ago by Jay Beavers <[email protected]>
Adding detection string for Arduino under Linux

github.com/serialport/website - 510f7753ac3367e79bb4fed36f75e9f0bec1cedf authored about 12 years ago by Jay Beavers <[email protected]>
Adding detection string for Arduino under Linux

github.com/serialport/node-serialport - 510f7753ac3367e79bb4fed36f75e9f0bec1cedf authored about 12 years ago by Jay Beavers <[email protected]>
Adding detection string for Arduino under Linux

github.com/serialport/bindings-cpp - 510f7753ac3367e79bb4fed36f75e9f0bec1cedf authored about 12 years ago by Jay Beavers <[email protected]>
Add repro test case for Windows out of order

github.com/serialport/bindings-cpp - 7dd6413e0e31f6c9ff962e250f92619a7630fe0f authored about 12 years ago by Jay Beavers <[email protected]>
Add repro test case for Windows out of order

github.com/serialport/node-serialport - 7dd6413e0e31f6c9ff962e250f92619a7630fe0f authored about 12 years ago by Jay Beavers <[email protected]>
Add repro test case for Windows out of order

github.com/serialport/website - 7dd6413e0e31f6c9ff962e250f92619a7630fe0f authored about 12 years ago by Jay Beavers <[email protected]>
Higer baud rates revision support.

github.com/serialport/website - ae58d9de140a3f0cd38de3ba70cd119355c299ad authored about 12 years ago by Chris Williams <[email protected]>
Higer baud rates revision support.

github.com/serialport/node-serialport - ae58d9de140a3f0cd38de3ba70cd119355c299ad authored about 12 years ago by Chris Williams <[email protected]>
Higer baud rates revision support.

github.com/serialport/bindings-cpp - ae58d9de140a3f0cd38de3ba70cd119355c299ad authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #68 from sebseb7/osx_baud

mac osx >= 10.4 can handle higher baud rates

github.com/serialport/bindings-cpp - e229cae674cd7ee6b8ffe66f3b2a9cf72c58b4f3 authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #68 from sebseb7/osx_baud

mac osx >= 10.4 can handle higher baud rates

github.com/serialport/node-serialport - e229cae674cd7ee6b8ffe66f3b2a9cf72c58b4f3 authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #68 from sebseb7/osx_baud

mac osx >= 10.4 can handle higher baud rates

github.com/serialport/website - e229cae674cd7ee6b8ffe66f3b2a9cf72c58b4f3 authored about 12 years ago by Chris Williams <[email protected]>
Revision up.

github.com/serialport/node-serialport - 5bd84ff32d7a9a02cb45e3661e09bd111a8e7b8d authored about 12 years ago by Chris Williams <[email protected]>
Revision up.

github.com/serialport/website - 5bd84ff32d7a9a02cb45e3661e09bd111a8e7b8d authored about 12 years ago by Chris Williams <[email protected]>
Revision up.

github.com/serialport/bindings-cpp - 5bd84ff32d7a9a02cb45e3661e09bd111a8e7b8d authored about 12 years ago by Chris Williams <[email protected]>
Merge pull request #77 from bigkevmcd/add-flush-functionality

Add flush functionality.

github.com/serialport/bindings-cpp - 00c8916e5488b69dfed39b6bec69fae43187c67e authored about 12 years ago by Joe Ferner <[email protected]>
Merge pull request #77 from bigkevmcd/add-flush-functionality

Add flush functionality.

github.com/serialport/website - 00c8916e5488b69dfed39b6bec69fae43187c67e authored about 12 years ago by Joe Ferner <[email protected]>
Merge pull request #77 from bigkevmcd/add-flush-functionality

Add flush functionality.

github.com/serialport/node-serialport - 00c8916e5488b69dfed39b6bec69fae43187c67e authored about 12 years ago by Joe Ferner <[email protected]>
Add attempt at Window Flush.

github.com/serialport/website - cd279b9402fbd270a5c6b94d7f9224ee4910040f authored about 12 years ago by Kevin McDermott <[email protected]>
Add attempt at Window Flush.

github.com/serialport/node-serialport - cd279b9402fbd270a5c6b94d7f9224ee4910040f authored about 12 years ago by Kevin McDermott <[email protected]>
Add attempt at Window Flush.

github.com/serialport/bindings-cpp - cd279b9402fbd270a5c6b94d7f9224ee4910040f authored about 12 years ago by Kevin McDermott <[email protected]>
Remove unnecessary exception catching.

github.com/serialport/bindings-cpp - 22223e4fc2f66f0055360baf7990062502b1976d authored about 12 years ago by Kevin McDermott <[email protected]>
Remove unnecessary exception catching.

github.com/serialport/website - 22223e4fc2f66f0055360baf7990062502b1976d authored about 12 years ago by Kevin McDermott <[email protected]>
Remove unnecessary exception catching.

github.com/serialport/node-serialport - 22223e4fc2f66f0055360baf7990062502b1976d authored about 12 years ago by Kevin McDermott <[email protected]>
Add flush functionality.

github.com/serialport/website - 3aa4d03db8210f39eb44dcad284028c235b0b784 authored about 12 years ago by Kevin McDermott <[email protected]>