TCP Socket Commands - atmel-maxtouch/mxt-app GitHub Wiki

TCP Socket Commands

mxt-app supports connection over TCP using an ASCII protocol which allows mxt-app to act as a bridge so that maXTouch propriety tools such as Object Server can access the device.

-C [--bridge-client] *HOST IP_ADDRESS* : Connect over TCP to HOST
-S [--bridge-server] : Start TCP socket server
-p [--port] PORT : TCP port (default 4000)

EXAMPLE:

./mxt-app -C 192.168.1.5 -p4080

Using this command option, the user can make a connection to the maXTouch Studio GUI tool to do full debugging of the device.