static int hexMode = HEXMODE;
-static const char trbcmd_version[] = "$Revision: 2.29 $";
+static const char trbcmd_version[] = "$Revision: 2.30 $";
/* ---- User Buffers --------------------------------------------------- */
#define NUM_ENDPOINTS 512
-#define READ_MEM_BUFFER_SIZE (NUM_ENDPOINTS * (32768 + 2))
-#define READ_IPU_BUFFER_SIZE (10 * 1024)
+#define READ_MEM_BUFFER_SIZE (NUM_ENDPOINTS * (0x3fff + 2))
+#define READ_IPU_BUFFER_SIZE (5 * 1024 * 1024)
/* ------ MAIN ---------------------------------------------------------- */