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

Cleanup CHANGELOG entry

github.com/serialport/serialport-rs - b58b459564725f0c5422dc4eab66def6e877e26a authored over 6 years ago by Bryant Mairs <[email protected]>
Merge branch 'master' into 'master'

Add `SerialPort::try_clone`.

See merge request susurrus/serialport-rs!20

github.com/serialport/serialport-rs - 4317c7e10f009139c6f19d856683547fe11e2035 authored over 6 years ago by Bryant <[email protected]>
Added a new function in the trait `SerialPort` : `try_clone` which try

to clone the underlying structure of a serial port to allow full duplex
read/write.
Added `exampl...

github.com/serialport/serialport-rs - 6d1c532a9cf2741c509db9c3fb4a34523cbab447 authored over 6 years ago by Paul Florence <[email protected]>
Merge branch 'hardware_check' into 'master'

Add hardware diagnostic example

See merge request susurrus/serialport-rs!33

github.com/serialport/serialport-rs - e4ae780a0bfe47cdcb60952a94711e568d849197 authored over 6 years ago by Bryant <[email protected]>
Add hardware diagnostic example

This example tests physical ports for failures when configuring
them or transmitting data throug...

github.com/serialport/serialport-rs - e8da22023f07ce3d4c798671055ff54e02d0b3e4 authored over 6 years ago by Bryant Mairs <[email protected]>
bump electron devDependencies to 1.8.2 (#188)

now that we have a stable 1.8.x version in npm, bump our dependency from 1.7.x to 1.8.x

github.com/serialport/electron-serialport-quick-start - 8ae09bda35391aa49d12356d6e1db64b7357bf8d authored over 6 years ago by Charles Kerr <[email protected]>
fix(linux): Adds missing header file for musl libc (eg alpine) (#1487)

Fixes #1470 After adding the new custom baud rate implementation for Linux, a build breaking bu...

github.com/serialport/bindings-cpp - 02e2bfecf0b32037121abb5bc2925dcb83785934 authored over 6 years ago by Jade Bilkey <[email protected]>
fix(linux): Adds missing header file for musl libc (eg alpine) (#1487)

Fixes #1470 After adding the new custom baud rate implementation for Linux, a build breaking bu...

github.com/serialport/node-serialport - 02e2bfecf0b32037121abb5bc2925dcb83785934 authored over 6 years ago by Jade Bilkey <[email protected]>
fix(linux): Adds missing header file for musl libc (eg alpine) (#1487)

Fixes #1470 After adding the new custom baud rate implementation for Linux, a build breaking bu...

github.com/serialport/website - 02e2bfecf0b32037121abb5bc2925dcb83785934 authored over 6 years ago by Jade Bilkey <[email protected]>
docs(api): commit docs for github pages

github.com/serialport/website - 792459d81285cc10ff955625cc1a036866bee959 authored over 6 years ago by Francis Gulotta <[email protected]>
docs(api): commit docs for github pages

github.com/serialport/bindings-cpp - 792459d81285cc10ff955625cc1a036866bee959 authored over 6 years ago by Francis Gulotta <[email protected]>
docs(api): commit docs for github pages

github.com/serialport/node-serialport - 792459d81285cc10ff955625cc1a036866bee959 authored over 6 years ago by Francis Gulotta <[email protected]>
docs(changelog) :fix typo (#1484)

github.com/serialport/node-serialport - 2da025e724045c89ae482b7b788c3cfae13ed0a3 authored over 6 years ago by Mike Harsch <[email protected]>
docs(changelog) :fix typo (#1484)

github.com/serialport/website - 2da025e724045c89ae482b7b788c3cfae13ed0a3 authored over 6 years ago by Mike Harsch <[email protected]>
docs(changelog) :fix typo (#1484)

github.com/serialport/bindings-cpp - 2da025e724045c89ae482b7b788c3cfae13ed0a3 authored over 6 years ago by Mike Harsch <[email protected]>
docs: Add appropriate thanks to the changelog

github.com/serialport/bindings-cpp - a3b366381a2f04cfbc59e28da8236917f297dcfd authored over 6 years ago by Francis Gulotta <[email protected]>
docs: Add appropriate thanks to the changelog

github.com/serialport/node-serialport - a3b366381a2f04cfbc59e28da8236917f297dcfd authored over 6 years ago by Francis Gulotta <[email protected]>
docs: Add appropriate thanks to the changelog

github.com/serialport/website - a3b366381a2f04cfbc59e28da8236917f297dcfd authored over 6 years ago by Francis Gulotta <[email protected]>
Update CHANGELOG for post-2.1 development

github.com/serialport/serialport-rs - cac64fa809c4ca58485708302f99829087d82c60 authored over 6 years ago by Bryant Mairs <[email protected]>
(cargo-release) start next development iteration 2.1.1-alpha.0

github.com/serialport/serialport-rs - 302813688a9d4bc5555cfc50f32c96bbef31142a authored over 6 years ago by Bryant Mairs <[email protected]>
(cargo-release) version 2.1.0

github.com/serialport/serialport-rs - 418238a25e1964502c18de7f1cd0160d52f7a44d authored over 6 years ago by Bryant Mairs <[email protected]>
Update CHANGELOG for 2.1.0 release

github.com/serialport/serialport-rs - cacdbad47354c18cf812a2d95d5377f30edd7d6f authored over 6 years ago by Bryant Mairs <[email protected]>
Merge branch 'platform_fixes' into 'master'

Platform fixes

See merge request susurrus/serialport-rs!32

github.com/serialport/serialport-rs - 546c50e95259cbf9cb370b908d46b7d386dd4a15 authored over 6 years ago by Bryant <[email protected]>
Run tests one-at-a-time

Because `ptsname()` is not threadsafe, it's not safe to run multiple
tests calling `TTYPort::pai...

