diff --git a/usb2can b/usb2can index 70ec665..b094735 100755 Binary files a/usb2can and b/usb2can differ diff --git a/usb2can.c b/usb2can.c index 0fba9a1..cdeae67 100644 --- a/usb2can.c +++ b/usb2can.c @@ -1187,7 +1187,9 @@ int processing_loop(int kq, int sockFd, struct usb2can_can* can, libusb_context } void printusage() { - printf("usb2can opens a the frist USB2CAN device that it finds and binds to a socket (default address is 2303).\n"); + printf("usb2can V3\n"); + printf("\n"); + printf("usb2can opens either the first or the specified GS USB or candleLight style USB2CAN device and binds to a socket (default address is 2303).\n"); printf("You must #include usb2can.h. Then all messages transmitted & received will be in the format specified in struct can_frame.\n"); printf("\n"); printf("Usage: usb2can /d[nnnn]\n"); diff --git a/usb2can_hy b/usb2can_hy index deee0e0..f1923da 100755 Binary files a/usb2can_hy and b/usb2can_hy differ