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

Update.

github.com/serialport/bindings-cpp - 7997baee042bccf0a4b1d903fc5ddc38640a365a authored almost 11 years ago by Chris Williams <[email protected]>
Fixing ticket #293

github.com/serialport/node-serialport - 8befe3413fa9b13911dfe7a709477f5f467fbd78 authored almost 11 years ago by Chris Williams <[email protected]>
Fixing ticket #293

github.com/serialport/bindings-cpp - 8befe3413fa9b13911dfe7a709477f5f467fbd78 authored almost 11 years ago by Chris Williams <[email protected]>
Fixing ticket #293

github.com/serialport/website - 8befe3413fa9b13911dfe7a709477f5f467fbd78 authored almost 11 years ago by Chris Williams <[email protected]>
Releasing integration of NAN library for node 0.11+ support

github.com/serialport/website - 6606e316c502a83d7b3c18fc71b676e9df76c646 authored almost 11 years ago by Chris Williams <[email protected]>
Releasing integration of NAN library for node 0.11+ support

github.com/serialport/bindings-cpp - 6606e316c502a83d7b3c18fc71b676e9df76c646 authored almost 11 years ago by Chris Williams <[email protected]>
Releasing integration of NAN library for node 0.11+ support

github.com/serialport/node-serialport - 6606e316c502a83d7b3c18fc71b676e9df76c646 authored almost 11 years ago by Chris Williams <[email protected]>
Merge pull request #270 from rvagg/nan

use NAN for Node 0.8->0.11+ compatibility

github.com/serialport/node-serialport - b68a15dbd4877a503612299b15eb6123ecd2847e authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #270 from rvagg/nan

use NAN for Node 0.8->0.11+ compatibility

github.com/serialport/bindings-cpp - b68a15dbd4877a503612299b15eb6123ecd2847e authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #270 from rvagg/nan

use NAN for Node 0.8->0.11+ compatibility

github.com/serialport/website - b68a15dbd4877a503612299b15eb6123ecd2847e authored almost 11 years ago by Francis Gulotta <[email protected]>
Fix camel case on serialPort.list docs

github.com/serialport/website - 3997bfd9a7fcf774f8a29250d92e65fed839db82 authored almost 11 years ago by Francis Gulotta <[email protected]>
Fix camel case on serialPort.list docs

github.com/serialport/node-serialport - 3997bfd9a7fcf774f8a29250d92e65fed839db82 authored almost 11 years ago by Francis Gulotta <[email protected]>
Fix camel case on serialPort.list docs

github.com/serialport/bindings-cpp - 3997bfd9a7fcf774f8a29250d92e65fed839db82 authored almost 11 years ago by Francis Gulotta <[email protected]>
Fix SerialPort.list() docs

github.com/serialport/bindings-cpp - 3a201bf310e4b895c4debbe42984e85e6c8c29dd authored almost 11 years ago by Francis Gulotta <[email protected]>
Fix SerialPort.list() docs

github.com/serialport/node-serialport - 3a201bf310e4b895c4debbe42984e85e6c8c29dd authored almost 11 years ago by Francis Gulotta <[email protected]>
Fix SerialPort.list() docs

github.com/serialport/website - 3a201bf310e4b895c4debbe42984e85e6c8c29dd authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #277 from voodootikigod/move-parsers

Move parsers to their own file because they don't rely on anything else.

github.com/serialport/website - 6ddd7ecfe155ef64e99ff419d6262c92c7d1b524 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #277 from voodootikigod/move-parsers

Move parsers to their own file because they don't rely on anything else.

github.com/serialport/bindings-cpp - 6ddd7ecfe155ef64e99ff419d6262c92c7d1b524 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #277 from voodootikigod/move-parsers

Move parsers to their own file because they don't rely on anything else.

github.com/serialport/node-serialport - 6ddd7ecfe155ef64e99ff419d6262c92c7d1b524 authored almost 11 years ago by Francis Gulotta <[email protected]>
convert to NAN for 0.8->0.11+ compatibility

github.com/serialport/node-serialport - b1ea084ab572d035985b0fba6762201c0dd07a72 authored almost 11 years ago by Rod Vagg <[email protected]>
convert to NAN for 0.8->0.11+ compatibility

