Francis Gulotta
Francis Gulotta
`[email protected]` is using the typscript bindings
Can you try against [`@serialport/[email protected]`](https://www.npmjs.com/package/@serialport/bindings-cpp) - I'm sure it will be the same issue but just want to check against latest.
Maybe, for the record we're stuck one version behind because our cross build pipeline doesn't support Python 3 yet.
See our upgrade guide. You're using v9 apis https://serialport.io/docs/guide-upgrade
💯 incredibly interested. I think your design decisions are pretty sound too.
Let's start with `@serialport/bindings-web` and I like your idea of a web only package. Would it need to have a slightly different api than the main package? (Eg, an async...
@jacobrosenthal thoughts on donating the `browser-serialport` npm package to this effort? @monteslu you'll want to know about this =)
@jaz303 happy to help on this whenever you're ready
There's a lot of code that isn't getting the port that would benefit from taking a web serial source. You're not going to have an isomorphic app but you will...
You don't need to builder anymore (since v10) but you do need to tell webpack to ignore it https://webpack.js.org/configuration/externals/