Ecosyste.ms: OpenCollective

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

github.com/serialport/bindings-cpp

The C++ bindings for the node serialport project.
https://github.com/serialport/bindings-cpp

Merge pull request #23 from goranach/patch-1

Update serialport_native/serialport_native.cc

d005014b14ee40ed88696a0abb0ecf81685c0bed authored almost 13 years ago by Chris Williams <[email protected]>
Update serialport_native/serialport_native.cc

d15e137be98153c8b3900c103b6eed68b5a9f3d6 authored almost 13 years ago by goranach <[email protected]>
Rev bump

b857779ef57dd6fe460d44f40bb9892c8218fc86 authored almost 13 years ago by Chris Williams <[email protected]>
Fix path for copying build products

cb61f61f6cbe07fa267b6e620577f3d7f08c0f60 authored almost 13 years ago by Andrew McCollum <[email protected]>
Fixing sys to util change.

a70529b21cafdeb7d1ef3c0607c9dab24b6d4a6e authored almost 13 years ago by Chris Williams <[email protected]>
Going to keep 0.X.Y branch going with the current rev of node, now works only for 0.6.0+

c32df884206eeb15cde7fe7756b20f95834f5d54 authored almost 13 years ago by Chris Williams <[email protected]>
Default conforms to wiki.

202fb644afa9409e215cbb8b1c6627c37194034b authored about 13 years ago by Chris Williams <[email protected]>
Fixing issue with readstream. closing GH#15

6af40c3ebc0e85eae3279a77a62888f9eebfca84 authored over 13 years ago by Chris Williams <[email protected]>
Revision up.

9dc11f730a8766f33bc70046daf1054dc2ca1e2d authored over 13 years ago by Chris Williams <[email protected]>
Merge pull request #13 from jgautier/master

buffersize option was being ignored

1a78417bedd506b1af1bfa7eef93a585a9d89030 authored over 13 years ago by Chris Williams <[email protected]>
added bufferSize to createReadStream

61de5f0f5ad9113d6478bdcda08533c2377cf064 authored over 13 years ago by Julian Gautier <[email protected]>
Make no port available be an exception not error emitted - Ticket #12

8717b556879329337057b98982098478de52d4b7 authored over 13 years ago by Chris Williams <[email protected]>
pushing 0.2.6 with possible fix for arduino reading.

72eff29d84760a91ae2dbcb16117b711bfff8f66 authored over 13 years ago by Chris Williams <[email protected]>
Updated revision, now working with local arduino and verified working conditions for all code samples from ticket #11.

1d9dad5092cb3934cabb1c7c0deb8af4a9cf02e2 authored over 13 years ago by Chris Williams <[email protected]>
Rev\'ed readme.

2131a8f6c5469b54bb05c55fa158e2a02f256111 authored over 13 years ago by Chris Williams <[email protected]>
Roll out version 0.2.4

e4be065c18de1e9fc70d7d7bc8459a4306b15362 authored over 13 years ago by Chris Williams <[email protected]>
Removed comment from wscript.

9e07a7951068ad88c9e8c8bfed651f8087ed3d0c authored over 13 years ago by Chris Williams <[email protected]>
Merge branch 'master' of https://github.com/w1nk/node-serialport into w1nk-master

788cc3bb23943265820edbeb99001be47c45fb4d authored over 13 years ago by Chris Williams <[email protected]>
adding flow control and fixing some of the argument parsing

a001a41154769223655f42a15b139ef2c2ef548d authored over 13 years ago by wink <[email protected]>
Fixing bug with databit, stopbit, and parity not being set properly.

e8b88e668e109701a5ec684ea3d0772fd2cda380 authored over 13 years ago by Chris Williams <[email protected]>
Adds Arduino LDR apparatus demo files

5a2b7f16fe4f7e1324ea7e25b9cdfb50f3a07fcc authored over 13 years ago by Rick Waldon <[email protected]>
Readme fix.

1915916ca2f208a911400a54f0900e916e08de2f authored over 13 years ago by Chris Williams <[email protected]>
Revision increase. Added TooTallNate to authors.

561811a542b7f53de21ee449fc3a6991dbdfb1c0 authored over 13 years ago by Chris Williams <[email protected]>
Updated tests to latest verion. Fixed bug where it would emit data event if connection closed (but no data). Merged and verified code from @TooTallNate to convert from EventEmitter to new Streams object inheritance.

9c0e585461512ff214efb00151f01892073cd6e6 authored over 13 years ago by Chris Williams <[email protected]>
Resolve conflict.

