From a3441d3bcd02ec48e408957dfdc61dc6850bc339 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 21 Oct 2012 17:44:59 +1300 Subject: Add JT600 support (fix #58) --- test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test.sh') diff --git a/test.sh b/test.sh index b7e09f7f8..e870f173c 100755 --- a/test.sh +++ b/test.sh @@ -44,3 +44,12 @@ echo "10. maxon" echo "11. st210" (echo -n -e "SA200STT;123456;042;20120101;12:11:00;16d41;-15.618767;-056.083214;000.011;000.00;11;1;41557;12.21;000000;1;3205\r";) | nc -v localhost 5011 + +echo "12. progress" + + +echo "13. h02" +(echo -n -e "*HQ,123456789012345,V1,121300,A,6000.0000,N,13000.0000,E,0.00,0.00,010112,ffffffff,000000,000000,000000,000000#";) | nc -v localhost 5013 + +echo "14. jt600" +(echo -n -e "\$\x00\x00\x12\x34\x56\x11\x00\x1B\x01\x01\x12\x12\x14\x00\x60\x00\x00\x00\x13\x00\x00\x00\x0F\x00\x00\x07\x50\x00\x00\x00\x2B\x91\x04\x4D\x1F\xA1";) | nc -v localhost 5014 -- cgit v1.2.3