github.com/serialport/bindings-cpp - b1ea084ab572d035985b0fba6762201c0dd07a72 authored almost 11 years ago by Rod Vagg <[email protected]>
convert to NAN for 0.8->0.11+ compatibility

github.com/serialport/website - b1ea084ab572d035985b0fba6762201c0dd07a72 authored almost 11 years ago by Rod Vagg <[email protected]>
Change from rewire to sandboxed-module and properly set the platform for tests.

github.com/serialport/website - f84f745e9bd8f44043569dfd5fc87989070ca9c3 authored almost 11 years ago by Francis Gulotta <[email protected]>
Change from rewire to sandboxed-module and properly set the platform for tests.

github.com/serialport/node-serialport - f84f745e9bd8f44043569dfd5fc87989070ca9c3 authored almost 11 years ago by Francis Gulotta <[email protected]>
Change from rewire to sandboxed-module and properly set the platform for tests.

github.com/serialport/bindings-cpp - f84f745e9bd8f44043569dfd5fc87989070ca9c3 authored almost 11 years ago by Francis Gulotta <[email protected]>
don't modify process.platform in tests as it's going to be read only

github.com/serialport/bindings-cpp - e077214d1379979add08a72de298ac290a18b0de authored almost 11 years ago by Francis Gulotta <[email protected]>
don't modify process.platform in tests as it's going to be read only

github.com/serialport/node-serialport - e077214d1379979add08a72de298ac290a18b0de authored almost 11 years ago by Francis Gulotta <[email protected]>
don't modify process.platform in tests as it's going to be read only

github.com/serialport/website - e077214d1379979add08a72de298ac290a18b0de authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #279 from voodootikigod/optionalfunctions

don't set options on a callback open function

github.com/serialport/website - a7b22dffeb107a38cfb2803435afecd4068d502c authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #279 from voodootikigod/optionalfunctions

don't set options on a callback open function

github.com/serialport/node-serialport - a7b22dffeb107a38cfb2803435afecd4068d502c authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #279 from voodootikigod/optionalfunctions

don't set options on a callback open function

github.com/serialport/bindings-cpp - a7b22dffeb107a38cfb2803435afecd4068d502c authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #278 from voodootikigod/close-tests

Added some basic close event tests

github.com/serialport/node-serialport - 15210a5463e40665d7cc3b6c66429f5ef151a923 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #278 from voodootikigod/close-tests

Added some basic close event tests

github.com/serialport/bindings-cpp - 15210a5463e40665d7cc3b6c66429f5ef151a923 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #278 from voodootikigod/close-tests

Added some basic close event tests

github.com/serialport/website - 15210a5463e40665d7cc3b6c66429f5ef151a923 authored almost 11 years ago by Francis Gulotta <[email protected]>
don't set options on a callback open function

github.com/serialport/website - c796fe7dce2764fb9da5c346f0a23bc376997cd4 authored almost 11 years ago by Francis Gulotta <[email protected]>
don't set options on a callback open function

github.com/serialport/bindings-cpp - c796fe7dce2764fb9da5c346f0a23bc376997cd4 authored almost 11 years ago by Francis Gulotta <[email protected]>
don't set options on a callback open function

github.com/serialport/node-serialport - c796fe7dce2764fb9da5c346f0a23bc376997cd4 authored almost 11 years ago by Francis Gulotta <[email protected]>
Added some basic close event tests - removed some code around read streams that isn't used anymore

github.com/serialport/bindings-cpp - 4f19804d24a761bda88e9bded020d94418c4bd6a authored almost 11 years ago by Francis Gulotta <[email protected]>
Added some basic close event tests - removed some code around read streams that isn't used anymore

github.com/serialport/node-serialport - 4f19804d24a761bda88e9bded020d94418c4bd6a authored almost 11 years ago by Francis Gulotta <[email protected]>
Added some basic close event tests - removed some code around read streams that isn't used anymore

github.com/serialport/website - 4f19804d24a761bda88e9bded020d94418c4bd6a authored almost 11 years ago by Francis Gulotta <[email protected]>
Move parsers to their own file because they don't rely on anything else.

github.com/serialport/website - 712914c9ba82b7a4a9359f1f8eb2a56ff331eb1e authored almost 11 years ago by Francis Gulotta <[email protected]>
Move parsers to their own file because they don't rely on anything else.

