# 메세지 송수신

다양한 신호들을 가진 메세지를 전송하거나 수신하기 위해서 해당 메세지를 정의하여 사용하거나 직접 DBC파일을 만들어 사용하는 방법을 소개합니다. 먼저 ‘Spy Networks’에서 ‘Messages Editor’로 이동합니다. 관련 방법을 소개하기 전에 꼭 알아두셔야 할 4가지 항목을 소개하겠습니다

* on Network: 어떤 채널에서 메세지를 만들 것인가를 선택합니다. 즉 내가 사용하는 통신을 정확하게 선택해 주셔야 합니다.
* ![](/files/SbKMuqUv5OwtHOYh988q): 수신 메세지를 정의할 때 이곳에서 메세지와 신호를 만들 수 있습니다. 또한 DBC파일을 생성할 때에도 이곳에서 작업이 이루어 집니다.
* ![](/files/tsCGm4upycTebu8EfKp2): 송신할 메세지와 신호를 만들 때 사용하는 곳입니다.
* ![](/files/tUh7wTcn5doqerCq03LL): DBC파일을 등록한 상태에서 DBC의 정보를 확인 하는 곳입니다.


---

# 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.intrepidcs.com/vspy3-korean/undefined-3.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.
