Open GoogleCodeExporter opened 9 years ago
Hi,
I managed to compile with the following code modification:
13c13
< #include <libusb-1.0/libusb.h>
---
> //#include <libusb-1.0/libusb.h>
292c292
< printf("%2zd: %s %8.6f %8.6f %3d %2d %3u %2u %1d %5d %5d %5d %5d %u\n",
---
> printf("%2d: %s %8.6f %8.6f %3d %2d %3u %2u %1d %5d %5d %5d %5d %u\n",
416c416
< "\t-i</dev/cu.usbserial> read from device\n"
---
> "\t-i</dev/ttyUSB?> read from device\n"
527c527
< set_speed(hin,&nterm,B115200);
---
> set_speed(hin,&nterm,B921600);
616c616
< set_speed(hin,&nterm,B115200);
---
> set_speed(hin,&nterm,B921600);
But when running the command, there is only this output:
GR260 found.
Firmware version: 2.01
and it seems to hang. It has to be killed from another terminal. Trying to use
CTRL-C to terminate the program causes the machine to hang, which does not
respond to keyboard or mouse.
Any hint to trouble shoot?
Original comment by niuwensh...@gmail.com
on 13 Jun 2013 at 12:03
Original issue reported on code.google.com by
niuwensh...@gmail.com
on 11 Apr 2012 at 3:02