System.out.println("Read tag: " + Integer.toString((tag < 0) ? (tag + 256) : tag, 16).toUpperCase());