github.com/serialport/bindings-cpp - 712914c9ba82b7a4a9359f1f8eb2a56ff331eb1e authored almost 11 years ago by Francis Gulotta <[email protected]>
Move parsers to their own file because they don't rely on anything else.

github.com/serialport/node-serialport - 712914c9ba82b7a4a9359f1f8eb2a56ff331eb1e authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #274 from programmarchy/patch-1

Add Reference Guide to README.md section per Issue #247

github.com/serialport/node-serialport - 88bc4c47ce24c62ed0e61f3e7cd619cf39ba3650 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #274 from programmarchy/patch-1

Add Reference Guide to README.md section per Issue #247

github.com/serialport/bindings-cpp - 88bc4c47ce24c62ed0e61f3e7cd619cf39ba3650 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #274 from programmarchy/patch-1

Add Reference Guide to README.md section per Issue #247

github.com/serialport/website - 88bc4c47ce24c62ed0e61f3e7cd619cf39ba3650 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #275 from programmarchy/drain-example

Add example to demonstrate drain()

github.com/serialport/website - 0bda99955e79b50a62b86ce991c35715ad1a5529 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #275 from programmarchy/drain-example

Add example to demonstrate drain()

github.com/serialport/bindings-cpp - 0bda99955e79b50a62b86ce991c35715ad1a5529 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #275 from programmarchy/drain-example

Add example to demonstrate drain()

github.com/serialport/node-serialport - 0bda99955e79b50a62b86ce991c35715ad1a5529 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #273 from voodootikigod/lint-nits

Whitespace and Linter NitPicks

github.com/serialport/bindings-cpp - c2c914f22c461b0ed28dd98c8dc045d5fe003ecc authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #273 from voodootikigod/lint-nits

Whitespace and Linter NitPicks

github.com/serialport/node-serialport - c2c914f22c461b0ed28dd98c8dc045d5fe003ecc authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #273 from voodootikigod/lint-nits

Whitespace and Linter NitPicks

github.com/serialport/website - c2c914f22c461b0ed28dd98c8dc045d5fe003ecc authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #272 from voodootikigod/test-disconnect

Add a JS disconnect test and mock hardware disconnect command.

github.com/serialport/website - c503710af5575fd25bb2ba6404b503a3dfc3b932 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #272 from voodootikigod/test-disconnect

Add a JS disconnect test and mock hardware disconnect command.

github.com/serialport/bindings-cpp - c503710af5575fd25bb2ba6404b503a3dfc3b932 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #272 from voodootikigod/test-disconnect

Add a JS disconnect test and mock hardware disconnect command.

github.com/serialport/node-serialport - c503710af5575fd25bb2ba6404b503a3dfc3b932 authored almost 11 years ago by Francis Gulotta <[email protected]>
Fix undefined duration to calls

github.com/serialport/node-serialport - d6f82c90728a894f307d1bc978955b8246462c61 authored almost 11 years ago by Donald Ness <[email protected]>
Fix undefined duration to calls

github.com/serialport/bindings-cpp - d6f82c90728a894f307d1bc978955b8246462c61 authored almost 11 years ago by Donald Ness <[email protected]>
Fix undefined duration to calls

github.com/serialport/website - d6f82c90728a894f307d1bc978955b8246462c61 authored almost 11 years ago by Donald Ness <[email protected]>
Add Reference Guide to README.md section per Issue #247

Issue #247

github.com/serialport/website - 38fb8fd0896db11cdbf015bb082110e34c3e2cfe authored almost 11 years ago by Donald Ness <[email protected]>
Add Reference Guide to README.md section per Issue #247

Issue #247

github.com/serialport/bindings-cpp - 38fb8fd0896db11cdbf015bb082110e34c3e2cfe authored almost 11 years ago by Donald Ness <[email protected]>
Add Reference Guide to README.md section per Issue #247

Issue #247

github.com/serialport/node-serialport - 38fb8fd0896db11cdbf015bb082110e34c3e2cfe authored almost 11 years ago by Donald Ness <[email protected]>
Add example to demonstrate drain()

github.com/serialport/node-serialport - 0a000298b131d25490599702366d16ebf7da2ade authored almost 11 years ago by Donald Ness <[email protected]>
Add example to demonstrate drain()

github.com/serialport/bindings-cpp - 0a000298b131d25490599702366d16ebf7da2ade authored almost 11 years ago by Donald Ness <[email protected]>
Add example to demonstrate drain()

