<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Re: USB to Parallel Port  Problem</title>
	<atom:link href="https://www.emblogic.com/blog/12/re-usb-to-parallel-port-problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/12/re-usb-to-parallel-port-problem/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: salathia</title>
		<link>https://www.emblogic.com/blog/12/re-usb-to-parallel-port-problem/#comment-3216</link>
		<dc:creator><![CDATA[salathia]]></dc:creator>
		<pubDate>Mon, 17 Dec 2012 11:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5721#comment-3216</guid>
		<description><![CDATA[And compatibility mode is the mode of PPDD not USBDD...... Acc. to the protocol of compatibility mode you must use two pins of Control Register and two pins of Status Register and 8 pins of Data register so total will be 12 pins that is used in compatibility mode and you are trying to use USB port that has only 1 pin for transfer and 1 for receiver. And i do not knw why intelligent guys like you do this silly mistake to use USB port for parallel port device driver......]]></description>
		<content:encoded><![CDATA[<p>And compatibility mode is the mode of PPDD not USBDD&#8230;&#8230; Acc. to the protocol of compatibility mode you must use two pins of Control Register and two pins of Status Register and 8 pins of Data register so total will be 12 pins that is used in compatibility mode and you are trying to use USB port that has only 1 pin for transfer and 1 for receiver. And i do not knw why intelligent guys like you do this silly mistake to use USB port for parallel port device driver&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salathia</title>
		<link>https://www.emblogic.com/blog/12/re-usb-to-parallel-port-problem/#comment-3215</link>
		<dc:creator><![CDATA[salathia]]></dc:creator>
		<pubDate>Mon, 17 Dec 2012 11:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5721#comment-3215</guid>
		<description><![CDATA[As you already told that you have a USB to parallel port cable / converter. But you have written the code for parallel port device driver in compatibility mode. In USB port there are four lines -
 1. Receive Data Rx.
 2. Transfer Data Tx.
 3. Power line for device. Vcc
 4. Ground Gnd.
 Here you are using USB port that is directly attached with your motherboard with some address that is stored in the ROM. but the driver that you have developed is PPDD(Parallel Port Device Driver) that has diff address stored in ROM. If you want to use USB port then you must implement USB port device driver rather then PPDD.......]]></description>
		<content:encoded><![CDATA[<p>As you already told that you have a USB to parallel port cable / converter. But you have written the code for parallel port device driver in compatibility mode. In USB port there are four lines -<br />
 1. Receive Data Rx.<br />
 2. Transfer Data Tx.<br />
 3. Power line for device. Vcc<br />
 4. Ground Gnd.<br />
 Here you are using USB port that is directly attached with your motherboard with some address that is stored in the ROM. but the driver that you have developed is PPDD(Parallel Port Device Driver) that has diff address stored in ROM. If you want to use USB port then you must implement USB port device driver rather then PPDD&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Kumar</title>
		<link>https://www.emblogic.com/blog/12/re-usb-to-parallel-port-problem/#comment-3209</link>
		<dc:creator><![CDATA[Anil Kumar]]></dc:creator>
		<pubDate>Sun, 16 Dec 2012 16:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5721#comment-3209</guid>
		<description><![CDATA[okay,

My question is, How to make interface b/w USB to Parallel Port??]]></description>
		<content:encoded><![CDATA[<p>okay,</p>
<p>My question is, How to make interface b/w USB to Parallel Port??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salathia</title>
		<link>https://www.emblogic.com/blog/12/re-usb-to-parallel-port-problem/#comment-3206</link>
		<dc:creator><![CDATA[salathia]]></dc:creator>
		<pubDate>Sun, 16 Dec 2012 12:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5721#comment-3206</guid>
		<description><![CDATA[You will get the solution by three things:-
First thing is that you have developed parallel port device driver in compatibility mode.
Second thing is that you have USB to parallel port convertor.
Third thing is that you are trying to access USB port through your parallel port device driver.]]></description>
		<content:encoded><![CDATA[<p>You will get the solution by three things:-<br />
First thing is that you have developed parallel port device driver in compatibility mode.<br />
Second thing is that you have USB to parallel port convertor.<br />
Third thing is that you are trying to access USB port through your parallel port device driver.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
