Roger Hardiman

Results 284 comments of Roger Hardiman

For info, my patch on the installed nft (ie in Javascript) is ``` '@serialport/bindings-cpp'({ id, emitAssetDirectory }) { if (id.endsWith('@serialport/bindings-cpp/dist/index.js')) { // SerialPort ships with prebuilt .node files for multiple...

Pull Request #415 submitted to fix this issue

many thanks for merging in the PR. Also thanks for PKG and for NCC, both of which I've used in the past, so glad I could contribute something back.

Good idea to add an integration test. I noticed another one of the binary .node special cases had an integration test.

Just a note to myself that currently one integration test fails with the error below before I add my new integration test ``` ● should correctly trace and correctly execute...

This has been updated with an integrating test. The test code (serialport.js) throws an exception if the .node modules are missing,

This would help me too. I've worked around it by writing a "postinstall" script in package.json that removes serialport and then re-installs it with --build-from-source That ensures on all my...

Hi. Thanks for the suggestions. I agree it would be easier to have a different port and if I get stuck, I may try that first and make a little...

output of "npm test" on my StarFive VisionFive 2 SBC, which uses the JH7110 SOC which has the SiFive U74 processor inside. So the result of CPU is a SiFive...