github.com/serialport/website - 0a000298b131d25490599702366d16ebf7da2ade authored almost 11 years ago by Donald Ness <[email protected]>
Removed a bunch of commented out code that won't be coming back as is. Added in brackets on single line if statements because they rarely stay single line. Clean up some whitespace issues.

github.com/serialport/website - 8af739624bd062e0b59a36f74d70e735b92b95f2 authored almost 11 years ago by Francis Gulotta <[email protected]>
Removed a bunch of commented out code that won't be coming back as is. Added in brackets on single line if statements because they rarely stay single line. Clean up some whitespace issues.

github.com/serialport/node-serialport - 8af739624bd062e0b59a36f74d70e735b92b95f2 authored almost 11 years ago by Francis Gulotta <[email protected]>
Removed a bunch of commented out code that won't be coming back as is. Added in brackets on single line if statements because they rarely stay single line. Clean up some whitespace issues.

github.com/serialport/bindings-cpp - 8af739624bd062e0b59a36f74d70e735b92b95f2 authored almost 11 years ago by Francis Gulotta <[email protected]>
Add a JS disconnect test and mock hardware disconnect command.

github.com/serialport/bindings-cpp - dd642c95d4aa160ae9152eeefd1db4c197ae5618 authored almost 11 years ago by Francis Gulotta <[email protected]>
Add a JS disconnect test and mock hardware disconnect command.

github.com/serialport/node-serialport - dd642c95d4aa160ae9152eeefd1db4c197ae5618 authored almost 11 years ago by Francis Gulotta <[email protected]>
Add a JS disconnect test and mock hardware disconnect command.

github.com/serialport/website - dd642c95d4aa160ae9152eeefd1db4c197ae5618 authored almost 11 years ago by Francis Gulotta <[email protected]>
set the read position to null to force reading from the current position

github.com/serialport/website - 82397f5f386cd1a826b592fcfac7906b3aa67042 authored almost 11 years ago by Joe Ferner <[email protected]>
set the read position to null to force reading from the current position

github.com/serialport/node-serialport - 82397f5f386cd1a826b592fcfac7906b3aa67042 authored almost 11 years ago by Joe Ferner <[email protected]>
set the read position to null to force reading from the current position

github.com/serialport/bindings-cpp - 82397f5f386cd1a826b592fcfac7906b3aa67042 authored almost 11 years ago by Joe Ferner <[email protected]>
Merge pull request #259 from JayBeavers/highSpeedLinux

Swap ifdef around for high speed baud rates to fix #254

github.com/serialport/bindings-cpp - 6f44a1255b5d421a56b98e1bed9f6fd34c3558d3 authored almost 11 years ago by Jay Beavers <[email protected]>
Merge pull request #259 from JayBeavers/highSpeedLinux

Swap ifdef around for high speed baud rates to fix #254

github.com/serialport/node-serialport - 6f44a1255b5d421a56b98e1bed9f6fd34c3558d3 authored almost 11 years ago by Jay Beavers <[email protected]>
Merge pull request #259 from JayBeavers/highSpeedLinux

Swap ifdef around for high speed baud rates to fix #254

github.com/serialport/website - 6f44a1255b5d421a56b98e1bed9f6fd34c3558d3 authored almost 11 years ago by Jay Beavers <[email protected]>
Update README.md

Add workaround for visual studio 2013 support while we wait for node 0.10.x to be updated with f...

github.com/serialport/website - 74033811e8c860aa8904133d5feccccd4afe28b6 authored almost 11 years ago by Jay Beavers <[email protected]>
Update README.md

Add workaround for visual studio 2013 support while we wait for node 0.10.x to be updated with f...

github.com/serialport/node-serialport - 74033811e8c860aa8904133d5feccccd4afe28b6 authored almost 11 years ago by Jay Beavers <[email protected]>
Update README.md

Add workaround for visual studio 2013 support while we wait for node 0.10.x to be updated with f...

github.com/serialport/bindings-cpp - 74033811e8c860aa8904133d5feccccd4afe28b6 authored almost 11 years ago by Jay Beavers <[email protected]>
Swap ifdef around for high speed baud rates to fix #254

github.com/serialport/bindings-cpp - cf6d1025de01dfd58c225e69e4d78dea40534c04 authored almost 11 years ago by Jay Beavers <[email protected]>
Swap ifdef around for high speed baud rates to fix #254

