From 119b1a9562aee0072c034017405df4cc94feaf35 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 2 Nov 2012 23:22:25 +1300 Subject: Add PT502 protocol (fix #75) --- test.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 0e5e5acab..8e25e10b8 100755 --- a/test.sh +++ b/test.sh @@ -59,3 +59,6 @@ echo "15. ev603" echo "16. v680" (echo -n -e "#123456789012345#1000#0#1000#AUT#1#66830FFB#13000.0000,E,6000.0000,N,001.41,259#010112#121600##";) | nc -v localhost 5016 + +echo "17. pt502" +(echo -n -e "\$POS,123456,121700.000,A,6000.0000,N,13000.0000,E,0.0,0.0,010112,,,A/00000,00000/0/23895000//\r\n";) | nc -v localhost 5017 -- cgit v1.2.3