# 시리얼 포트 USB 드라이버 설치 (포트 목록에 아무것도 뜨지 않을때)

로스팅 머신을 새로 만드려고 하는데 포트 목록이 뜨지 않는 경우가 있습니다.\
주로 국산 로스터기 머신을 연동할때 발생하는데요. 원인은 USB 시리얼 포트 드라이버가 설치되지 않아서 그렇습니다.

아래의 목록에서 해당하는 로스터기를 찾아서 드라이버를 설치해주시고 재시작 하신 뒤 포트 연동을 다시 시도해보세요.

{% hint style="info" %}
Windows의 경우, 다운로드 받은 파일의 압축을 해제한 후 설치를 진행해주세요.
{% endhint %}

### 로스터 모델별 드라이버 다운로드

| 제조사     | Windows 드라이버                                                                               | Mac 드라이버                                                                                   |
| ------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| Delta   | [다운로드](https://www.silabs.com/documents/public/software/CP210x_Windows_Drivers.zip)        | [다운로드](https://www.silabs.com/documents/public/software/Mac_OSX_VCP_Driver.zip)            |
| 국산 로스터기 | [다운로드](https://firescope-release-test.s3.ap-northeast-2.amazonaws.com/driver/ftdi_win.zip) | [다운로드](https://firescope-release-test.s3.ap-northeast-2.amazonaws.com/driver/ftdi_mac.zip) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.firescope.io/others/serial-port-driver.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
