Skip to content

Commit 4702051

Browse files
author
Whoami
committed
add serial port transfer tool
1 parent 74f9e50 commit 4702051

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

linux/SerialPortTranfer

2.91 MB
Binary file not shown.

linux/sp_setting_default.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"BaudRate": 115200,
3+
"Parity":0,
4+
"DataBits":8,
5+
"StopBits":1
6+
}

win/SerialPortTranfer.exe

3.28 MB
Binary file not shown.

win/sp_setting_default.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"BaudRate": 115200,
3+
"Parity":0,
4+
"DataBits":8,
5+
"StopBits":1
6+
}

0 commit comments

Comments
 (0)