github.com/serialport/node-serialport - cf6d1025de01dfd58c225e69e4d78dea40534c04 authored almost 11 years ago by Jay Beavers <[email protected]>
Swap ifdef around for high speed baud rates to fix #254

github.com/serialport/website - cf6d1025de01dfd58c225e69e4d78dea40534c04 authored almost 11 years ago by Jay Beavers <[email protected]>
Merge pull request #245 from voodootikigod/mock-reads

Mock Reads

github.com/serialport/website - 651cc736989b65dff8a6ddf5491570f69fa08db0 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #245 from voodootikigod/mock-reads

Mock Reads

github.com/serialport/node-serialport - 651cc736989b65dff8a6ddf5491570f69fa08db0 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #245 from voodootikigod/mock-reads

Mock Reads

github.com/serialport/bindings-cpp - 651cc736989b65dff8a6ddf5491570f69fa08db0 authored almost 11 years ago by Francis Gulotta <[email protected]>
Merge pull request #258 from JayBeavers/fixWin32Path

Refactor win32 pathing from js into _win.cpp to improve mockability

github.com/serialport/bindings-cpp - 792125302acb12df5d485be29c3254fb73c521ba authored almost 11 years ago by Jay Beavers <[email protected]>
Merge pull request #258 from JayBeavers/fixWin32Path

Refactor win32 pathing from js into _win.cpp to improve mockability

github.com/serialport/node-serialport - 792125302acb12df5d485be29c3254fb73c521ba authored almost 11 years ago by Jay Beavers <[email protected]>
Merge pull request #258 from JayBeavers/fixWin32Path

Refactor win32 pathing from js into _win.cpp to improve mockability

github.com/serialport/website - 792125302acb12df5d485be29c3254fb73c521ba authored almost 11 years ago by Jay Beavers <[email protected]>
Lets pretend we're osx

github.com/serialport/website - 244e4a717d2dc8167fd81d753b690eb38f70453d authored almost 11 years ago by Francis Gulotta <[email protected]>
Lets pretend we're osx

github.com/serialport/node-serialport - 244e4a717d2dc8167fd81d753b690eb38f70453d authored almost 11 years ago by Francis Gulotta <[email protected]>
Lets pretend we're osx

github.com/serialport/bindings-cpp - 244e4a717d2dc8167fd81d753b690eb38f70453d authored almost 11 years ago by Francis Gulotta <[email protected]>
Refactor win32 pathing from js into _win.cpp to improve mockability

github.com/serialport/bindings-cpp - a0ca3f4d3988da7b1d5df622bf6ecc4434cef2b7 authored almost 11 years ago by Jay Beavers <[email protected]>
Refactor win32 pathing from js into _win.cpp to improve mockability

github.com/serialport/node-serialport - a0ca3f4d3988da7b1d5df622bf6ecc4434cef2b7 authored almost 11 years ago by Jay Beavers <[email protected]>
Refactor win32 pathing from js into _win.cpp to improve mockability

github.com/serialport/website - a0ca3f4d3988da7b1d5df622bf6ecc4434cef2b7 authored almost 11 years ago by Jay Beavers <[email protected]>
Remove a needless require and an reference to an undefined property used in reading off the serial port

github.com/serialport/website - d792fee6f2469d3102478aa319e2f4df825ce02c authored almost 11 years ago by Francis Gulotta <[email protected]>
Remove a needless require and an reference to an undefined property used in reading off the serial port

github.com/serialport/node-serialport - d792fee6f2469d3102478aa319e2f4df825ce02c authored almost 11 years ago by Francis Gulotta <[email protected]>
Remove a needless require and an reference to an undefined property used in reading off the serial port

github.com/serialport/bindings-cpp - d792fee6f2469d3102478aa319e2f4df825ce02c authored almost 11 years ago by Francis Gulotta <[email protected]>
Add some basic read tests

github.com/serialport/node-serialport - 1b831f079fd5faa108451e85ffe911f5ef869fa4 authored almost 11 years ago by Francis Gulotta <[email protected]>
Add some basic read tests

github.com/serialport/bindings-cpp - 1b831f079fd5faa108451e85ffe911f5ef869fa4 authored almost 11 years ago by Francis Gulotta <[email protected]>