static int hexMode = HEXMODE;
-static const char trbcmd_version[] = "$Revision: 2.69 $";
+static const char trbcmd_version[] = "$Revision: 2.70 $";
#define BACKLOG 10
static uint16_t tcp_port = 55555;
int i;
#ifdef PEXOR
- const char optString[] = "+hf:n:d:HMVD";
+ const char optString[] = "+hf:n:d:s:HMVD";
pexor_dma = 1;
#else
- const char optString[] = "+hf:n:d:HMV";
+ const char optString[] = "+hf:n:d:s:HMV";
#endif
trb_debug = 0;