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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-02-05T23:10:52+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-02-05T23:10:52+02:00</updated>

		<published>2010-02-05T23:10:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=198&amp;p=13160#p13160</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=198&amp;p=13160#p13160"/>
		<title type="html"><![CDATA[Re: LPT virtual ports]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=198&amp;p=13160#p13160"><![CDATA[
Hi,<br /><br />at first:<br />The commercially availiable USB2LPT convertors does not create another virtual LPT port in the PC, BUT <a href="http://www-user.tu-chemnitz.de/~heha/bastelecke/Rund%20um%20den%20PC/USB2LPT/ul-15.htm.en" class="postlink">HERE</a> is something magic that is supported by the driver that creates another LPT!<br /><br />at second:<br /><blockquote class="uncited"><div>Supports multiple endpoints: one control endpoint, two interrupt/bulk-in endpoints and up to 7 interrupt/bulk-out endpoints. (Bulk endpoints are forbidden for low speed devices by the USB standard.)</div></blockquote><br />..This is the feature description from the V-USB mainpage at the obdev page. This means it could be possible to implement such FW that will make the AVR usable as a printer (as an inspiration see <div class="codebox"><p>Code: </p><pre><code>http://www.recursion.jp/avrcdc/</code></pre></div>).<br />It would be wonderfull if the AVR printer could be controlled from for example the General Text Only Win32 printer driver!<br />I have one simple question: Is anybody able to do that?  <img class="smilies" src="./../../../images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><p>Statistics: Posted by Guest — Fri Feb 05, 2010 11:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-01-10T23:18:11+02:00</updated>

		<published>2007-01-10T23:18:11+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=198&amp;p=611#p611</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=198&amp;p=611#p611"/>
		<title type="html"><![CDATA[LPT virtual ports]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=198&amp;p=611#p611"><![CDATA[
Yes, it is possible. However, you'll need your own host-side driver. Implementing the printer device class requires at least one bulk endpoint which is not supported by low speed USB devices.<br /><br />If you write your own host-side driver, you can choose a protocol based on control- and interrupt-endpoints only.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Jan 10, 2007 11:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ksz]]></name></author>
		<updated>2007-01-10T04:10:58+02:00</updated>

		<published>2007-01-10T04:10:58+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=198&amp;p=604#p604</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=198&amp;p=604#p604"/>
		<title type="html"><![CDATA[LPT virtual ports]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=198&amp;p=604#p604"><![CDATA[
..is it possible to do such a device (USB-LPT) in system visible as additional LPT port?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=127">ksz</a> — Wed Jan 10, 2007 4:10 am</p><hr />
]]></content>
	</entry>
	</feed>