65fc81131f40aa78b63ff1e888f942d43b0cbea8 authored over 13 years ago by Chris Williams <[email protected]>
Fixing baud rate error.

3c7ee2a9648e521aeeb13dac09d49ed1492c4786 authored over 13 years ago by Chris Williams <[email protected]>
Verify the user options are valid before calling into the native serialport land.

782af52db09f9217d0d14b653cef51e675047f71 authored over 13 years ago by Nathan Rajlich <[email protected]>
Added a changelog to track updates and authors to track contributors. Updated packge rev with new changes.

216232ad05b6fe0cc4cbae088ea6c2c857031a9c authored over 13 years ago by Chris Williams <[email protected]>
Better options handling. Fixes an Error being thrown when no options Object is passed to the 'SerialPort' constructor.

320de96798acf2ffec3db834c5f321951465f9cd authored over 13 years ago by Nathan Rajlich <[email protected]>
Implement a basic `.end()` function, for `.pipe()` to work properly.

29f7d1d17796a45a1c07ff5f776624f51c56d16c authored over 13 years ago by Nathan Rajlich <[email protected]>
Inherit from `stream.Stream` instead of `events.EventEmitter`. This gives us `.pipe()`.

e4a57b6d971273e4fb6efeda8ce3ce4b68dd22cc authored over 13 years ago by Nathan Rajlich <[email protected]>
Buffer data when reading lines from serial port.

Also correctly set the default delimiter.

0e5b0d306f388114629906d17b606b48a213dbff authored over 13 years ago by Esa-Matti Suuronen <[email protected]>
Add missing semicolons and brackets.

f9a6732f5fc8f7c56d2e871cdffefc3ce03eff7b authored over 13 years ago by Esa-Matti Suuronen <[email protected]>
Minor bug fix.

308e1b12476549b12b4f916e2810e8983507123e authored over 13 years ago by Chris Williams <[email protected]>
Better closing process

8063a8c269bd15a48244abcd6bff3ff1899735b3 authored over 13 years ago by Chris Williams <[email protected]>
Versions must be x.y.z for npm.

888536e4767dcf43c24c00f11a085f2d465972f4 authored over 13 years ago by Chris Williams <[email protected]>
Added parsers and confirable buffersize. Also fixed if serial port disconnected clean up. Revisioned to 0.2.0

35ccb6980e481af41d95482653bb1bedba61647f authored over 13 years ago by Chris Williams <[email protected]>
Updating and switching to using buffers over string return value.

df239d56de0ef0f92ad6683b0bbc6ed06165617c authored over 13 years ago by Chris Williams <[email protected]>
NPM install works properly now.

ddf0942374f88f067bcc18260b24a3549dc6dd0e authored over 13 years ago by Chris Williams <[email protected]>
Moving tests to a test directory and giving tips on how to access the pieces with virtual serial ports and USB sticks.

479ac91654440bdea12929a67a4202c0c1da29f4 authored over 13 years ago by Chris Williams <[email protected]>
Better tagline.

c95f59d9d41493f1762be4af2de89f7305f132dd authored over 13 years ago by Chris Williams <[email protected]>
Normalize intro file.

24cca37c53e6460488fafb1b70b8627ceb6eb051 authored over 13 years ago by Chris Williams <[email protected]>
Making pretty.

f551824dffbfb9db12c6d4bf6df89a8fe74daca4 authored over 13 years ago by Chris Williams <[email protected]>
Art is hard.

a660cd19ff62ee9f48eec9685f7740dd3589cbb4 authored over 13 years ago by Chris Williams <[email protected]>
Most important item: ASCII ART BE AWESOME

943ebc5a27f049c255a014729020e26126f3b294 authored over 13 years ago by Chris Williams <[email protected]>
Update.

fd89f18bb4b4ca73d8e636ecd171524f9f610004 authored over 13 years ago by Chris Williams <[email protected]>
Cleaning up code.

7199923ad54d23d062dead67e8757f8bc65d652f authored over 13 years ago by Chris Williams <[email protected]>
Updates to 0.4.0 API and got reading to work as well.

9cb67ff8091bcc744158df104b358586c4e8e3bb authored over 13 years ago by Chris Williams <[email protected]>
Bringin back in the watchers.

7913e0737ce0cb010af77b9fdc931b382d5013e7 authored about 14 years ago by Chris Williams <[email protected]>
fix

5407db2316d376478e579e27fb4187464d1d192d authored about 14 years ago by Chris Williams <[email protected]>
Fixing up write code.

