Skip to content

Commit dd88982

Browse files
author
extracold1209
committed
[neobot] add neobot_new.json
1 parent 4f6a7e2 commit dd88982

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

app/modules/neobot_new.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"id": "050102",
3+
"name": {
4+
"en": "NEOBOT-NEW",
5+
"ko": "네오봇(전용 동글)"
6+
},
7+
"platform": ["win32", "darwin"],
8+
"icon" : "neobot.png",
9+
"module": "neobot.js",
10+
"url": "http://neobot.co.kr/",
11+
"email": "[email protected]",
12+
"driver": {
13+
"win32-ia32": "CP210x_VCP_Windows/CP210xVCPInstaller_x86.exe",
14+
"win32-x64": "CP210x_VCP_Windows/CP210xVCPInstaller_x64.exe",
15+
"darwin-x64": "Mac_OSX_VCP_Driver/SiLabsUSBDriverDisk.dmg"
16+
},
17+
"reconnect" : true,
18+
"entry": {
19+
"protocol": "json"
20+
},
21+
"hardware": {
22+
"pnpId" : "PID",
23+
"type": "serial",
24+
"control": "master",
25+
"vendor": "Silicon Laps",
26+
"duration": 32,
27+
"baudRate": 115200
28+
}
29+
}

0 commit comments

Comments
 (0)