feat: serial comm (#141)

This commit is contained in:
hstyi
2025-01-28 10:23:05 +08:00
committed by GitHub
parent f037cbfac0
commit 483582a8d1
28 changed files with 489 additions and 53 deletions

View File

@@ -132,6 +132,14 @@ termora.new-host.terminal.startup-commands=启动命令
termora.new-host.terminal.env=环境
termora.new-host.serial=串口
termora.new-host.serial.port=端口
termora.new-host.serial.baud-rate=波特率
termora.new-host.serial.data-bits=数据位
termora.new-host.serial.parity=校验位
termora.new-host.serial.stop-bits=停止位
termora.new-host.serial.flow-control=流控
termora.new-host.test-connection=测试连接
termora.new-host.test-connection-successful=连接成功