D1 and D0 seems doesnt effect the data payload. Do i miss something or is it not implemented ?
CMD> test AT D1
______Raw command:_______________
'<writeln>OK</writeln>'
______Command output:____________
'OK\r\r>'
CMD> test 02010C
______Raw command:_______________
'<pos_answer>0B 40</pos_answer> <header>7EA</header><size>04</size><data>41 0C 0B 40</data>'
______Command output:____________
'7E804410C0B40\r7EA04410C0B40\r\r>'
CMD> test AT D0
______Raw command:_______________
'<writeln>OK</writeln>'
______Command output:____________
'OK\r\r>'
CMD> test 02010C
______Raw command:_______________
'<pos_answer>0B 90</pos_answer> <header>7EA</header><size>04</size><data>41 0C 0B 90</data>'
______Command output:____________
'7E804410C0B90\r7EA04410C0B90\r\r>'
D1 and D0 seems doesnt effect the data payload. Do i miss something or is it not implemented ?