Mac OS X 10.10.5(Yosemite)에 USB - UART 브리지 VCP 드라이버 설치
Silab에서 드라이버 다운로드
htps : // jp. 시 bs. 이 m / p 로즈 cts / ゔ ぉ p 맨 t와 ls / 그 f와 ぁ 레 / u sb 와우 r t eb 드 게 vcp 드 ゔ ぇ rs # mac
압축을 풀고 dmg를 마운트하면 Legacy MacVCP Driver 폴더에서 Sillicon Labs VCP Driver.pkg를 실행합니다.
이제 install은 성공하지만 드라이버는 인식되지 않습니다 (Arduino의 포트 선택에 나오지 않음)
조사하면 이것이 나왔다.
With the new strict restrictions on Yosemite, Apple requires driver signature with drivers placed into/Library/Extensions, which is their preferred location moving forwards. I updated the driver installer to be smart enough to install the correct version (64 vs 3 on the OS.
Apple의 확장 드라이버의 취급이 다른 것 같고, codesign 커멘드를 치고, 리로드 할 필요가 있는 것 같다.
#Verify code signature
codesign -vvvvd /Library/Extensions/SiLabsUSBDriver.kext
#Verify ownership = root:wheel and permissions = rwxr-xr-x and loadable
kextutil -tn /Library/Extensions/SiLabsUSBDriver.kext
#unload the driver
sudo kextunload SiLabsUSBDriver.kext
#Reload the driver
sudo kextload -v 6 SiLabsUSBDriver.kext
이것으로/dev/cu.SLAB_USBtoUART를 선택할 수 있게 되어, M5Stack에 기입도 할 수 있게 되었다.
뱀발
구그는 바로 나오는 이 포럼은 과거의 pkg(SiLabsUSBDriverYos.kext가 놓여진다)에 대한 대처 방법이므로, 명령은 통과하지 않는다(그런 파일 없기 때문에)
htps //w w. 시 bs. 코 m/캬무에 ty/이니 r후세/후우 m. 토피 c. html / s_x_10_10_cp210xvc-2k97
Reference
이 문제에 관하여(Mac OS X 10.10.5(Yosemite)에 USB - UART 브리지 VCP 드라이버 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Mizmiz1229Xx/items/3032228e594fa826c68a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)