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

Merge pull request #961 from Awk34/awk34-patch-1

depreciated -> deprecated

github.com/serialport/utilities - f8220acdc80571fd23ba444d56ca950d9ad33446 authored over 6 years ago by Francis Gulotta <[email protected]>
Use PurgeComm to flush all current reads and writes on windows (#973)

Fixes #962

github.com/serialport/utilities - 4d8f516b6a6ef4023d40bb6aa466d20af11edb1c authored over 6 years ago by Francis Gulotta <[email protected]>
chore(package): update jsdoc-to-markdown to version 2.0.0 (#959)

https://greenkeeper.io/

github.com/serialport/utilities - 568174f4e2ef8d55864bfc31709070317dd879a8 authored over 6 years ago by Greenkeeper <[email protected]>
Plug a hole in the linux/unix read function (#945)

`this.buffer` is never initialized so if we close the port while reading we'll get an error. Thi...

github.com/serialport/utilities - 186ab4f13d82329952c190d9f7a83bf394fc8f76 authored over 6 years ago by Francis Gulotta <[email protected]>
Merge pull request #915 from EmergingTechnologyAdvisors/greenkeeper-eslint-config-standard-6.0.0

Update eslint-config-standard to version 6.0.0 🚀

github.com/serialport/utilities - f8dfc76d9d90ece472eff378a9987afd5f81699d authored over 6 years ago by Francis Gulotta <[email protected]>
Merge pull request #922 from EmergingTechnologyAdvisors/parser-streams

Transform parsers into streams

github.com/serialport/utilities - 10bb0c3d460df0ac35483fe3b890900520a3c83a authored over 6 years ago by Francis Gulotta <[email protected]>
chore(package): update eslint to version 3.5.0 (#929)

https://greenkeeper.io/

github.com/serialport/utilities - 8fe8c810ec7a00984ce669d58404cad0a9349dd1 authored over 6 years ago by Greenkeeper <[email protected]>
Bump to 5.0.0-beta1

github.com/serialport/utilities - 7b9e772f94dc2a6e06a5bb2f241ba3b6305cf6f9 authored over 6 years ago by Francis Gulotta <[email protected]>
Upgrade buffer-indexof (#934) now completely compliant with node 6 buffer.indexOf

github.com/serialport/utilities - ca1030dd6e1ab5ddf5d1640f131f30e7378a32f8 authored over 6 years ago by Francis Gulotta <[email protected]>
Drop explicit support for Node.js v5 (#936)

Node.js v5 has been dropped by node core as it is not an LTS version.

We still support 0.10 and...

github.com/serialport/utilities - 922dc68b7f0866a52b355b32da779a22671bd860 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(package): update eslint-plugin-standard to version 2.0.1 (#944)

https://greenkeeper.io/

github.com/serialport/utilities - ce7376b39f17e5e8c7c1f324f44d274bdd216e9b authored over 6 years ago by Greenkeeper <[email protected]>
chore(package): update eslint-config-standard to version 6.2.0 (#946)

https://greenkeeper.io/

github.com/serialport/utilities - ada86adc508b3db131926e7c9a245c5cc175908c authored over 6 years ago by Greenkeeper <[email protected]>
chore(package): update eslint to version 3.7.1 (#951)

https://greenkeeper.io/

github.com/serialport/utilities - ef4df5f0b420f77230702b666e80b573f5289fd9 authored over 6 years ago by Greenkeeper <[email protected]>
update parser docs re data event (#928)

github.com/serialport/utilities - 8d9c1a28fdfe0dc682b01189193000e3bcae5a32 authored over 6 years ago by Francis Gulotta <[email protected]>
Talk about the latest out of bound 4x releases

also remove the leading space on lists, this is the valid markdown

github.com/serialport/utilities - 12673137738c749e35a38d36d13dede17edc03e3 authored over 6 years ago by Francis Gulotta <[email protected]>
strip whitespace (#913)

github.com/serialport/utilities - 5a9a42d612e8a3068f767755db2ab466ac0bf071 authored over 6 years ago by Francis Gulotta <[email protected]>
chore(package): update eslint to version 3.3.1 (#907)

https://greenkeeper.io/

github.com/serialport/utilities - 8bf289fde8b31d8b945b4ced7ebf5003ebd355ff authored over 6 years ago by Greenkeeper <[email protected]>
chore(package): update dependencies (#893)

https://greenkeeper.io/

github.com/serialport/utilities - 2170166b40a92c82a4b10ef2b066f0115773f7f6 authored over 6 years ago by Greenkeeper <[email protected]>
Test the write non binding code a bit more

github.com/serialport/utilities - ddabd0c20080099b2c88ccbf9df415f7b1d8ae72 authored over 6 years ago by Francis Gulotta <[email protected]>
Change isOpen() to a propterty (#899)

github.com/serialport/utilities - b869ab7a1f58fd54855046e80e99c65ad3f98f51 authored over 6 years ago by Francis Gulotta <[email protected]>
[unix] Flush now gives errors and flushes tx and rx (#900)

- Bonus less structs as many functions return nothing or error

github.com/serialport/utilities - e6ae4a19f9df071d901775355a5a5273b7221435 authored over 6 years ago by Francis Gulotta <[email protected]>
Remove lowercase options and properly define .path (#898)

github.com/serialport/utilities - 7662bd334b623cb263d5492494ce0f1ad09e97f8 authored over 6 years ago by Francis Gulotta <[email protected]>
make licenses clearer and more linting rules (#896)

github.com/serialport/utilities - d8df3175757573fffb4c9d28714756c46ce53f5f authored over 6 years ago by Francis Gulotta <[email protected]>
Allow opening after an open error. (#910)

fixes #908

github.com/serialport/utilities - 1afe44c0b231d42e966416a66d65ea89853cedc7 authored over 6 years ago by Francis Gulotta <[email protected]>
some more linting rules so we're consistent (#909)

github.com/serialport/utilities - 6f10006eb6cf1e326d30d2191d50fb60c693cc71 authored over 6 years ago by Francis Gulotta <[email protected]>
Merge pull request #890 from arve0/byte_delimiter_bug

Byte delimiter should emit only when delimiters strictly follow each other

github.com/serialport/utilities - 5a4e11900ae6103a5e8ae8164ca9e8d54e7e2670 authored over 6 years ago by Francis Gulotta <[email protected]>
Choose a different invalid FD (#883)

that hopefully throws an error on our new ci

github.com/serialport/utilities - 7cc6629200f0771b9b6385c888770ef01d4a1373 authored over 6 years ago by Francis Gulotta <[email protected]>
switch to the lie promise library (#891)

- it’s smaller by a tiny bit
- doesn’t have a buggy polyfill
- mimics the nodejs promise beha...

github.com/serialport/utilities - 26b2ed9095d2f044a95f1af263f407168c5fedb6 authored over 6 years ago by Francis Gulotta <[email protected]>
Module level JSDocs (#892)

* Document parsers
* Customize how events are displayed

github.com/serialport/utilities - eea0579f4475692e635fd95112a7cb4e14655590 authored over 6 years ago by Francis Gulotta <[email protected]>
We no longer have any test ports on windows builds (#878)

This is unfortunate because we no longer have any light integration tests on windows.

Fixes win...

github.com/serialport/utilities - c92ec3ddd15194d06d6574a0fc8c5330f40505d6 authored over 6 years ago by Francis Gulotta <[email protected]>
Drop Sinon Chai and refactor some tests (#868)

github.com/serialport/utilities - d06b264b093e48aefcd7df6bf5877f5f772ffbde authored over 6 years ago by Francis Gulotta <[email protected]>
Oh this is nice, lowing limits on linting thresholds

github.com/serialport/utilities - 1878c98531f273feefdbbc2ac6cc224906c29537 authored over 6 years ago by Francis Gulotta <[email protected]>
Add dependency ci badge

github.com/serialport/utilities - 0f39ef13b44aaac76674c95af5958c23fccbc996 authored over 6 years ago by Francis Gulotta <[email protected]>
Switch up testing infrastructure (#881)

- npm test now runs everything but stress tests
- TEST_PORT is optional but now requires an ard...

github.com/serialport/utilities - b2c92f97caea59119d5e3fdeec61a5a70d80a2e6 authored over 6 years ago by Francis Gulotta <[email protected]>
update issue template

github.com/serialport/utilities - 3ac7ce3b8508974447a563eeef49cee8d5e6ff8e authored over 6 years ago by Francis Gulotta <[email protected]>
Use jsdoc to generate the api docs (#882)

This moves a lot of docs into JSDOC and provides a doc build system including throwing a CI erro...

github.com/serialport/utilities - 969d9481b36195f768175a967d151be5395dbf38 authored over 6 years ago by Francis Gulotta <[email protected]>
Bump to 4.0.0

github.com/serialport/utilities - 68862d976dabbeac2198d42045827a177e46739f authored over 6 years ago by Francis Gulotta <[email protected]>
Additional architecture support documentation

github.com/serialport/utilities - 38fd0ee488462d1b302c5ab0dfb32e2c9cc6684a authored over 6 years ago by Francis Gulotta <[email protected]>
Remove spawn-sync as we don't use it (#864)

github.com/serialport/utilities - 70a4582d5677690007d0ce3e4e8faf8663a95e8e authored over 6 years ago by Francis Gulotta <[email protected]>
Upgrade nan (#857)

github.com/serialport/utilities - 36d7d5c013b592c69c27b59bfd39f6db5f7956f3 authored over 6 years ago by Francis Gulotta <[email protected]>
Upgrade es6-promise and add note (#865)

github.com/serialport/utilities - 85afe39aa5911608ab2d742e5259b6d19370f456 authored over 6 years ago by Francis Gulotta <[email protected]>
more changes I forgot from the log

github.com/serialport/utilities - b86defc09951ab84f736df1ae9f5fa221386c9de authored over 6 years ago by Francis Gulotta <[email protected]>
Bump to 4.0.1

github.com/serialport/utilities - bdd195eba3ea8516ab600cb100bfbac51f11aa68 authored over 6 years ago by Francis Gulotta <[email protected]>
Rename our binaries (#858)

github.com/serialport/utilities - da0dda8238168b71b383aa44bd278ab3e535af21 authored over 6 years ago by Francis Gulotta <[email protected]>
Prep for 4.0 with upgrade guide and unified change log

github.com/serialport/utilities - 405c8fc344c45626466fa490f90630795be38818 authored over 6 years ago by Francis Gulotta <[email protected]>
Fix note to 4x to point ot the rc in the readme

github.com/serialport/utilities - e7cdaf14b1d81868792533c993321a8f83190013 authored over 6 years ago by Francis Gulotta <[email protected]>
Add npm badge

github.com/serialport/utilities - 77a37e818cd74bc6dbecb4b7a7364a6d050e1d30 authored over 6 years ago by Francis Gulotta <[email protected]>
Cleanup wording on publishing instructions

github.com/serialport/utilities - 5147149ec390da1fc60b342b42fac0373065cd49 authored over 6 years ago by Francis Gulotta <[email protected]>
Merge pull request #862 from zewish/master

Do not replace the native Promise when it is available

github.com/serialport/utilities - e9e2193c707869827908dcf56cfa90f04aa7f0af authored over 6 years ago by Francis Gulotta <[email protected]>
4.0.0-beta4 is ready for release

github.com/serialport/utilities - d37a1d45438d1abe339049daff34a1bfbf4f346a authored over 6 years ago by Francis Gulotta <[email protected]>
Cleanup disconnect path (#855)

- make the disconnect path more consistent
- call callback in the context of the port

github.com/serialport/utilities - 5fe3cd940c0b1ddf3398e3aab302e7628c1e8903 authored over 6 years ago by Francis Gulotta <[email protected]>
Possibly fix 32 bit binaries (#848)

github.com/serialport/utilities - 5ca2248281ae9aa43b832eeab79b1fe6852af45f authored over 6 years ago by Francis Gulotta <[email protected]>
Make sure `.drain` and `.set` error on all platforms. (#834)

github.com/serialport/utilities - b205a5bcd64cff2f7a55f86e8f2d100a5d9f2f3d authored over 6 years ago by Francis Gulotta <[email protected]>
Enable locking and sharing of the serialport (#840)

github.com/serialport/utilities - f011c9e8c990e02b1753bdf7b42258532d61e14c authored over 6 years ago by Francis Gulotta <[email protected]>
Print out platform and arch info during builds

github.com/serialport/utilities - 850753420207e8a33624727151fb6c406a3407c4 authored over 6 years ago by Francis Gulotta <[email protected]>
powershell doesn’t like quotes

github.com/serialport/utilities - 133f63a516ad15434c314ac88bbeaa72a534d95c authored over 6 years ago by Francis Gulotta <[email protected]>
Update instructions for debian / ubuntu systems (#853)

github.com/serialport/utilities - 4c7d047c70da9e3c881181692db44f99ab7835a1 authored over 6 years ago by Francis Gulotta <[email protected]>
Add code coverage metrics

github.com/serialport/utilities - 5f1c47d56fd00ae839cad5518d3028078186b893 authored over 6 years ago by Francis Gulotta <[email protected]>
Send the coverage reports on success

github.com/serialport/utilities - 76e29ce2877e835dc242c60c3d71ab748c0de1e6 authored over 6 years ago by Francis Gulotta <[email protected]>
Coveralls token for appveyor

github.com/serialport/utilities - e8c7c844c97c84ab9386c3afbb151abfe83df21a authored over 6 years ago by Francis Gulotta <[email protected]>
added documentation to README.md on byte parsers (#841)

github.com/serialport/utilities - c4ae85e2239831a56db3f50772f5bd1be23989e6 authored over 6 years ago by jtcmedia <[email protected]>
Cleanup some callbacks (#851)

- remove the dataCallback option
- remove the disconnectedCallback option
- call callback in t...

github.com/serialport/utilities - 42c6b9ccebbd863d24b16ca2d32471592b375491 authored over 6 years ago by Francis Gulotta <[email protected]>
Bump to 4.0.0-beta3

github.com/serialport/utilities - 3d0e6a99083c9d8125e5e64b6b92f75a39d7600e authored over 6 years ago by Francis Gulotta <[email protected]>
Make the sample match the rest of the argument documentation (#839)

I was confused that it was called ```baudRate``` in ```Port configurtation options``` but shown ...

github.com/serialport/utilities - 03ff7a9863a01de860407fdeb92c20b2f67fe548 authored over 6 years ago by jjshoe <[email protected]>
Make documentation versions more visible

github.com/serialport/utilities - 4d032432c738d16b077bfc86500576d099c976f6 authored over 6 years ago by Francis Gulotta <[email protected]>
Contributing guide (#835)

github.com/serialport/utilities - 97c0035186ba55ac20401f4fe08d0af3462633af authored over 6 years ago by Francis Gulotta <[email protected]>
Dry up serialport.cpp (#818)

github.com/serialport/utilities - 69e0b5185be534fa8862dc73481047a2afccd422 authored over 6 years ago by Francis Gulotta <[email protected]>
write binding tests and cleanup (#808)

- Fix bug where write callback was being called multiple times when write operations blocked
- ...

github.com/serialport/utilities - 3c8a19fc804a5dbacb7af59bc2fab55646b238c0 authored over 6 years ago by Francis Gulotta <[email protected]>
Remove the openImmediatly flag in favor of the autoOpen option (#830)

closes #809

github.com/serialport/utilities - 47e24277a6cd26eadfc7b2ad75f9922ac6825d4f authored over 6 years ago by Francis Gulotta <[email protected]>
Merge pull request #814 from fivdi/master

remove references to bytesWritten

github.com/serialport/utilities - bcb93f150a7f9580536fa29a2a77f82a43e3587d authored over 6 years ago by Francis Gulotta <[email protected]>
Update repo badges to the new repo location

github.com/serialport/utilities - 68a3667b1cb9a1edad80a124c308cee3f7c71f0b authored over 6 years ago by Francis Gulotta <[email protected]>
whitespace and spelling

github.com/serialport/utilities - 8cdf2b3e8e68e62c2461145c78daf807af1ddfeb authored over 6 years ago by Francis Gulotta <[email protected]>
Flowcontrol (#821)

Remove the extra flow control settings

github.com/serialport/utilities - 1a4d8eb197433e4c2c995dac3680f9e6f601ee35 authored over 6 years ago by Francis Gulotta <[email protected]>
Add GetCommState to fix Error 87 on a Virtual Comm Port (#824)

* Add GetCommState to support a Virtual Comm Port

github.com/serialport/utilities - d714a9f649ad7a51e24fa94f613620fc785b51e7 authored over 6 years ago by Roger Hardiman <[email protected]>
Bump to 4.0.0-beta1

github.com/serialport/utilities - 9a8c427d1569e7a61b5e216482b1a2dd35077a03 authored over 6 years ago by Francis Gulotta <[email protected]>
bump to beta2 for the new github urls

github.com/serialport/utilities - 7ed467c34214f49e7c8fb9f10ba130c1a18d3308 authored over 6 years ago by Francis Gulotta <[email protected]>
Remove the serial port factory and throw errors on invalid arguments (#822)

- Constructor now throws errors when given invalid options
- The Constructor’s callback is giv...

github.com/serialport/utilities - c1f0be8cba9f42dcbf8f0e272a701a4259a6fa31 authored over 6 years ago by Francis Gulotta <[email protected]>
that was confusing

github.com/serialport/utilities - f49fbf8f02df65e15515246937d920668fb9db24 authored over 6 years ago by Francis Gulotta <[email protected]>
Implement `.update()` on windows (#831)

github.com/serialport/utilities - 38a3df1bdb3df34ab42650f572ab4d001905afc6 authored over 6 years ago by Francis Gulotta <[email protected]>
bump 3.2.0-beta1

github.com/serialport/utilities - 74466e2022772fae5687bf8dd47d9c2d6e100e38 authored over 6 years ago by Francis Gulotta <[email protected]>
pre-publish is too flakey

github.com/serialport/utilities - 53225a0a36626fbc5f9b396b593355db33fa8854 authored over 6 years ago by Francis Gulotta <[email protected]>
Let App very publish binaries

github.com/serialport/utilities - 8704991cc184a98d5604624103a1525c76d953fe authored over 6 years ago by Francis Gulotta <[email protected]>
bump beta version

github.com/serialport/utilities - cba30456666fe589967a8d4a140e11f7cee916b4 authored over 6 years ago by Francis Gulotta <[email protected]>
can't use prepublish scripts that depend on packages and npm2

github.com/serialport/utilities - c4d7ab295b386fa8a6c46efd8e83d3ffd2cf1641 authored over 6 years ago by Francis Gulotta <[email protected]>
More tuning of the app veyor config

github.com/serialport/utilities - 7be1742b24d5fe22d58c4aa79a9314b91c6a92d3 authored over 6 years ago by Francis Gulotta <[email protected]>
Bump to beta 4 with new build instructions

github.com/serialport/utilities - bf0c36c579c52620a9f53efed9740ebc6e658755 authored over 6 years ago by Francis Gulotta <[email protected]>
Node 6 seems to be stabilized.

github.com/serialport/utilities - 8d109e08acfd07041420c2cabf926d809f611e31 authored over 6 years ago by Francis Gulotta <[email protected]>
npm 2 is annoying

github.com/serialport/utilities - b0886236dfd1b49413179074b65be217c0e99833 authored over 6 years ago by Francis Gulotta <[email protected]>
test beta6 without semvar in the deps

github.com/serialport/utilities - 0ad762acfaa269e7d0659475be194338eee15286 authored over 6 years ago by Francis Gulotta <[email protected]>
Add some more info to the readme

- The appveryor ci badge
- Links to test pilot and browser serialport
- Link to the j5 websit...

github.com/serialport/utilities - f7bae44b0fd7d59b2b5979ce7cc937761ba1481f authored over 6 years ago by Francis Gulotta <[email protected]>
npm2 makes having deps during install near impossible

github.com/serialport/utilities - c831da294564d463db0061a4e743467986149dab authored over 6 years ago by Francis Gulotta <[email protected]>
Tighten up the graphics on level 4

I mean the linter rules, whitespace only.

github.com/serialport/utilities - 30334b17b0b7dbbf87f52d8cd31831810e74c9a3 authored over 6 years ago by Francis Gulotta <[email protected]>
Bump to Version 3.1.2

github.com/serialport/utilities - e21a2fdb348d71911fd30de7746a289398d01cbd authored over 6 years ago by Francis Gulotta <[email protected]>
More tuning of the app veyor config

github.com/serialport/utilities - 78c2e72320b86c80114a67d580ae4d1119a8d485 authored over 6 years ago by Francis Gulotta <[email protected]>
talk about test pilot in build docs

github.com/serialport/utilities - a6bd594a0cba766b0b783d45aa2513ccd1ccecff authored over 6 years ago by Francis Gulotta <[email protected]>
add missing eslint flag for undefined vars

github.com/serialport/utilities - c2032171ff9162c6d3b0e7aa1f6f0f0721cd67be authored over 6 years ago by Francis Gulotta <[email protected]>
add valgrind nam run command

`brew install valgrind`

github.com/serialport/utilities - d5bf739f5ebac257b524e28387e6ec735fdeaca9 authored over 6 years ago by Francis Gulotta <[email protected]>
Bump to 3.1.2-beta1

github.com/serialport/utilities - f2feba0c8ac72dad918af528ab4cfd1798cee779 authored over 6 years ago by Francis Gulotta <[email protected]>
Add some pre-publish hooks to help prevent bad releases

github.com/serialport/utilities - 185872618180e4d15144d59daf91d13ddc8a2dff authored over 6 years ago by Francis Gulotta <[email protected]>
cleanup appveyor config

github.com/serialport/utilities - 84250cc98b60f13a006cad96ccce10af0d01e7ef authored over 6 years ago by Francis Gulotta <[email protected]>