xianlin

Results 7 comments of xianlin

Did you managed to get Redis done?

Please check your Wifi Security settings and ensure it is "WPA2 Enterprise" and "PEAP" etc. ![image](https://user-images.githubusercontent.com/1726373/231941740-5bfe76f7-0880-4e17-a6c5-98bdbac0b71e.png)

Hi @jankolkmeier , I have the similar problem as the below: ``` buffer.js:788 throw RangeError('Trying to write outside buffer length'); ^ RangeError: Trying to write outside buffer length at RangeError...

@jankolkmeier , Thank you and the **Range error** goes away by using the above fix But the **Assertions Error** still persists: ``` assert.js:92 throw new assert.AssertionError({ ^ AssertionError: Out of...

@jankolkmeier , here are my complete frame that causes the issue: ``` Serial Port Opend ``` If I run my customized parser code I will get **Assertion** error: ``` Error:...

So the problem is that the **RF Data** part I got under **Encryption** mode is different from the **Non-Encryption** mode. It has **4** more bytes. By right, the RF data...