# Modbus RTU Over TCP

Modbus RTU, seri haberleşme katmanı için geliştirilmiş bir protokoldür. İçerisinde Modbus TCP 'den farklı olarak MBAP header'ini içermez. Seri portlu (RS232 veya RS485) cihazlar ile Modbus RTU protokolü ile haberleşmek için kullanılır. TCP/IP uygulama katmanında çalıştığı için beraberinde transparent seri-ethernet dönüştürücüler veya terminal sunucuları ile birlikte kullanılır.<br>

![Resim 1 : Modbus RTU Over TCP](https://files.gitbook.com/v0/b/gitbook-legacy-files/o/assets%2F-LLGnZudlzfM63QD-_cp%2F-Ll5xCJLiGbdo0-r8jxZ%2F-Ll5xOTtO8OB1zNuE1mp%2Fmodbusrtuovertcp.png?alt=media\&token=3f9bb6ad-2f08-43d6-968a-c18d34eeeec6)

Resim 1'de görüldüğü gibi , inSCADA Modbus RTU Over TCP protokolü ile Master olarak bir terminal server'e bağlıdır. Terminal server link katmanında ethernet seri dönüşüm ve transparent bir geçişkenlik yapmaktadır. Bu sayede inSCADA ve cihaz arasında protokol mesajları iletilebilmekte ve haberleşme sağlanabilmektedir.

inSCADA platformunda Modbus RTU Over TCP kullanımı Modbus TCP kullanımında anlatılan yapılandırma adımları ile birebir aynıdır. Protokol olarak Modbus RTU Over TCP'yi seçmeniz yeterlidir. Bakınız [Modbus TCP](/ins/inscada-version-2025/haberlesme-protokolleri/modbus/modbus-tcp.md)


---

# 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://inscada.gitbook.io/ins/inscada-version-2025/haberlesme-protokolleri/modbus/modbus-rtu-over-tcp.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.
