From 37bc8dadf9166b2c9a64737139ed1cc222779c14 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Sun, 14 Apr 2024 19:17:57 +0800 Subject: [PATCH] V0.3.5 --- CHANGELOG.md | 10 + doc/CHANGELOG/CHANGELOG_zh_CN.md | 10 + .../metadata/android/en-US/changelogs/35.txt | 9 + .../metadata/android/zh-CN/changelogs/35.txt | 9 + ...io.github.wh201906.serialtest.metainfo.xml | 14 + src/SerialTest.pro | 2 +- src/android/AndroidManifest.xml | 4 +- src/i18n/SerialTest_nb_NO.ts | 484 ++++++++++-------- src/i18n/SerialTest_zh_CN.qm | Bin 20239 -> 20325 bytes src/i18n/SerialTest_zh_CN.ts | 405 +++++++-------- src/i18n/SerialTest_zh_TW.ts | 484 ++++++++++-------- 11 files changed, 784 insertions(+), 647 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/35.txt create mode 100644 fastlane/metadata/android/zh-CN/changelogs/35.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 232f3b4..87be8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ [中文](doc/CHANGELOG/CHANGELOG_zh_CN.md) +## V0.3.5 ++ Improve BLE compatibility by adding support for WriteNoResponse operation (commit 0e5c82ea6c) ++ Improve serial port compatibility by allowing non-fatal errors when setting DTR/RTS in the connecting process (commit cae854bcdd) ++ Add Windows MSVC support for Bluetooth (commit 9760cccda8) ++ Add support for restoring dock widgets status (commit c88b47e1b0) ++ Add an option for enabling/disabling touch scrolling gesture (commit fda6389c31) ++ Replace "√"(U+221A) with "OK" in the status bar for the visual consistency across all platforms (commit 574360343e) ++ DataTab: Keep selection unchanged when appending received data (commit 86508ff76b) ++ Fix a few bugs + ## V0.3.4 + Android: Use adaptive launcher icon (commit da9f2caaf1) diff --git a/doc/CHANGELOG/CHANGELOG_zh_CN.md b/doc/CHANGELOG/CHANGELOG_zh_CN.md index 1bd3738..3aed8a7 100644 --- a/doc/CHANGELOG/CHANGELOG_zh_CN.md +++ b/doc/CHANGELOG/CHANGELOG_zh_CN.md @@ -2,6 +2,16 @@ [English](../../CHANGELOG.md) +## V0.3.5 ++ 改进蓝牙BLE连接兼容性,支持WriteNoResponse操作 (commit 0e5c82ea6c) ++ 改进串口连接兼容性,在建立连接并尝试设置DTR/RTS信号时忽略设置失败的错误 (commit cae854bcdd) ++ 在MSVC编译器生成的程序中添加蓝牙支持 (commit 9760cccda8) ++ 支持自动保存窗口布局 (commit c88b47e1b0) ++ 支持配置触摸滚动手势 (commit fda6389c31) ++ 将状态栏中的"√"(U+221A)替换为"OK"以确保不同平台上的显示效果一致 (commit 574360343e) ++ 数据面板: 在新增已接收数据时保持已选中状态不被清除 (commit 86508ff76b) ++ 修复若干BUG + ## V0.3.4 + Android: 使用自适应启动器图标 (commit da9f2caaf1) diff --git a/fastlane/metadata/android/en-US/changelogs/35.txt b/fastlane/metadata/android/en-US/changelogs/35.txt new file mode 100644 index 0000000..d86c80e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/35.txt @@ -0,0 +1,9 @@ +V0.3.5 ++ Improve BLE compatibility by adding support for WriteNoResponse operation (commit 0e5c82ea6c) ++ Improve serial port compatibility by allowing non-fatal errors when setting DTR/RTS in the connecting process (commit cae854bcdd) ++ Add Windows MSVC support for Bluetooth (commit 9760cccda8) ++ Add support for restoring dock widgets status (commit c88b47e1b0) ++ Add an option for enabling/disabling touch scrolling gesture (commit fda6389c31) ++ Replace "√"(U+221A) with "OK" in the status bar for the visual consistency across all platforms (commit 574360343e) ++ DataTab: Keep selection unchanged when appending received data (commit 86508ff76b) ++ Fix a few bugs diff --git a/fastlane/metadata/android/zh-CN/changelogs/35.txt b/fastlane/metadata/android/zh-CN/changelogs/35.txt new file mode 100644 index 0000000..27275a1 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/35.txt @@ -0,0 +1,9 @@ +V0.3.5 ++ 改进蓝牙BLE连接兼容性,支持WriteNoResponse操作 (commit 0e5c82ea6c) ++ 改进串口连接兼容性,在建立连接并尝试设置DTR/RTS信号时忽略设置失败的错误 (commit cae854bcdd) ++ 在MSVC编译器生成的程序中添加蓝牙支持 (commit 9760cccda8) ++ 支持自动保存窗口布局 (commit c88b47e1b0) ++ 支持配置触摸滚动手势 (commit fda6389c31) ++ 将状态栏中的"√"(U+221A)替换为"OK"以确保不同平台上的显示效果一致 (commit 574360343e) ++ 数据面板: 在新增已接收数据时保持已选中状态不被清除 (commit 86508ff76b) ++ 修复若干BUG diff --git a/pack/aur/io.github.wh201906.serialtest.metainfo.xml b/pack/aur/io.github.wh201906.serialtest.metainfo.xml index 2964f29..1e3a645 100644 --- a/pack/aur/io.github.wh201906.serialtest.metainfo.xml +++ b/pack/aur/io.github.wh201906.serialtest.metainfo.xml @@ -58,6 +58,20 @@ + + +
    +
  • Improve BLE compatibility by adding support for WriteNoResponse operation (commit 0e5c82ea6c)
  • +
  • Improve serial port compatibility by allowing non-fatal errors when setting DTR/RTS in the connecting process (commit cae854bcdd)
  • +
  • Add Windows MSVC support for Bluetooth (commit 9760cccda8)
  • +
  • Add support for restoring dock widgets status (commit c88b47e1b0)
  • +
  • Add an option for enabling/disabling touch scrolling gesture (commit fda6389c31)
  • +
  • Replace "√"(U+221A) with "OK" in the status bar for the visual consistency across all platforms (commit 574360343e)
  • +
  • DataTab: Keep selection unchanged when appending received data (commit 86508ff76b)
  • +
  • Fix a few bugs
  • +
