I connect to a T400 via Wifi. DataControl software is working. UDP package is sent every second with device information (ip, port, serial). Scanned with WireShark. So far OK.
But when I try to send a simple command with curl or use a browser, I only get an answer with 8 binary bytes:
curl -X GET "http://192.168.5.173:53956/deviceInfo"
03 00 00 00 00 00 00 28
What is my mistake?