qiaojingx

Results 21 comments of qiaojingx

Verified with latest commit 087938a in master, TCPClient6 cannot connect to Server on Arduino101 over BLE. It is able to connect on Arduino101 over Ethernet, but get `cannot acquire send_buf`...

Verified with commit 0c0af9b in master. TCPClient6 on Arduino101 and 96b_carbon over BLE still cannot connect to TCPServer6.

Retest with commit 4cf09c5 in zjs-0.5 branch. TCPClient6 on Arduino101 over BLE cannot connect to TCPServer6. But it works on Arduino101 over Ethernet. Will it be fixed in zjs-0.5 branch?

Verified with commit b32969f on Arduino101, this issue is still reproduced.

Does OCF plan to be supported on Mac before 0.4 release?

We have created a issue in [jerryscript-debugger-ts/#12](https://github.com/jerryscript-project/jerryscript-debugger-ts/issues/12) for using `bin/jerry` to debug JS file in JerryScript. The error message is also print when connecting and debugging through Resume/Step into/Step over/Step...

Verified with commit 9a272ee on FRDM-K64F. This issue can be reproduced by `minicom -D /dev/ttyACM0`, but not reproduced by `screen /dev/ttyACM0 115200`. `minicom -D /dev/ttyACM0` ![selection_144](https://user-images.githubusercontent.com/19813546/29052485-0861e948-7c1d-11e7-9140-11ac2b515f0b.png) `screen /dev/ttyACM0 115200` ![selection_145](https://user-images.githubusercontent.com/19813546/29052489-0f4013fc-7c1d-11e7-9e26-d32d35eabe76.png)

I have tried with native zephyr apps, it seems the board is working. ![selection_004](https://user-images.githubusercontent.com/19813546/35656287-8fe808c6-0731-11e8-9667-548f48e68d07.png) BTW, this issue is not reproduced when running samples in normal ZJS ways. Only bad in...

Blink.js works fine in Ashell.

Re-test with commit dee11f7. This issue is still there.