cp2102 icon indicating copy to clipboard operation
cp2102 copied to clipboard

Silicon Labs CP2102 user-space USB driver for Node.js

Results 7 cp2102 issues
Sort by recently updated
recently updated
newest added

``` npm ERR! code 1 npm ERR! path /root/homebridge/node_modules/usb npm ERR! command failed npm ERR! command sh -c node-gyp-build npm ERR! make: Entering directory '/root/homebridge/node_modules/usb/build' npm ERR! CC(target) Release/obj.target/libusb/libusb/libusb/core.o npm...

Addresses [UPLOAD-1259]. [UPLOAD-1259]: https://tidepool.atlassian.net/browse/UPLOAD-1259?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 5.5.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I have a need to go from 250k baud to 2m baud during run time. Any suggestions? I came up with this but I'm missing the data because it is...

With respect to functionality on the Raspberry Pi: - I need to coax the device into enumerating its interfaces by performing a premature open. - When I claim an interface...