From 81211f37ec9dd1875dec6b3881284def9bea2e19 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 28 Sep 2012 18:36:50 -0500 Subject: [PATCH] unit: Add DisplayText 1.8.1 data --- unit/stk-test-data.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unit/stk-test-data.h b/unit/stk-test-data.h index 9d0c2f64..bf49e8b8 100644 --- a/unit/stk-test-data.h +++ b/unit/stk-test-data.h @@ -71,6 +71,11 @@ static const unsigned char display_text_response_171[] = { 0x81, 0x03, 0x01, 0x21, 0x80, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x11, }; +static const unsigned char display_text_181[] = { + 0xD0, 0x13, 0x81, 0x03, 0x01, 0x21, 0x80, 0x82, 0x02, 0x81, 0x02, 0x8D, + 0x08, 0x04, 0x3C, 0x41, 0x42, 0x4F, 0x52, 0x54, 0x3E +}; + static const unsigned char display_text_response_181[] = { 0x81, 0x03, 0x01, 0x21, 0x80, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x10, };