We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6a7e2 commit dd88982Copy full SHA for dd88982
app/modules/neobot_new.json
@@ -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