Hi all ,
I have following situation:
- I have a device with test channel (tcp)
- I add a command in command queue with hex value
- I connect to device via telnet
- Get auto response with same hex in result object
Log message:
...
properties : Object
{
hex : "123"
}
response : Object
{
hex : "123"
}
I want to get following response :
...
properties : Object
{
hex : "123"
}
response : "123"
Could you tell me how I can do it ?
Thanks in advance.