github.com/serialport/serialport-rs - 3c35d584058cdc829cf0f1e752979d9ee1826f2d authored over 6 years ago by Bryant Mairs <[email protected]>
Make Mac tests in CI a little more robust

The default timeout is 1ms, which leads to spurious failures
on tests within the Travis CI Mac e...

github.com/serialport/serialport-rs - 5834e6d97adcec082443690d53c0e025a7ef033a authored over 6 years ago by Bryant Mairs <[email protected]>
Update CHANGELOG

github.com/serialport/serialport-rs - 14b434835e28df5b2d9037eb9a0327ffc5acaa6c authored over 6 years ago by Bryant Mairs <[email protected]>
Fix compilation for BSDs

github.com/serialport/serialport-rs - dfe04fdc278130f68bca8054002b602b0794f4e0 authored over 6 years ago by Bryant Mairs <[email protected]>
Use Baud* constants where applicable

Rather than using BaudOther(*)

github.com/serialport/serialport-rs - d25247388a056d2cdc781c505223a9ce7169441f authored over 6 years ago by Bryant Mairs <[email protected]>
Enable 921600 baud on FreeBSD

github.com/serialport/serialport-rs - fcb981cafda7b2157452d1bd52651a6f914f5f7b authored over 6 years ago by Bryant Mairs <[email protected]>
Remove B921600 on NetBSD

This constant is missing from libc, so it breaks compilation.

github.com/serialport/serialport-rs - 6c7d92d52bb90fbb9e2d4e2c1cc372a91b585ea5 authored over 6 years ago by Bryant Mairs <[email protected]>
Simplify BaudRate imports

github.com/serialport/serialport-rs - 5b9cb4a71d3d3264d3f435893958e078460a5f80 authored over 6 years ago by Bryant Mairs <[email protected]>
Wrap ptsname in unsafe now that it is so

github.com/serialport/serialport-rs - 71129ca478d4c02b887f65f8376e2632f3ba4c62 authored over 6 years ago by Bryant Mairs <[email protected]>
Merge branch 'unused' into 'master'

Enable more unused lints

See merge request susurrus/serialport-rs!28

github.com/serialport/serialport-rs - a62ff0e8ee3188b6f29135e9e48d8c62b3847640 authored over 6 years ago by Bryant <[email protected]>
Switch to release version of nix

github.com/serialport/serialport-rs - 3b217797de8d2fc9f0ce9f5742a68b5c38d5a457 authored over 6 years ago by Bryant Mairs <[email protected]>
Clean up the CHANGELOG

github.com/serialport/serialport-rs - 96e27c594c09639b8e0af1ea05be7f14aaf302e3 authored over 6 years ago by Bryant Mairs <[email protected]>
Added more fine grained error handling

