<?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: Stepper Motor Interfacing with Parallel Port</title>
	<atom:link href="https://www.emblogic.com/blog/01/stepper-motor-interfacing-with-parallel-port/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/01/stepper-motor-interfacing-with-parallel-port/</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: Mandar</title>
		<link>https://www.emblogic.com/blog/01/stepper-motor-interfacing-with-parallel-port/#comment-558</link>
		<dc:creator><![CDATA[Mandar]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 08:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1674#comment-558</guid>
		<description><![CDATA[it is same as u structure u designed in serial driver....simply define,
parallel_dev
{
     struct cdev cdev;
};]]></description>
		<content:encoded><![CDATA[<p>it is same as u structure u designed in serial driver&#8230;.simply define,<br />
parallel_dev<br />
{<br />
     struct cdev cdev;<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Partap Singh Salathia</title>
		<link>https://www.emblogic.com/blog/01/stepper-motor-interfacing-with-parallel-port/#comment-539</link>
		<dc:creator><![CDATA[Vijay Partap Singh Salathia]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 10:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1674#comment-539</guid>
		<description><![CDATA[I would like to know that what kind of structure I have to designed in parallel port device driver as I have designed scull_device in character device driver and serial_device in serial port device driver..............]]></description>
		<content:encoded><![CDATA[<p>I would like to know that what kind of structure I have to designed in parallel port device driver as I have designed scull_device in character device driver and serial_device in serial port device driver&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandar</title>
		<link>https://www.emblogic.com/blog/01/stepper-motor-interfacing-with-parallel-port/#comment-535</link>
		<dc:creator><![CDATA[Mandar]]></dc:creator>
		<pubDate>Sat, 21 Jan 2012 13:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1674#comment-535</guid>
		<description><![CDATA[after u made all the connections....in driver we simply send data on parallel port data register (which is connected to stepper motor through ULN 2003) and according to the sequence send to motor motor will rotate in either clockwise or anticlockwise  direction...]]></description>
		<content:encoded><![CDATA[<p>after u made all the connections&#8230;.in driver we simply send data on parallel port data register (which is connected to stepper motor through ULN 2003) and according to the sequence send to motor motor will rotate in either clockwise or anticlockwise  direction&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandar</title>
		<link>https://www.emblogic.com/blog/01/stepper-motor-interfacing-with-parallel-port/#comment-534</link>
		<dc:creator><![CDATA[Mandar]]></dc:creator>
		<pubDate>Sat, 21 Jan 2012 13:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1674#comment-534</guid>
		<description><![CDATA[To interface stepper motor with parallel port requirement is--&gt;
1. Parallel port 25 pin male connector.
2. Stepper motor.
3. ULN 2003 IC.
4. 24V power supply. 

we our case we used permanant magnet type unipolar stepper motor with step angle of 7.5.
and IC ULN 2003 is used to drive motor because output voltage and current available from PC(parallel port) is not sufficient to drive motor...
read ULN 2003 datasheet and Basic working of stepper motor before starting to work on actual hardware....]]></description>
		<content:encoded><![CDATA[<p>To interface stepper motor with parallel port requirement is&#8211;&gt;<br />
1. Parallel port 25 pin male connector.<br />
2. Stepper motor.<br />
3. ULN 2003 IC.<br />
4. 24V power supply. </p>
<p>we our case we used permanant magnet type unipolar stepper motor with step angle of 7.5.<br />
and IC ULN 2003 is used to drive motor because output voltage and current available from PC(parallel port) is not sufficient to drive motor&#8230;<br />
read ULN 2003 datasheet and Basic working of stepper motor before starting to work on actual hardware&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Partap Singh Salathia</title>
		<link>https://www.emblogic.com/blog/01/stepper-motor-interfacing-with-parallel-port/#comment-533</link>
		<dc:creator><![CDATA[Vijay Partap Singh Salathia]]></dc:creator>
		<pubDate>Sat, 21 Jan 2012 05:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1674#comment-533</guid>
		<description><![CDATA[I would like to know that how to use stepper motor with Parallel Port..... What output we will send to parallel port for running stepper motor and what are hardware requirements for implementing the stepper motor project??????]]></description>
		<content:encoded><![CDATA[<p>I would like to know that how to use stepper motor with Parallel Port&#8230;.. What output we will send to parallel port for running stepper motor and what are hardware requirements for implementing the stepper motor project??????</p>
]]></content:encoded>
	</item>
</channel>
</rss>
