<?xml version="1.0" encoding="utf-8" ?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
				<channel rdf:about="http://www.8051projects.net/">
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>
				<dc:language>en-gb</dc:language>
				<dc:date>2008-12-01T23:04:03-08:00</dc:date>
				<dc:creator>contact@nospam.com</dc:creator>
				<admin:generatorAgent rdf:resource="http://e107.org" />
				<admin:errorReportsTo rdf:resource="mailto:contact@nospam.com" />
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>
				<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
				<items>
				<rdf:Seq>
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10461.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>HI;I would like to know how to send data from a laptop in a vehicle to a computer which is located far away in a building. Example:Send 00000107 which is read by an RFID reader from a tag and then from RS 232 , it is displayed on the computer screen(TELNET ) . Now this displayed data has to be transmistted to a computer in a Building.....</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Re: Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>is "00000107" this decimal hex or a string?to transfer.. you can use the ezserver software which i used for home automation project.</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Re: Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator>Mushahid</dc:creator>
						<dc:subject></dc:subject>
						<description>It is a patient data ID..which can be any number.....It is a string....Which is displayed on TELNET on a PC and it has to be sent to the hospital PC , so that the hospital is  ready with the patient information when the patient arrives ,thus saving crucial seconds..</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Re: Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator>Mushahid</dc:creator>
						<dc:subject></dc:subject>
						<description>THE RFID reader reads the code fro the tag and sends to the computer via RS 232. The computer displays the read data on the TELNET screen. This data read should be sent to another computer in the hospital some miles away. I was thinking about using C++ to write a code for TCP commmunication and which reads the data and sends to the computer at hospital using wireless.... I am not too good at programming ...that is an issue with me....</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Re: Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>I am not able to get your properly..you are getting data from RFID reader then it goes to a PC via RS232 or telnet?if rs232 then its easy to transmit if telnet then you need to make a telnet forwarding client kind of software (using VB or something).can you tell me how the string is being terminated? if sent via rs232. Termination means the last character any &#092;r or &#092;n is available or not?</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Re: Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>just do a small testing..connect the reader to com port of PC, open haserver or ezserver (download from website) now try connecting from other computer to server PC via telnet. See if you are getting the string on your remote telnet window or not.</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Re: Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator>Mushahid</dc:creator>
						<dc:subject></dc:subject>
						<description>I will try it now....Thanks</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Re: Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator>Mushahid</dc:creator>
						<dc:subject></dc:subject>
						<description>I am not getting it..I have downloaded ezserver....2.0 ver.....and opened hyperterminal on the other computer.....and no display of string...The string is displayed on my PC where the RS 232 is connected to the Reader...so how do I connect the server PC via Hyper terminal.</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Re: Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator>shyam</dc:creator>
						<dc:subject></dc:subject>
						<description>well first of all...how far can the remote PC be from your laptop??</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10461.html">
						<title>Re: Data transmission</title>
						<link>http://www.8051projects.net/forum-t10461.html</link>
						<dc:date>2008-12-01T23:04:03-08:00</dc:date>
						<dc:creator>Mushahid</dc:creator>
						<dc:subject></dc:subject>
						<description>The PC is located miles away. let us assume it to be 10 km away. And the ambulance has to transfer the patient code  to the hospital before it gets there, lest it should serve the purpose.</description>
						</item>
				</rdf:RDF>