<?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="http://forum.robosavvy.com/feed.php?f=5&amp;t=2718" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2008-07-17T08:24:54+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=2718</id>
<entry>
<author><name><![CDATA[xyz123456]]></name></author>
<updated>2008-07-17T08:24:54+01:00</updated>
<published>2008-07-17T08:24:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2718&amp;p=16920#p16920</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2718&amp;p=16920#p16920"/>
<title type="html"><![CDATA[Commanding the CMU CAM2 by CM2 controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2718&amp;p=16920#p16920"><![CDATA[
Hi all,<br />       I tried to send the ascii value of carriage return from the CM2 controller. But i am getting a NCK from the CMUCAM2 . Can anyone help me with this. The piece of code i had written is given below:<br /><br />typedef unsigned char byte<br />int main()<br />{<br /><br />     .......<br />     TxD80(13);  //Transmit via serial port<br /><br />     .......<br />}<br /><br />void TxD80(byte c)<br />{<br />       while(!TXD0_READY);  // Wait till transmit buffer is empty<br />       TXD0_DATA = c;        // put data into transmit buffer <br />}<br /><br />Do let me know if there is any error in the implementation.<br /><br />Thanks in advance.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1086">xyz123456</a> — Thu Jul 17, 2008 8:24 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2008-07-16T01:34:15+01:00</updated>
<published>2008-07-16T01:34:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2718&amp;p=16888#p16888</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2718&amp;p=16888#p16888"/>
<title type="html"><![CDATA[Commanding the CMU CAM2 by CM2 controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2718&amp;p=16888#p16888"><![CDATA[
not too familiar with CM2 but if it were CM5 I would first verify that serial communications is in order. for example write a simple echo program that relays back and forth data between the two serial ports and then connect one to the the PC and the other to the CMUcam2<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Wed Jul 16, 2008 1:34 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[xyz123456]]></name></author>
<updated>2008-07-15T09:27:26+01:00</updated>
<published>2008-07-15T09:27:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2718&amp;p=16874#p16874</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2718&amp;p=16874#p16874"/>
<title type="html"><![CDATA[Commanding the CMU CAM2 by CM2 controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2718&amp;p=16874#p16874"><![CDATA[
Hi all,<br />       I am trying to command the CMUcam 2 using the CM2 controller by the TTL serial port of the CMUcam2. <br /><br />I am not able to figure out the method of sending the command to the CMUcam2. For example: The command SF can be sent from the PC to get a frame from the CMUcam2. But how do I send this from the CM2 controller.<br /><br />I tried sending the ascii value of S first then the ascii value of F. But I did not get any response.<br /><br />Can anyone help me out with this.<br /><br />Thanks in advance<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1086">xyz123456</a> — Tue Jul 15, 2008 9:27 am</p><hr />
]]></content>
</entry>
</feed>