slight tidy to serialport PR and bump version

adds flags for fixing DSR, DTR, RTS, CTS
This commit is contained in:
Dave Conway-Jones
2019-12-04 15:06:40 +00:00
parent aa8dc4f7a1
commit 676ba58210
4 changed files with 35 additions and 29 deletions

View File

@@ -24,6 +24,11 @@
"odd": "奇数",
"space": "スペース"
},
"linestates": {
"none": "auto",
"high": "High",
"low": "Low"
},
"split": {
"character": "文字列で区切る",
"timeout": "タイムアウト後で区切る",