<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/3133" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-05-11T07:15:54+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/3133</id>

		<entry>
		<author><name><![CDATA[rb20e]]></name></author>
		<updated>2010-05-11T07:15:54+02:00</updated>

		<published>2010-05-11T07:15:54+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3133&amp;p=14422#p14422</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3133&amp;p=14422#p14422"/>
		<title type="html"><![CDATA[Re: libusbjava]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3133&amp;p=14422#p14422"><![CDATA[
Hi,<br /><br />could you attach your code for this please? Im keen to see how you implemented this. <br /><br />Im kind of in the same place you were. can read fine but cant write out from the pc.<br /><br />Thanks<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3865">rb20e</a> — Tue May 11, 2010 7:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Irwandi]]></name></author>
		<updated>2009-09-12T13:07:16+02:00</updated>

		<published>2009-09-12T13:07:16+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3133&amp;p=10924#p10924</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3133&amp;p=10924#p10924"/>
		<title type="html"><![CDATA[Re: libusbjava ok]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3133&amp;p=10924#p10924"><![CDATA[
<img class="smilies" src="./../../../images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> , I got it<br /> <br />I hard worked, and tricky I got connection between my java program (modified form  ReadWrite.java)<br />the parts of modified code are:<br /><br />                        dev.open(1, 0, -1);<br />                        dev.controlMsg(0x40,1,value,0,data,4,5000,false);<br />                        // dev.writeInterrupt(0x81, data,data.length , 2000, false); //not yet working<br />                         <br />                       <br />                        // nBytes = usb_interrupt_read(handle, USB_ENDPOINT_IN | 1 , (char *)buffer, sizeof(buffer), 700000 * 1000);<br />                        //readInterrupt(int in_ep_address, byte[] data, int size, int timeout, boolean reopenOnTimeout) <br />                        for(int i=1;i&lt;10;i++){<br />                        dev.readInterrupt(0x81, readData, readData.length, 700000*1000, false);<br />                        System.out.println(&quot;keypressed &quot;+readData[0]+&quot; &quot;+readData[1]+&quot; &quot;+readData[2]+&quot; &quot;+readData[3]);<br /><br />the firmware modified form CustomClass especially from custom-class. From host to device use controlmsg, while from device to host use interrupt.<br />I have problem to use interrupt for both.<br /><br />If finish I will attach my projects in V-USB, and thank for this company for my hobby.<br /><br />Best regards.<br /><!-- e --><a href="mailto:wandiufo@gmail.com">wandiufo@gmail.com</a><!-- e --><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2671">Irwandi</a> — Sat Sep 12, 2009 1:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Irwandi]]></name></author>
		<updated>2009-08-16T20:19:42+02:00</updated>

		<published>2009-08-16T20:19:42+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3133&amp;p=10559#p10559</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3133&amp;p=10559#p10559"/>
		<title type="html"><![CDATA[libusbjava]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3133&amp;p=10559#p10559"><![CDATA[
Dear vusb users<br />I interest to make java based application to control the vusb devices.<br />I want to connect to custom-class firmware by using java via libusbjava.<br />Can someone help me how to connect the vusb device by using libusbjava library?<br /><br />Best regards,<br />Irwandi<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2671">Irwandi</a> — Sun Aug 16, 2009 8:19 pm</p><hr />
]]></content>
	</entry>
	</feed>
