RFID reader GP30 reader dont start with a STX. So I change the code so that it can read data from this reader and other that have the same protocol

Dependents:  

Fork of ID12RFID by Simon Ford

The GP30 and other dont start with a STX. So therefore the change..

/media/uploads/gert_lauritsen/imagescope.png

Revision:
3:54393c961233
Parent:
2:4fd9319c3ec3
--- a/GP30-RFID.h	Thu Oct 17 11:42:38 2013 +0000
+++ b/GP30-RFID.h	Thu Oct 17 14:12:24 2013 +0000
@@ -31,7 +31,7 @@
 #define CR 0x0d
 #define LF 0x0a
 #define STX 0x02
-
+/** GP30 interface*/
 class GP30RFID {
 
 public: