Yonggang Luo

Results 216 comments of Yonggang Luo
trafficstars

> This module has very little maintenance nowadays. I would advise you to fork and make your changes. You can make a pull request in the end and we can...

> This module has very little maintenance nowadays. I would advise you to fork and make your changes. You can make a pull request in the end and we can...

> I think it would be better to have `modbus-pdu` with just the modbus package. We could think of having an hierarchy like: > > * `modbus-stream-` > > *...

> I think it would be better to have `modbus-pdu` with just the modbus package. We could think of having an hierarchy like: > > * `modbus-stream-` > > *...

> I sent you an invite as `admin` to https://github.com/node-modbus/stream-core Do you have objection to use github actions? I wanna convert the CI from travis to github actions

> @lygstate as you are refactoring, could you please consider also adding support for passing in an external transport? e.g. for a ModbusTCP client, instead of having to call `modbus.tcp.connect(port,...

``` var ProgressBar = require('progress'); var total = 1024; var progressBar = new ProgressBar(' download |:bar| :percent :etas', { complete: '=' , incomplete: ' ' , total: total }); var...

``` C:\CI-Cor\ks\chromeless2>node test.js download | | 0% 0.0s download |= | 1% 0.0s download |== | 2% 0.6s download |=== | 2% 1.3s download |==== | 3% 1.2s download |=====...

PPC is what I want to support:) Cause for VxWorks and other aireplane industry, big endian are the most used version CPU:) And for a lot of existing code, big...

For example, if I want to use qemu to simulate PPC under litlle endian machine, that would be faster:) Cause we have good WASM Jit