浏览代码

Quick serial output update

Carl Krauss 8 年前
父节点
当前提交
effdb7d250
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -14,7 +14,7 @@ You can verify that this is working by running the following command in a termin
14 14
 
15 15
 `ls /dev/ | grep 'tty\.'`
16 16
 
17
-You should see something that looks like `tty.USBtoUARTBridge`. If you don't see something like that displayed, you either have an issue with the driver for your serial adapter (try reinstalling it) or you have a different serial adapter and you'll need to find the drivers for that. To see what adapter is registring with OS X, Apple => About This Mac => System Report => USB.
17
+You should see something that looks like `tty.SLAB_USBtoUART`. If you don't see something like that displayed, you either have an issue with the driver for your serial adapter (try reinstalling it) or you have a different serial adapter and you'll need to find the drivers for that. To see what adapter is registring with OS X, Apple => About This Mac => System Report => USB.
18 18
 
19 19
 ### Package File
20 20
 Next you'll need to download and install the latest release of the Gamepad Driver (**includes foohid**) [here on GitHub](https://github.com/xythobuz/SerialGamepad/releases). 

正在加载...
取消
保存