imac os x.txt
来自「Z-TEK USB转RS232串口驱动文件」· 文本 代码 · 共 15 行
TXT
15 行
Q: How do I uninstall the dirver MAC X driver?
A: 1. Open "Applications-> Utilities-> Terminal". You need to create ID & password first on NetInfo Manager.
2. Login to root user and type "su" and enter password.
3. Type "cd /System/Library/Extensions" to go to the "Extensions" folder.
4. Unload the driver (if it had been loaded) by typing "kextunload PL2303.kext" or "kextunload
ProlificUsbSerial.kext".
5. Remove the driver by typing "rm -r PL2303.kext" or "rm -r ProlificUsbSerial.kext".
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?