Hello,
someone knows how to extract a regex part (hex number) into a tasker variable?
my approach was (example):
send: \x00\x01\x01\x06\x00\x01
expect: x00\x01\x01\x04\x00(?<myvar>[\x00|\x01])
the command is sucessfully executed, but the variable is empty.
Thx Fabian