KangLin/SerialPortAssistant

Send Hex doesn't work at all

paulhayes opened this issue · 4 comments

Steps:

  1. Selecting Send Hex tickbox
  2. typing: AA
  3. Hit Send

Behaviour:
Dropped bytes counter increased by 2

Expected behaviour
Should send a single byte with value 0xAA
Tx Bytes counter increased by 1

Thank you! Already modified, please test

Great! Can you publish a release build for 0.3.3? I don't have time to configure and build the project, but am happy to test your executable.

It is upload in release. please test it.

Thanks @KangLin , I just tested this morning and it works. Thanks for the improvements, it's really appreciated. Keep up the great work!