Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:netzer:connection [2014/01/05 11:08] – created svesch | en:netzer:connection [2025/06/11 20:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Netzer Connections ====== | ||
| + | ===== Connection data ===== | ||
| + | |||
| + | First you have to localize the Netzer within the network. | ||
| + | You need to know either the IP address or the MDNS name. | ||
| + | More you can find in the article [[start]]. | ||
| + | |||
| + | Furthermore we distinguish between different connection ports: | ||
| + | |||
| + | ^ Destination point ^ Standard port ^ | ||
| + | | Web pages | 80 | | ||
| + | | [[gpioserver|GPIO server]], only project **[[io_project# | ||
| + | | [[serialserver|Net socket (serial server)]], only projects **[[io_project|IO]]** and **[[spislave_project|SPISlave]]** | 64000 | | ||
| + | |||
| + | All standard ports can be changed at will. | ||
| + | |||
| + | |||
| + | ===== Connecting with terminal program ===== | ||
| + | |||
| + | Often only a serial connection should be tested or some GPIOs must be read. | ||
| + | For that reason it is recommended to use a terminal software to connect to one of the Netzer destination points. | ||
| + | |||
| + | ==== Windows ==== | ||
| + | |||
| + | In WindowsXP there was the program HyperTerminal which could establish raw TCP/IP connections. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | An HyperTerminal alternative is **[[http:// | ||
| + | Further variants you can find [[links# | ||
| + | |||
| + | While using **[[http:// | ||
| + | You do not have to use telnet or TCP/IP sockets. | ||
| + | That is also more important if you have to transmit or receive binary data. | ||
| + | |||
| + | com2com establishes a pair of virtual COM ports, which are connected internally. | ||
| + | They are called CNCA0 and CNCB0 for example. | ||
| + | Now you can connect your chosen terminal program with CNCA0. | ||
| + | Sent characters are visible at CNCB0, characters sent on CNCB0 are received within the terminal program. | ||
| + | |||
| + | With com2tcp you can connect CNCB0 via TCP/IP to Netzer. | ||
| + | |||
| + | This [[http:// | ||
| + | |||
| + | |||
| + | === Opening a connection with com2tcp === | ||
| + | |||
| + | - Open command line (Start menu, run, type ' | ||
| + | - Type: < | ||