I were unable to find information if it is possible to send AT commands over ethernet to FX30. Basically I would like to connect to FX30 over TCP/IP and send AT commands to it.
Is this possible or not?
If it is possible I would like to know also how can I set up static IP address of FX30.
thanks for you reply. So for instance I connect with SSH to 192.168.13.32 and execute the following commands:
microcom /dev/ttyAT
AT+CMGS="+85291234567" It is easy to send text messages. <Ctrl+z>
Use these command to config new IP:
ifconfig eth0 <your_IP>
ifconfig eth0 up
iptables -L -n
iptables -F
iptables -A INPUT -j ACCEPT
iptables -A OUTPUT -j ACCEPT
iptables -A FORWARD -j ACCEPT