@Override
public void actionPerformed(ActionEvent e) {
// create the usb thread
SimbuckUSBComms USBcomm = new SimbuckUSBComms((short)0x04D8, (short)0x003C);
String msg[] = new String[1];
msg[0] = "08 00 00";
ArrayList al = new ArrayList(USBcomm.TransferBuffer(msg[0])); // - Works
if (!al.isEmpty()) {
StringBuilder str = new StringBuilder();
//int responseSize = Integer.parseInt(al.get(2).toString(), 16);