Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:netzer:serialserver [2011/12/08 21:55] – created holtmann | en:netzer:serialserver [2025/06/11 20:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Using the serial server, access to different serial interfaces is possible via a TCP/ | Using the serial server, access to different serial interfaces is possible via a TCP/ | ||
| - | In version 1.4, the following interfaces are supported: | + | Since **version 1.2**, the following interfaces are supported: |
| - | * Asynchronous serial interace full-duplex - UART | + | |
| - | * Synchronous serial interface full-duplex - SPI Master | + | |
| - | * TCP/IP - modem at synchronous serial interface half-duplex - SPI Slave | + | |
| - | * Two-Wire interface- I2C Master | + | |
| - | {{:de:netzer:serialservermodes.gif? | + | * Asynchronous serial interace full-duplex - [[UART]] |
| + | * Synchronous serial interface full-duplex - [[SPI Master|SPI Master]] | ||
| + | * TCP/IP - modem at synchronous serial interface half-duplex (**now done by separate project!**) - [[SPI Slave]] | ||
| + | * Two-Wire interface- [[I2C Master]] | ||
| + | |||
| + | Since **version 1.5pro** the [[I2C Monitor]] mode is supported. | ||
| + | |||
| + | {{serialservermodes.gif? | ||
| The interface as well as the TCP/IP-port of the serial server are set on the website with the general settings. The new settings always become only active after restart of the Netzer. | The interface as well as the TCP/IP-port of the serial server are set on the website with the general settings. The new settings always become only active after restart of the Netzer. | ||
| - | The interfaces occupy different [[de:netzer:io|IOs]] of the Netzer. A free configuration of those is then not possible from the [[de:netzer:io#Hauptseite|GPIO-main page]]. | + | The interfaces occupy different [[io|IOs]] of the Netzer. A free configuration of those is then not possible from the [[io#main-page|GPIO-main page]]. |
| Apart from the TCP/ | Apart from the TCP/ | ||
| Line 20: | Line 23: | ||
| A receive buffer and a send buffer are interposed between the TCP/ | A receive buffer and a send buffer are interposed between the TCP/ | ||
| + | |||
| ====== Settings ====== | ====== Settings ====== | ||
| - | {{:de:netzer:serialsettings.gif? | + | {{serialsettings.gif? |
| ===== SPI ===== | ===== SPI ===== | ||
| Line 40: | Line 45: | ||
| <note important> | <note important> | ||
| - | |||