<?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/4645" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-07-18T15:02:56+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Vanoid]]></name></author>
		<updated>2010-07-18T15:02:56+02:00</updated>

		<published>2010-07-18T15:02:56+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4645&amp;p=15254#p15254</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4645&amp;p=15254#p15254"/>
		<title type="html"><![CDATA[Writing to VUSB using API only... Is it possible?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4645&amp;p=15254#p15254"><![CDATA[
Hi, everyone! Trying to write to V-USB using only API functions. Later, I want to use V-USB device with Windows CE operation System.<br />Device absolutely functional, because example set-led is still working. I read sources of this example and sources of a driver: &quot;libusb-win32-filter-bin-0.1.12.1&quot;.<br />To light-on led indicator I trying to use in Delphi:<br /> <div class="codebox"><p>Code: </p><pre><code> cmd&#91;0&#93;:=$01;<br /> cmd&#91;1&#93;:=$00;<br /> cmd&#91;2&#93;:=$00;<br /> cmd&#91;3&#93;:=$00;<br /><br /> //$80C LIBUSB_IOCTL_VENDOR_WRITE<br /> DeviceIOControl(HidHandle,$80C,nil,0,addr(cmd),4,res,nil);</code></pre></div><br />No result.<br /><br />Where I can find examples or documentation how to work with this device using native windows API functions? Or, maybe, you can do this?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4133">Vanoid</a> — Sun Jul 18, 2010 3:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