637050561bc70635bbc40897e27d83c60a983074 authored about 14 years ago by Chris Williams <[email protected]>
Works.

7df97ea9afe77334834c6b7fef85d01f9c2870dc authored about 14 years ago by Chris Williams <[email protected]>
Commenting out read watcher for now.

ef310161cdad9227cf18ba9ad94fe8450ed62593 authored about 14 years ago by Chris Williams <[email protected]>
send back bytes read not fd.

6e4d76b7f097b237bbd96e92e64b6dd0e588b56f authored about 14 years ago by Chris Williams <[email protected]>
First run of read thanks to mranney

2ab663da7ea3a58b57205ff3db2cb2aca1e34018 authored about 14 years ago by Chris Williams <[email protected]>
better example

566fae135f607626a315893bfe3e0e1a3b07d345 authored about 14 years ago by Chris Williams <[email protected]>
add debug back in

f2f898ea8fc5012d918fd5d39bafcdde9e0565d5 authored about 14 years ago by Chris Williams <[email protected]>
Update for reader.

01192734422d829b0a47ab7273ffd29204a93a6d authored about 14 years ago by Chris Williams <[email protected]>
good to roll

a0018bb814f5ec4dbf4e2e98cc3772ff44e2c00c authored about 14 years ago by Chris Williams <[email protected]>
Working on backport.

77e38c78980837f4278c561f084cab34495594eb authored about 14 years ago by Chris Williams <[email protected]>
re-emerge code from before.

9e105e007c75f9fd18c5bffcc2a112cf1a67e31e authored about 14 years ago by Chris Williams <[email protected]>
size_t instead of ssize_t

9ef351e611e30884a0ba9dbaf2b22176ea67c09d authored about 14 years ago by Chris Williams <[email protected]>
Can now write buffers and strings.

edf70c33daedb18dcacdf1e36d726a5e88cc41b7 authored about 14 years ago by Chris Williams <[email protected]>
Not long term solution, but can write strings.

3c68d2d7338ecf1b50f4f711d53efd7cc1ee56a2 authored about 14 years ago by Chris Williams <[email protected]>
Integrating the EV_READ code.

4180d357e059271dd29f00ff8212f1839fdc6dba authored about 14 years ago by Chris Williams <[email protected]>
Merge branch 'master' of github.com:voodootikigod/node-serialport

862b7fb3a7ce298aab5e1a97ef7a38105201725d authored about 14 years ago by Chris Williams <[email protected]>
A bit of clean up

fb0d1c7f4f553b35cb6fbb09c5dec33543c638c9 authored about 14 years ago by Chris Williams <[email protected]>
SIGINT handle.

5419d340f87f8be027c2a521abe14ce5aef04f04 authored about 14 years ago by Chris Williams <[email protected]>
Removed influx node 0.3.x faster buffer code for existing 0.2.x buffer code.

b22a272267b0cf5b7ce5c312c7060b1e45b34efd authored about 14 years ago by Chris Williams <[email protected]>
Almost functional.

4a60277e91637f78c8a402e79eb8448b07ecf2fd authored about 14 years ago by Chris Williams <[email protected]>
moved to objectification.

73dc20f55f2b611b97263a0446e54775a6edcac8 authored about 14 years ago by Chris Williams <[email protected]>
Fixing up make file results.

c736eaaf55548cc9041f6036ac9376a6694580ba authored about 14 years ago by Chris Williams <[email protected]>
Merge branch 'master' of github.com:voodootikigod/node-serialport

b0c7227ce473041cc85b5f9bd4d2295c12fb2489 authored about 14 years ago by Chris Williams <[email protected]>
Converting to object code not static instance.

1f9195d0f1e6b279cc68c075ecc50e66f12d7690 authored about 14 years ago by Chris Williams <[email protected]>
updating so it will work with linux gcc

562d255ebd668c3af35ba1b78ed5b8918c0bccb7 authored about 14 years ago by Chris Williams <[email protected]>
Wrapping scope.Close() for all returns recommendation from @bradleymeck

6fc98f2860624f76fb01bc93e8c317c8be01f715 authored about 14 years ago by Chris Williams <[email protected]>
Native code complete.

fa478a0dfd842ac88baea5a5c7d2e752b38ca608 authored about 14 years ago by Chris Williams <[email protected]>
Base code for opening file descriptor designed for use with Serial Port - baud rate, parity, databits, async, oh my.

925c60d48707c645461a1dbac665ba67b98d1ab7 authored about 14 years ago by Chris Williams <[email protected]>