From dd42c6cadf690598c6f5683a63ae6a5ecaf9df20 Mon Sep 17 00:00:00 2001 From: hksong Date: Thu, 14 Nov 2024 14:53:12 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=9C=EB=9D=BC=EC=9D=B4=EB=B2=84=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD,?= =?UTF-8?q?=20=EC=9D=B4=EB=A9=94=EC=9D=BC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/alux_connect.json | 46 ++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/app/modules/alux_connect.json b/app/modules/alux_connect.json index 8cbfe19dd..836b56c5c 100644 --- a/app/modules/alux_connect.json +++ b/app/modules/alux_connect.json @@ -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": "tkddnjs10@naver.com", + "email": " contact@imssam.me", "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" } - } \ No newline at end of file