Skip to content

Commit

Permalink
Merge pull request #795 from entrylabs/develop-hw
Browse files Browse the repository at this point in the history
1.9.60 version up
  • Loading branch information
Tnks2U authored Nov 21, 2024
2 parents 415e0e5 + 7ee2a51 commit bbc36c5
Show file tree
Hide file tree
Showing 14 changed files with 438 additions and 90 deletions.
46 changes: 24 additions & 22 deletions app/modules/alux_connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,34 @@
"platform": ["win32"],
"icon" : "alux_connect.png",
"module": "alux_connect.js",
"driver": [{
"win32-ia32": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.exe",
"win32-x64": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.exe",
"translate": "드라이버 설치1"},
"driver": [
{
"win32-ia32": "Easy_Down_Entry/PROBO Easy Down Entry ver8.41.msi",
"win32-x64": "Easy_Down_Entry/PROBO Easy Down Entry ver8.41.msi",
"translate": "드라이버 설치2"}
],
"win32-ia32": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.exe",
"win32-x64": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.exe",
"translate": "CH34x 드라이버"
},
{
"win32-ia32": "Easy_Down_Entry/PROBO Easy Down Entry ver8.41.msi",
"win32-x64": "Easy_Down_Entry/PROBO Easy Down Entry ver8.41.msi",
"translate": "Easy Down Entry 드라이버"
}
],
"url": "https://www.probo.kr/",
"email": "[email protected]",
"email": " [email protected]",
"reconnect": true,
"selectPort": true,
"hardware": {
"type": "serial",
"control": "slave",
"duration": 32,
"baudRate": 115200 ,
"vendor": "Probo",
"firmwarecheck": true,
"parity" : "none",
"dataBits" : 8,
"stopBits" : 1,
"bufferSize" : 255,
"delimiter" : "",
"flowControl" : "Connect"
"type": "serial",
"control": "slave",
"duration": 32,
"baudRate": 115200,
"vendor": "Probo",
"firmwarecheck": true,
"parity" : "none",
"dataBits" : 8,
"stopBits" : 1,
"bufferSize" : 255,
"delimiter" : "",
"flowControl" : "Connect"
}

}
6 changes: 3 additions & 3 deletions app/modules/alux_technic_normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
{
"win32-ia32": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.exe",
"win32-x64": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.exe",
"translate": "드라이버 설치1"
"translate": "CH34x 드라이버"
},
{
"win32-ia32": "Easy_Down_Entry/PROBO Easy Down Entry ver8.41.msi",
"win32-x64": "Easy_Down_Entry/PROBO Easy Down Entry ver8.41.msi",
"translate": "드라이버 설치2"
"translate": "Easy Down Entry 드라이버"
}
],
"url": "https://www.aluxonline.com/",
Expand All @@ -32,4 +32,4 @@
"softwareReset": false,
"firmwarecheck": false
}
}
}
6 changes: 3 additions & 3 deletions app/modules/alux_technic_power.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
{
"win32-ia32": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.exe",
"win32-x64": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.exe",
"translate": "드라이버 설치1"
"translate": "CH34x 드라이버"
},
{
"win32-ia32": "Easy_Down_Entry/PROBO Easy Down Entry ver8.41.msi",
"win32-x64": "Easy_Down_Entry/PROBO Easy Down Entry ver8.41.msi",
"translate": "드라이버 설치2"
"translate": "Easy Down Entry 드라이버"
}
],
"url": "https://www.aluxonline.com/",
Expand All @@ -32,4 +32,4 @@
"softwareReset": false,
"firmwarecheck": false
}
}
}
Loading

0 comments on commit bbc36c5

Please sign in to comment.