Skip to content

V0.2

Compare
Choose a tag to compare
@wh201906 wh201906 released this 20 Aug 15:23
· 128 commits to master since this release
  • Supports TCP client/server, UDP, Bluetooth SPP client/server and Bluetooth BLE
  • All servers support 1:N connections. Sent to/Receive from/Disconnect any client as you want
  • Multiple NIC support. Specify local IP and port for TCP server, TCP client and UDP
  • Supports recording connection history with user specified alias. Click history item to reuse the arguments
  • File transceiver with fast CRC32 calculator and throttling
  • Import/Export configuration files, search configuration files in multiple directories
  • Support escape characters (\uHHHH, \nnn, \r, \n, \t, ...)
  • Change serial port arguments on the fly
  • Better UI, supports window translucency, selecting language, changing font
  • Better performance
  • Better gesture detection in PlotTab on Android
  • Share a piece of text to SerialTest then send it on Android

  • 支持TCP客户端/服务器,UDP,蓝牙SPP客户端/服务器和蓝牙BLE
  • TCP服务器和蓝牙SPP服务器支持一对多连接,可以任意指定收发对象,断开指定连接
  • TCP服务器,TCP客户端和UDP支持指定本机IP和端口,也可在所有网卡上进行监听
  • 支持记录连接历史并指定别名,单击即可快速设置参数
  • 支持文件收发,带快速CRC32校验,在发送途中可自动延时等待
  • 可导入导出配置文件,多目录搜索配置文件
  • 支持转义字符(\uHHHH, \nnn, \r, \n, \t, ...)
  • 实时修改串口参数
  • 美化UI,支持窗口半透明,选择语言,改变字体
  • 提升性能
  • 优化安卓端绘图界面手势
  • 安卓端添加Toast支持。支持分享文本至SerialTest并发送

Android ABIs: armeabi-v7a, arm64-v8a, x86