Cameron Tacklind

Results 134 comments of Cameron Tacklind

@reconbot I have some questions you can probably shed some light on What generates the bytes that the [`#read` tests](https://github.com/serialport/node-serialport/blob/master/packages/bindings/lib/bindings.test.js#L487-L500) use? I see that the [Arduino test code echoes "`READY`"](https://github.com/serialport/node-serialport/blob/master/packages/serialport/test-arduino/arduinoEcho/arduinoEcho.ino#L7),...

Many tests are passing on [Linux](https://github.com/cinderblock/node-serialport/runs/4502546485?check_suite_focus=true) and [macOS](https://github.com/cinderblock/node-serialport/runs/4502546592?check_suite_focus=true). Most issues are related to sending "`READY`" after DTR (open), which the Arduino does, but doesn't work in CI yet. I can...

I did see #699 but, as I see it, that is a different request

Instead of editing the main `.service` file, why not use the "drop-in" config file option? https://www.freedesktop.org/software/systemd/man/systemd.unit.html I suspect even that this "drop-in" file could be automatically installed by Usbmount. Alternate...

@nicokaiser I did not install from GitHub and just used whatever version `apt` had, so likely 0.0.22. I'm curious about the `systemd` based solution! Looks like it will work better...

Yes, looking forward to it. Unfortunately, I don't quite have the time to muck around with non-apt installation at this point.

I wonder if this is the same problem that `nodemon` had to deal with in https://github.com/remy/nodemon/issues/1025. Specifically, using [`child_process.fork` instead of `child_process.spawn`](https://github.com/remy/nodemon/issues/1025#issuecomment-345361918) for **`node`** executables. I'm using npm to run...

The sysfs gpio interface, that this library uses, supports what you want. All that is needed is to set `direction` to `high`. Unfortunately, this library does not know about this...

What if there was an optional argument or `yarnhook.json` config file that specified a list of directories or globs to scan for changes? Possibly recursively loading `yarnhook.json` files in found...