<?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://forum.eggheads.org/app.php/feed/topic/665" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2001-12-21T22:19:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/665</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-21T22:19:00-04:00</updated>

		<published>2001-12-21T22:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3017#p3017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3017#p3017"/>
		<title type="html"><![CDATA[Opening and sending numbers to LPT1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3017#p3017"><![CDATA[
Thanks for the help .. sorry for not telling you all the data/info. I was really tired when i wrote the question.<br>btw it worked. (i'm runing slackware8.0 on my machine)<p>Statistics: Posted by Guest — Fri Dec 21, 2001 10:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2001-12-21T21:44:00-04:00</updated>

		<published>2001-12-21T21:44:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3016#p3016</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3016#p3016"/>
		<title type="html"><![CDATA[Opening and sending numbers to LPT1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3016#p3016"><![CDATA[
Is this for windows or linux?<br><br>First step is opening the port:<br><br>For DOS/Windows 95/98, this might work:<br><br>set fp [open "LPT1:" "r+"]<br><br>You might also try \.lpt1 ("\\.\lpt1")<br><br>For linux, try /dev/lp0<br><br>Then to output the 1... I'm not sure if you meant the string "1" like normal, or binary "1".<br>string: puts -nonewline $fp "1"<br>binary: puts -nonewline $fp [binary format c 1]<br>flush $fp<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Dec 21, 2001 9:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-21T09:11:00-04:00</updated>

		<published>2001-12-21T09:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3003#p3003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3003#p3003"/>
		<title type="html"><![CDATA[Opening and sending numbers to LPT1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3003#p3003"><![CDATA[
Well first of all it's my own machine.. and i'm going to have some LEDs connected to the LPT1 port and i want them to light up at diffrent times using my bots.<p>Statistics: Posted by Guest — Fri Dec 21, 2001 9:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-21T01:56:00-04:00</updated>

		<published>2001-12-21T01:56:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2987#p2987</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2987#p2987"/>
		<title type="html"><![CDATA[Opening and sending numbers to LPT1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2987#p2987"><![CDATA[
And why would you want to do this?<br><br>I doubt anyone will help you if this is possible, that would be very annoying for sysadmin's.<p>Statistics: Posted by Guest — Fri Dec 21, 2001 1:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-21T00:57:00-04:00</updated>

		<published>2001-12-21T00:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2985#p2985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2985#p2985"/>
		<title type="html"><![CDATA[Opening and sending numbers to LPT1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2985#p2985"><![CDATA[
Is it possible with TCL to open and send a 1 (the number 1) to the LPT1 port?<br>And how ? =)<p>Statistics: Posted by Guest — Fri Dec 21, 2001 12:57 am</p><hr />
]]></content>
	</entry>
	</feed>
