Mohammad Ali Khan

Results 3 issues of Mohammad Ali Khan

Would it be possible to have some `CacheableAttribute` or something similar to be able to add to methods which would allow caching of their results? This would also need attributes...

wontfix
feature request

The typing for `getDeviceList` is as follows: ```ts /** * Returns the device list via Promise * * @returns {Promise} * @memberof RNSerialportStatic */ getDeviceList(): Promise; ``` However, when I...

The field inside the `IOnReadData` is `pyload` instead of `payload`, as can be seen in your examples: https://github.com/melihyarikkaya/react-native-serialport/wiki/Auto-Connection#full-example