+
+
    diff --git a/src/SerialTest.pro b/src/SerialTest.pro index f8abaae..afdc9e1 100644 --- a/src/SerialTest.pro +++ b/src/SerialTest.pro @@ -103,7 +103,7 @@ qnx { } # Remember to change version in AndroidManifest.xml -VERSION = 0.3.4 +VERSION = 0.3.5 QMAKE_TARGET_PRODUCT = "SerialTest" QMAKE_TARGET_DESCRIPTION = "SerialTest" QMAKE_TARGET_COMPANY = "wh201906" diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index efdd6a9..01b7879 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,8 +2,8 @@ diff --git a/src/i18n/SerialTest_nb_NO.ts b/src/i18n/SerialTest_nb_NO.ts index b484e8f..f149839 100644 --- a/src/i18n/SerialTest_nb_NO.ts +++ b/src/i18n/SerialTest_nb_NO.ts @@ -4,82 +4,82 @@ Connection - + Failed to listen on adapter Kunne ikke lytte på adapteren - + Failed to register service on adapter Kunne ikke registrere tjenesten på adapteren - + Failed to listen to Klarte ikke å lytte til - + (Multicast)Failed to listen to port (Multicast)Kunne ikke lytte til port - + (Multicast)Failed to join (Multicast)Kunne ikke bli med - + Bluetooth SPP Service Bluetooth SPP-tjeneste - + Controller Error: - + Service Error: - + SerialPort - + Bluetooth Client Bluetooth-klient - + Bluetooth Server - + BLE Central - + BLE Peripheral - + TCP Client - + TCP Server - + UDP @@ -189,89 +189,89 @@ - - + + Import - - + + Export Eksport - + Paste the exported data in the box. Lim inn de eksporterte dataene i boksen. - - + + Done Ferdig - + Import Control Panel Importer kontrollpanel - - + + Config files Konfigurasjonsfiler - - + + All files Alle filer - - - - + + + + Info - - + + Successed! Vellykket! - - + + Failed! - - + + Please add item first - + Copy all text in this box and save it to somewhere. Kopier all tekst i denne boksen og lagre den et sted. - + To import, click the Import button, then paste the text back. - + Copied to clipboard - + Export Control Panel @@ -313,16 +313,16 @@ - - + + Export Eksport - - + + Copy All @@ -350,7 +350,7 @@ - + Suffix Suffiks @@ -401,48 +401,48 @@ - - - + + + Info - + is not a valid encoding. - + Export received data - - + + Successed! Vellykket! - - + + Failed! - + Export sended data - - + + Export Selected - - + + Copy Selected @@ -451,8 +451,8 @@ DeviceTab - - + + Refresh @@ -489,8 +489,8 @@ - - + + Connect @@ -527,7 +527,7 @@ - + Local Adapter: @@ -546,13 +546,13 @@ - + Receive - + Send @@ -613,90 +613,100 @@ - + Target Address: - + + Service UUID + + + + + If Service UUID is not specified, the SerialPort service UUID(0x1101) will be used. + + + + Rx Service UUID - + Rx Characteristic UUID - + Tx Service UUID - + Tx Characteristic UUID - + Local Address: - + Local Port: - - + + Remote Address: - + Remote Port: - + Set local port to 0 to use a random and available port. - + In UDP mode, you can change the remote address and port on the fly. - + Service Name: - + SerialTest_BT - + Open - + Close - - + + Searching... - + Bonded @@ -715,189 +725,189 @@ you can change the remote address and port on the fly. - + NoFlowControl - + HardwareControl - + SoftwareControl - + NoParity - + EvenParity - + OddParity - + SpaceParity - + MarkParity - - - + + + Disconnect - - - - + - - - - + + + + + + + Error - + The port has been opened. - - + + The server is already running. - - + + The device has already connected. - + Yes - + No - + The client has already connected to the server. - + The socket has already bound to a port. - + Delete Slett - + Discovered - + Please close the current connection first. - + Unsupported interface. - + Remote Address/Name: - + Service - + Characteristic - + Descriptor - + Broadcast - + Read - + WriteNoResponse - + Write - + Notify - + Indicate - + WriteSigned - + ExtendedProperty - + (Auto) - + (Any) @@ -911,13 +921,13 @@ you can change the remote address and port on the fly. - + Receive - + Start @@ -1006,53 +1016,53 @@ In Receive mode, turn off "Realtime" in DataTab, and disable Plot. - + Raw - + Calculating... - + Failed to open file. - + Failed to read file. - + File already exists Continue? - + Stopped - + Finished - + Stop - + Started - + Failed to start. @@ -1083,73 +1093,73 @@ Continue? - + Plot - + Control - + On Top - + Dock all windows - + Ver: - + Check Update - - + + Connected Clients - + Cannot open the serial port. - + NoParity - + EvenParity - + OddParity - + SpaceParity - + MarkParity - + OneStop @@ -1159,133 +1169,133 @@ Continue? - + File - + Settings - + Press Back again to exit. - + Closing... - + Please connect to something first. - + TwoStop - + OneAndHalfStop - + BaudRate - + DataBits - + StopBits - + Parity - - - + + + Remote - - - - - + + + + + Local - - - + + + State - + Port - + Rx - + Tx - - - + + + Error - + Remote Name - - + + Any - + Cannot establish the connection. - + Cannot start the server. - + Cannot bind to the specified address and port. - + No port is opened. @@ -1367,6 +1377,26 @@ Continue? Data Splitter: + + + Style: + + + + + Line + + + + + Point + + + + + Both + + @@ -1391,11 +1421,6 @@ Continue? None - - - Scatter - - SerialPinout @@ -1525,32 +1550,47 @@ If no config file is detected, This app will create one in the current working d - + + Remember data to be sent in DataTab + + + + Merge Timestamps With Short Intervals: - + ms - + + Clear received data in DataTab and graph in PlotTab simultaneously + + + + + Respond to Touch Scroll Events + + + + Restart the app to make settings with "*" take effect. - + Version: - + Latest Release: - + Report Bugs: @@ -1600,14 +1640,14 @@ If no config file is detected, This app will create one in the current working d - - - + + + Warning - + All configurations and history will be deleted! And this app will be closed! Continue? @@ -1646,56 +1686,56 @@ Continue? - + All history will be deleted! Continue? - + This app will be closed after import! Continue? - + Import config from file - - + + Config files Konfigurasjonsfiler - - + + All files Alle filer - + Error - + Unsupported file format. - + Info - + Imported. - + Export config to file Eksporter konfigurasjon til fil diff --git a/src/i18n/SerialTest_zh_CN.qm b/src/i18n/SerialTest_zh_CN.qm index 5610f3b2ca465a2a1a5260b69f8570c820f7e878..29c28b973a1d5edf4ac9e6f0791d175538d7e48a 100644 GIT binary patch delta 203 zcmV;+05t!Po&n{a0gxU6_>mtj0!1T{Pfr2yv7ayk2m$45GXMZTEtAgzPXWl29|Lv* zKp3-^1IGaYoU>mAp8)~Blm7;<0dSMA2gU+HJCk<^J_14)leY+F0zyTT9|uL)xUMM<+13Nb%95LC@xl!@kKcy8KK zs7{Mc_6Ps~000I60016RWpi+EZe$>IZy;1}bz^8CQ)6;(Y-}J!c4cmKbCZEU6|+T2 F$_0%ZLZ1Kt delta 114 zcmV-&0FD3Uo&k@Z0gxU6@R1)b0z}o3Pfr1(v7ayklh*=I0eX`s19k#G%CnyX#{mIO zvu6dL0ReE62M4bKB9pfV#sWa?lYa<40zt`>zX)amLHCm<2`2#rlTQgx0WFiC2^Rq< UleY911Z%vztlE1s{VaKL7v# diff --git a/src/i18n/SerialTest_zh_CN.ts b/src/i18n/SerialTest_zh_CN.ts index 1f62a56..dabc003 100644 --- a/src/i18n/SerialTest_zh_CN.ts +++ b/src/i18n/SerialTest_zh_CN.ts @@ -34,52 +34,52 @@ - + Controller Error: 控制器错误: - + Service Error: 服务错误: - + SerialPort 串口 - + Bluetooth Client 蓝牙客户端 - + Bluetooth Server 蓝牙服务器 - + BLE Central BLE 中心设备(Central) - + BLE Peripheral BLE 外围设备(Peripheral) - + TCP Client TCP客户端 - + TCP Server TCP服务器 - + UDP @@ -193,89 +193,89 @@ - - + + Import 导入 - - + + Export 导出 - + Paste the exported data in the box. 将导出的数据粘贴到此框中。 - - + + Done 完成 - + Import Control Panel 导入控制面板 - - + + Config files 配置文件 - - + + All files 所有文件 - - - - + + + + Info 信息 - - + + Successed! 成功! - - + + Failed! 失败! - - + + Please add item first 请先添加控制项 - + Copy all text in this box and save it to somewhere. 将此文本框中的内容复制并保存。 - + To import, click the Import button, then paste the text back. 需要导入时,单击“导入”按钮,将复制的内容粘贴回来即可。 - + Copied to clipboard 已复制到剪贴板 - + Export Control Panel 导出控制面板 @@ -317,16 +317,16 @@ - - + + Export 导出 - - + + Copy All 复制全部 @@ -354,7 +354,7 @@ - + Suffix 后缀 @@ -405,48 +405,48 @@ 转义 - - - + + + Info 信息 - + is not a valid encoding. 不是有效编码名。 - + Export received data 导出已接收数据 - - + + Successed! 成功! - - + + Failed! 失败! - + Export sended data 导出已发送数据 - - + + Export Selected 导出选中 - - + + Copy Selected 复制选中 @@ -455,8 +455,8 @@ DeviceTab - - + + Refresh 刷新 @@ -505,8 +505,8 @@ - - + + Connect 连接 @@ -562,13 +562,13 @@ - + Receive 接收 - + Send 发送 @@ -687,7 +687,7 @@ - + Remote Address: 远端地址: @@ -713,7 +713,7 @@ you can change the remote address and port on the fly. 服务名称: - + SerialTest_BT @@ -728,13 +728,13 @@ you can change the remote address and port on the fly. 关闭 - - + + Searching... 搜索中... - + Bonded 已配对 @@ -761,42 +761,42 @@ you can change the remote address and port on the fly. 设备 - + NoFlowControl 无流控 - + HardwareControl 软件流控 - + SoftwareControl 硬件流控 - + NoParity 无校验 - + EvenParity 偶校验 - + OddParity 奇校验 - + SpaceParity 固定0 - + MarkParity 固定1 @@ -821,27 +821,27 @@ you can change the remote address and port on the fly. TCP服务器 - - - + + + Disconnect 断开 - - - - - - - - - + + + + + + + + + Error 错误 - + The port has been opened. 串口已打开。 @@ -850,124 +850,124 @@ you can change the remote address and port on the fly. 设备已连接。 - - + + The server is already running. 服务器正在运行中。 - - + + The device has already connected. 设备已连接。 - + Yes - + No - + The client has already connected to the server. 已连接到服务器。 - + The socket has already bound to a port. 已绑定至端口。 - + Delete 删除 - + Discovered 已发现 - + Please close the current connection first. 请先关闭当前连接。 - + Unsupported interface. 尚未支持此连接类型。 - + Remote Address/Name: 远端地址/主机名: - + Service 服务(Service) - + Characteristic 特征值(Characteristic) - + Descriptor 描述符(Descriptor) - + Broadcast - + Read - + WriteNoResponse - + Write - + Notify - + Indicate - + WriteSigned - + ExtendedProperty - + (Auto) (自动) - + (Any) (任意) @@ -981,13 +981,13 @@ you can change the remote address and port on the fly. - + Receive 接收 - + Start 启动 @@ -1078,54 +1078,54 @@ In Receive mode, turn off "Realtime" in DataTab, and disable Plot. - + Raw 原始数据 - + Calculating... 计算中... - + Failed to open file. 无法打开文件。 - + Failed to read file. 无法读取文件。 - + File already exists Continue? 文件已存在 继续吗? - + Stopped 已停止 - + Finished 已完成 - + Stop 停止 - + Started 已启动 - + Failed to start. 启动失败。 @@ -1166,22 +1166,22 @@ Continue? 控制 - + On Top 窗口置顶 - + Dock all windows 吸附所有悬浮窗口 - + Ver: 版本: - + Check Update 检查更新 @@ -1190,13 +1190,13 @@ Continue? 请先打开串口。 - - + + Connected Clients 客户端数 - + Cannot open the serial port. 无法打开串口。 @@ -1205,32 +1205,32 @@ Continue? 串口已打开。 - + NoParity 无校验 - + EvenParity 偶校验 - + OddParity 奇校验 - + SpaceParity 固定0 - + MarkParity 固定1 - + OneStop 1 @@ -1245,59 +1245,59 @@ Continue? 文件收发 - + Settings 设置 - + Press Back again to exit. 再按一次返回键退出。 - + Closing... 关闭中... - + Please connect to something first. 请先建立一次连接。 - + TwoStop 2 - + OneAndHalfStop 1.5 - + BaudRate 波特率 - + DataBits 数据位 - + StopBits 停止位 - + Parity 校验 - - - + + + Remote 远端 @@ -1310,23 +1310,23 @@ Continue? 设备名 - - - - - + + + + + Local 本机 - - - + + + State 状态 - + Port 端口 @@ -1339,50 +1339,50 @@ Continue? 请先打开蓝牙! - + Rx - + Tx - - - + + + Error 错误 - + Remote Name 远端名称 - - + + Any 任意 - + Cannot establish the connection. 无法建立连接。 - + Cannot start the server. 无法启动服务。 - + Cannot bind to the specified address and port. 无法绑定至指定地址和端口。 - + No port is opened. 未打开串口。 @@ -1692,22 +1692,27 @@ If no config file is detected, This app will create one in the current working d 同时清空绘图和数据界面中的已接收数据 - + + Respond to Touch Scroll Events + 响应触摸滚动事件 + + + Restart the app to make settings with "*" take effect. 带*的设置项将在程序重启后生效。 - + Version: 版本: - + Latest Release: 检查更新: - + Report Bugs: 反馈问题: @@ -1757,14 +1762,14 @@ If no config file is detected, This app will create one in the current working d 明亮 - - - + + + Warning 警告 - + All configurations and history will be deleted! And this app will be closed! Continue? @@ -1773,90 +1778,90 @@ Continue? 继续吗? - - - + + + Create 创建 - + The file already exists at 文件已存在,位于 - + Cannot create file there. 无法在此处创建文件。 - + Read 读取 - + Cannot read config. 无法读取配置。 - + Created at 已创建于 - + All history will be deleted! Continue? 所有的历史记录都会被删除! 继续吗? - + This app will be closed after import! Continue? 导入成功后程序会自动关闭! 继续吗? - + Import config from file 从文件导入配置 - - + + Config files 配置文件 - - + + All files 所有文件 - + Error 错误 - + Unsupported file format. 文件格式不支持。 - + Info 信息 - + Imported. 已导入。 - + Export config to file 导出配置到文件 diff --git a/src/i18n/SerialTest_zh_TW.ts b/src/i18n/SerialTest_zh_TW.ts index 46cf1a2..712da03 100644 --- a/src/i18n/SerialTest_zh_TW.ts +++ b/src/i18n/SerialTest_zh_TW.ts @@ -4,82 +4,82 @@ Connection - + Failed to listen on adapter - + Failed to register service on adapter - + Failed to listen to - + (Multicast)Failed to listen to port - + (Multicast)Failed to join - + Bluetooth SPP Service - + Controller Error: - + Service Error: - + SerialPort - + Bluetooth Client - + Bluetooth Server - + BLE Central - + BLE Peripheral - + TCP Client - + TCP Server - + UDP @@ -189,89 +189,89 @@ - - + + Import - - + + Export - + Paste the exported data in the box. - - + + Done - + Import Control Panel - - + + Config files - - + + All files - - - - + + + + Info - - + + Successed! - - + + Failed! - - + + Please add item first - + Copy all text in this box and save it to somewhere. - + To import, click the Import button, then paste the text back. - + Copied to clipboard - + Export Control Panel @@ -313,16 +313,16 @@ - - + + Export - - + + Copy All @@ -350,7 +350,7 @@ - + Suffix @@ -401,48 +401,48 @@ - - - + + + Info - + is not a valid encoding. - + Export received data - - + + Successed! - - + + Failed! - + Export sended data - - + + Export Selected - - + + Copy Selected @@ -451,8 +451,8 @@ DeviceTab - - + + Refresh @@ -489,8 +489,8 @@ - - + + Connect @@ -527,7 +527,7 @@ - + Local Adapter: @@ -546,13 +546,13 @@ - + Receive - + Send @@ -613,90 +613,100 @@ - + Target Address: - + + Service UUID + + + + + If Service UUID is not specified, the SerialPort service UUID(0x1101) will be used. + + + + Rx Service UUID - + Rx Characteristic UUID - + Tx Service UUID - + Tx Characteristic UUID - + Local Address: - + Local Port: - - + + Remote Address: - + Remote Port: - + Set local port to 0 to use a random and available port. - + In UDP mode, you can change the remote address and port on the fly. - + Service Name: - + SerialTest_BT - + Open - + Close - - + + Searching... - + Bonded @@ -715,189 +725,189 @@ you can change the remote address and port on the fly. - + NoFlowControl - + HardwareControl - + SoftwareControl - + NoParity - + EvenParity - + OddParity - + SpaceParity - + MarkParity - - - + + + Disconnect - - - - + - - - - + + + + + + + Error - + The port has been opened. - - + + The server is already running. - - + + The device has already connected. - + Yes - + No - + The client has already connected to the server. - + The socket has already bound to a port. - + Delete - + Discovered - + Please close the current connection first. - + Unsupported interface. - + Remote Address/Name: - + Service - + Characteristic - + Descriptor - + Broadcast - + Read - + WriteNoResponse - + Write - + Notify - + Indicate - + WriteSigned - + ExtendedProperty - + (Auto) - + (Any) @@ -911,13 +921,13 @@ you can change the remote address and port on the fly. - + Receive - + Start @@ -1006,53 +1016,53 @@ In Receive mode, turn off "Realtime" in DataTab, and disable Plot. - + Raw - + Calculating... - + Failed to open file. - + Failed to read file. - + File already exists Continue? - + Stopped - + Finished - + Stop - + Started - + Failed to start. @@ -1083,73 +1093,73 @@ Continue? - + Plot - + Control - + On Top - + Dock all windows - + Ver: - + Check Update - - + + Connected Clients - + Cannot open the serial port. - + NoParity - + EvenParity - + OddParity - + SpaceParity - + MarkParity - + OneStop @@ -1159,133 +1169,133 @@ Continue? - + File - + Settings - + Press Back again to exit. - + Closing... - + Please connect to something first. - + TwoStop - + OneAndHalfStop - + BaudRate - + DataBits - + StopBits - + Parity - - - + + + Remote - - - - - + + + + + Local - - - + + + State - + Port - + Rx - + Tx - - - + + + Error - + Remote Name - - + + Any - + Cannot establish the connection. - + Cannot start the server. - + Cannot bind to the specified address and port. - + No port is opened. @@ -1367,6 +1377,26 @@ Continue? Data Splitter: + + + Style: + + + + + Line + + + + + Point + + + + + Both + + @@ -1391,11 +1421,6 @@ Continue? None - - - Scatter - - SerialPinout @@ -1525,32 +1550,47 @@ If no config file is detected, This app will create one in the current working d - + + Remember data to be sent in DataTab + + + + Merge Timestamps With Short Intervals: - + ms - + + Clear received data in DataTab and graph in PlotTab simultaneously + + + + + Respond to Touch Scroll Events + + + + Restart the app to make settings with "*" take effect. - + Version: - + Latest Release: - + Report Bugs: @@ -1600,14 +1640,14 @@ If no config file is detected, This app will create one in the current working d - - - + + + Warning - + All configurations and history will be deleted! And this app will be closed! Continue? @@ -1646,56 +1686,56 @@ Continue? - + All history will be deleted! Continue? - + This app will be closed after import! Continue? - + Import config from file - - + + Config files - - + + All files - + Error - + Unsupported file format. - + Info - + Imported. - + Export config to file