-
Hi,
i tested the dll extensively under windows and i found a major problem.
I had to drive 3 printers from 3 software instances, each software instance had is own folder with jars and dll,
I found that running the 3 instances togheter gives a lot of problems in opening the device (busy) and several other communication problems that render the library unusable.
To solve the problem i had...
2009-09-08 10:21:28 UTC in Java libusb/libusb-win32 wrapper
-
I reached level 98 and then..... i said no to continue a saved game....now i'm back to level 1
please tell me there's a way to jump back to level 98 without having to do all the levels.
2009-07-06 14:04:41 UTC in Frozen Bubble for Series 60
-
I need to get string descriptors from the device. To be precise i need to have the serial number of the device (when supported by the device itself) so i can specifically address that device even if it changes bus or filename.
Now i can do something like this:
long handle = LibusbJava.usb_open(dev);
if(dev.getDescriptor().getIManufacturer() > 0) {
String manufacturer =...
2009-05-20 09:14:59 UTC in Java libusb/libusb-win32 wrapper
-
seems to work under linux.
i will test it more extensively on both linux and windows during the next weeks.
thank you.
2009-05-20 08:02:23 UTC in Java libusb/libusb-win32 wrapper
-
yeah sorry, i forgot to mention i'm woking on linux.
2009-05-13 09:59:56 UTC in Java libusb/libusb-win32 wrapper
-
I wish to add another observation, the following function in the USB class seems broken to me:
private static Device getRegisteredDevice(short idVendor, short idProduct,
String filename) {
for (Iterator<Device> iter = devices.iterator(); iter.hasNext();) {
Device dev = iter.next();
if (filename != null && dev.getFilename() != null
&&...
2009-05-12 13:16:49 UTC in Java libusb/libusb-win32 wrapper
-
Hi all,
i've read this discussion and i've seen that multiple devices should be handled using the device filename.
Am i wrong or the device filename is unique only when related to the same bus?
Here's the output of my enumeration routine:
Bus 005 Device 001: ID 1d6b/0001
Bus 004 Device 002: ID 0a5f/0098 <------------
Bus 004 Device 001: ID 1d6b/0001
Bus 003 Device 002: ID 0a5f/0098...
2009-05-12 10:47:18 UTC in Java libusb/libusb-win32 wrapper
-
Hi,
i'm trying to configure a drbl server on an existing Debian machine.
I'm using the configuration script drblpush -i.
My problem is that this scripts wants to create a template for the clients that includes the whole /var directory but i also have some big postgres database in there and i don't want to include them in the template.
This also causes a no space left on the client device...
2009-02-10 12:58:00 UTC in Diskless Remote Boot in Linux (DRBL)