#include <readline/history.h>
-unsigned char seq=0;
-
//This routine locates a scope by VID/PID and returns an opened handle to it.
usb_dev_handle *find_scope() {
struct usb_bus *bus;
unsigned char *buff;
int len,r,i;
int cmdlen = strlen(cmd);
+ static unsigned char seq=0;
+
buff=malloc(0x40);
seq++;