github.com/serialport/serialport-rs - 63e197eb8c00be1ffa428fa6587f973eba82129a authored over 6 years ago by Kjetil Kjeka <[email protected]>
Added more fine grained error handling

This breaks out most IO errors such that they can be detected
instead of being mapped to `Unknow...

github.com/serialport/serialport-rs - 63d77e61faadde95001634539d1d424e4549fc52 authored over 6 years ago by Bryant <[email protected]>
v6.1.0

github.com/serialport/website - 99d64bfea8abcabf00584c4c1995cc72f7754fcc authored over 6 years ago by Francis Gulotta <[email protected]>
chore(github): lock old issues and prs

github.com/serialport/website - c8d2655b18c944748ce728448a58fad1733c7e88 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(github): lock old issues and prs

github.com/serialport/node-serialport - c8d2655b18c944748ce728448a58fad1733c7e88 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(github): lock old issues and prs

github.com/serialport/bindings-cpp - c8d2655b18c944748ce728448a58fad1733c7e88 authored over 6 years ago by Francis Gulotta <[email protected]>
feat(linux): Custom baud rates for linux (eg 250k baudrate) (#1464)

* 250k baudrate now works
* Generic linux non-standard baudrate setting using termios2
* Teste...

github.com/serialport/bindings-cpp - 910438c2ca349a717eb45b00b7576e908b1d1aeb authored over 6 years ago by Jade Bilkey <[email protected]>
feat(linux): Custom baud rates for linux (eg 250k baudrate) (#1464)

* 250k baudrate now works
* Generic linux non-standard baudrate setting using termios2
* Teste...

github.com/serialport/website - 910438c2ca349a717eb45b00b7576e908b1d1aeb authored over 6 years ago by Jade Bilkey <[email protected]>
feat(linux): Custom baud rates for linux (eg 250k baudrate) (#1464)

* 250k baudrate now works
* Generic linux non-standard baudrate setting using termios2
* Teste...

github.com/serialport/node-serialport - 910438c2ca349a717eb45b00b7576e908b1d1aeb authored over 6 years ago by Jade Bilkey <[email protected]>
chore(package): update eslint-plugin-node to version 6.0.0 (#1466)

github.com/serialport/node-serialport - bac94a037dce28827e00892da7b943bf20b488dc authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update eslint-plugin-node to version 6.0.0 (#1466)

github.com/serialport/bindings-cpp - bac94a037dce28827e00892da7b943bf20b488dc authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update eslint-plugin-node to version 6.0.0 (#1466)

github.com/serialport/website - bac94a037dce28827e00892da7b943bf20b488dc authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
v6.0.5

github.com/serialport/website - a1c5f75797b59d965b0c5ffee0cf0342cc94dcfc authored over 6 years ago by Francis Gulotta <[email protected]>
fix(terminal): specifying a port now behaves correctly (#1463)

- Don't list the ports when specifying a port
- Small promise refactor.

github.com/serialport/bindings-cpp - 1fa20e792e6708868053ed4d42e15e5b4aed84e0 authored over 6 years ago by Francis Gulotta <[email protected]>
fix(terminal): specifying a port now behaves correctly (#1463)

- Don't list the ports when specifying a port
- Small promise refactor.

github.com/serialport/website - 1fa20e792e6708868053ed4d42e15e5b4aed84e0 authored over 6 years ago by Francis Gulotta <[email protected]>
fix(terminal): specifying a port now behaves correctly (#1463)

- Don't list the ports when specifying a port
- Small promise refactor.

github.com/serialport/node-serialport - 1fa20e792e6708868053ed4d42e15e5b4aed84e0 authored over 6 years ago by Francis Gulotta <[email protected]>
fix(changelog): drop the augular changelog as it misses commits

github.com/serialport/node-serialport - 7d0ff88cc9fa5965114f98f42af1a865829b6df8 authored over 6 years ago by Francis Gulotta <[email protected]>
fix(changelog): drop the augular changelog as it misses commits

github.com/serialport/bindings-cpp - 7d0ff88cc9fa5965114f98f42af1a865829b6df8 authored over 6 years ago by Francis Gulotta <[email protected]>
fix(changelog): drop the augular changelog as it misses commits

github.com/serialport/website - 7d0ff88cc9fa5965114f98f42af1a865829b6df8 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade sinon

github.com/serialport/website - 17148dfef2f641f35b708908da6a41a77d01fae0 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade sinon

github.com/serialport/node-serialport - 17148dfef2f641f35b708908da6a41a77d01fae0 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade sinon

github.com/serialport/bindings-cpp - 17148dfef2f641f35b708908da6a41a77d01fae0 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade eslint

github.com/serialport/bindings-cpp - 416cfe39b29a4a17c8ca867aaebceae1232f7737 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade eslint

github.com/serialport/website - 416cfe39b29a4a17c8ca867aaebceae1232f7737 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade eslint

github.com/serialport/node-serialport - 416cfe39b29a4a17c8ca867aaebceae1232f7737 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(package): update mocha to version 5.0.0 (#1446)

github.com/serialport/node-serialport - e728ff3f93a642d90166d2ed25ed18b5ffd2d74b authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update mocha to version 5.0.0 (#1446)

github.com/serialport/bindings-cpp - e728ff3f93a642d90166d2ed25ed18b5ffd2d74b authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update mocha to version 5.0.0 (#1446)

github.com/serialport/website - e728ff3f93a642d90166d2ed25ed18b5ffd2d74b authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Adding in port selection to serialport-term. (#1448)

* Adding in port selection to serialport-term.

This makes the terminal command much more usea...

github.com/serialport/website - 9f543b63ee8e10ad26eb89f0e21dce35dc9f3c7b authored over 6 years ago by Robert Massaioli <[email protected]>
Adding in port selection to serialport-term. (#1448)

* Adding in port selection to serialport-term.

This makes the terminal command much more usea...

github.com/serialport/node-serialport - 9f543b63ee8e10ad26eb89f0e21dce35dc9f3c7b authored over 6 years ago by Robert Massaioli <[email protected]>
Adding in port selection to serialport-term. (#1448)

* Adding in port selection to serialport-term.

This makes the terminal command much more usea...

github.com/serialport/bindings-cpp - 9f543b63ee8e10ad26eb89f0e21dce35dc9f3c7b authored over 6 years ago by Robert Massaioli <[email protected]>
Bumping prebuild version and updating docs with info about building against NW.js headers. (#1461)

github.com/serialport/bindings-cpp - 672c198cdbd69da89b5a997be8ffead4a78498b2 authored over 6 years ago by Rodrigo Saboya <[email protected]>
Bumping prebuild version and updating docs with info about building against NW.js headers. (#1461)

github.com/serialport/website - 672c198cdbd69da89b5a997be8ffead4a78498b2 authored over 6 years ago by Rodrigo Saboya <[email protected]>
Bumping prebuild version and updating docs with info about building against NW.js headers. (#1461)

github.com/serialport/node-serialport - 672c198cdbd69da89b5a997be8ffead4a78498b2 authored over 6 years ago by Rodrigo Saboya <[email protected]>
docs(readme): Fix broken link to gitter (#1457)

github.com/serialport/node-serialport - 3e68e8f55b7216627addf0cbfd7ed7b35678ba94 authored over 6 years ago by Iván Sánchez Ortega <[email protected]>
docs(readme): Fix broken link to gitter (#1457)

github.com/serialport/bindings-cpp - 3e68e8f55b7216627addf0cbfd7ed7b35678ba94 authored over 6 years ago by Iván Sánchez Ortega <[email protected]>
docs(readme): Fix broken link to gitter (#1457)

github.com/serialport/website - 3e68e8f55b7216627addf0cbfd7ed7b35678ba94 authored over 6 years ago by Iván Sánchez Ortega <[email protected]>
feat(parsers): Adding option to include delimiter in the DelimiterParser transform. (#1453)

github.com/serialport/website - 6a3ab65f09a76284396a21dd78a8b16d53b0b2c1 authored over 6 years ago by Rodrigo Saboya <[email protected]>
feat(parsers): Adding option to include delimiter in the DelimiterParser transform. (#1453)

github.com/serialport/node-serialport - 6a3ab65f09a76284396a21dd78a8b16d53b0b2c1 authored over 6 years ago by Rodrigo Saboya <[email protected]>
feat(parsers): Adding option to include delimiter in the DelimiterParser transform. (#1453)

github.com/serialport/bindings-cpp - 6a3ab65f09a76284396a21dd78a8b16d53b0b2c1 authored over 6 years ago by Rodrigo Saboya <[email protected]>
Log changes from !26

github.com/serialport/serialport-rs - 8324106e278e4da3e179c00a6bd6bbbde4822ce2 authored almost 7 years ago by Bryant Mairs <[email protected]>
Merge branch 'fromrawhandle' into 'master'

allow to create a COM port from a Handle

See merge request susurrus/serialport-rs!25

github.com/serialport/serialport-rs - 0d244edcaf6bb3c5c1496a98a7233c1fbf1ba6e6 authored almost 7 years ago by Bryant <[email protected]>
implement FromRawHandle trait for COMPort

github.com/serialport/serialport-rs - 4bcbc67be4152b19c4adcaa3a0ad8cdb71127877 authored almost 7 years ago by Nicolas Dusart <[email protected]>
Enable more unused lints

github.com/serialport/serialport-rs - d3f0e7c9b5e71a75fb8633af477d76dc23c9969e authored almost 7 years ago by Bryant Mairs <[email protected]>
Merge branch 'mac_fix' into 'master'

Fixes for OS X

Closes #31

See merge request susurrus/serialport-rs!26

github.com/serialport/serialport-rs - b1f557b780dc0b1f74e97a0048a44e09e4b7365e authored almost 7 years ago by Bryant <[email protected]>
Also locate modem serial ports on Mac

OS X makes the distinction between RS232 and Modem
serial port types. Previously we only searche...

github.com/serialport/serialport-rs - 7c19be33144e6db817a35562cd31cb7ce5120312 authored almost 7 years ago by Bryant Mairs <[email protected]>
Merge branch 'ci' into 'master'

Update CI testing so that builds and tests pass

See merge request susurrus/serialport-rs!27

github.com/serialport/serialport-rs - 97a1860b365a1f7f595fe6c385e677f17aa84339 authored almost 7 years ago by Bryant <[email protected]>
chore(build): build on node 9

github.com/serialport/node-serialport - a819bcad53052b77596e77c9b7f849aa98c9944c authored almost 7 years ago by Francis Gulotta <[email protected]>
chore(docs): fix appveyor links in readme

github.com/serialport/node-serialport - 388d37b7f3507e9d0c183a94c6dc5e2524747023 authored almost 7 years ago by Francis Gulotta <[email protected]>
chore(docs): fix appveyor links in readme

github.com/serialport/website - 388d37b7f3507e9d0c183a94c6dc5e2524747023 authored almost 7 years ago by Francis Gulotta <[email protected]>
chore(build): build on node 9

github.com/serialport/website - a819bcad53052b77596e77c9b7f849aa98c9944c authored almost 7 years ago by Francis Gulotta <[email protected]>
chore(docs): fix appveyor links in readme

github.com/serialport/bindings-cpp - 388d37b7f3507e9d0c183a94c6dc5e2524747023 authored almost 7 years ago by Francis Gulotta <[email protected]>
chore(build): build on node 9

github.com/serialport/bindings-cpp - a819bcad53052b77596e77c9b7f849aa98c9944c authored almost 7 years ago by Francis Gulotta <[email protected]>
chore(package): update commander to version 2.13.0

github.com/serialport/bindings-cpp - a94fea0236e852323aa2747a7c086c24eafe86b3 authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update commander to version 2.13.0

github.com/serialport/node-serialport - a94fea0236e852323aa2747a7c086c24eafe86b3 authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update commander to version 2.13.0

github.com/serialport/website - a94fea0236e852323aa2747a7c086c24eafe86b3 authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update prebuild-install to version 2.4.1

github.com/serialport/website - 13e8d0a7408cb68baaf25582b9c0da8ddf1735ce authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update prebuild-install to version 2.4.1

github.com/serialport/bindings-cpp - 13e8d0a7408cb68baaf25582b9c0da8ddf1735ce authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update prebuild-install to version 2.4.1

github.com/serialport/node-serialport - 13e8d0a7408cb68baaf25582b9c0da8ddf1735ce authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update sinon to version 4.1.5

github.com/serialport/node-serialport - 699a9073d39ec554e7cb8c3a66b6416ebfb7417f authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update sinon to version 4.1.5

github.com/serialport/website - 699a9073d39ec554e7cb8c3a66b6416ebfb7417f authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>