Difference between revisions of "FAQ"
| Line 1: | Line 1: | ||
| + | ==General== | ||
| + | === How to make connection from PC === | ||
| + | We suggest to use [http://www.putty.org/ Putty] a simple and free terminal program. Connection can be done via RS232 or TCP/IP. | ||
| + | {| class="wikitable" | ||
| + | ! RS232 Connection | ||
| + | ! TCP/IP Connection | ||
| + | |- | ||
| + | |Determine the number of your PC's RS232 port | ||
| + | |Determine the IP address of CoolMasterNet. It is showed on LCD screen | ||
| + | |- | ||
| + | |colspan="2" | Run and configure Putty as shown below | ||
| + | |- | ||
| + | | | ||
| + | | | ||
| + | |- | ||
| + | |} | ||
| + | |||
==Networking== | ==Networking== | ||
Revision as of 04:55, 15 July 2015
Contents
General
How to make connection from PC
We suggest to use Putty a simple and free terminal program. Connection can be done via RS232 or TCP/IP.
| RS232 Connection | TCP/IP Connection |
|---|---|
| Determine the number of your PC's RS232 port | Determine the IP address of CoolMasterNet. It is showed on LCD screen |
| Run and configure Putty as shown below | |
Networking
How to change IP address and/or other network settings
IP network configuration is made with ifconfig command described in PRM document.
Modbus RTU
How to query or change Modbus Slave Address
Modbus Slave Address is available via line command.
| >line
L1: SA U00/G05 myid:E5 Simul(5) |
To change Modbus Slave Address use line command as shown below:
| >line myid L3 50 |
This command will set Modbus Slave Address 0x50(hexadecimal)