<?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=14168" />

<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>2015-07-07T10:37:22+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=14168</id>
<entry>
<author><name><![CDATA[andrefleitao]]></name></author>
<updated>2015-07-07T10:37:22+01:00</updated>
<published>2015-07-07T10:37:22+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43573#p43573</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43573#p43573"/>
<title type="html"><![CDATA[Re: Serial Communication between CM-510/BeagleBone Black]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43573#p43573"><![CDATA[
Hello CarAlAg<br /><br />The Beaglebone Black (BBB) uses TTL voltage level signals on its serial ports. It has 6 serial ports: <!-- m --><a class="postlink" href="http://beaglebone.cameon.net/home/serial-ports-uart">http://beaglebone.cameon.net/home/serial-ports-uart</a><!-- m --><br /><br />The CM-510 board has other kind of voltage level signals (RS-232) <img src="http://support.robotis.com/en/images/product/auxdevice/controller/cm510_partname.png" alt="Image" /><br /><br />You can see here the difference: <!-- m --><a class="postlink" href="https://www.sparkfun.com/tutorials/215">https://www.sparkfun.com/tutorials/215</a><!-- m --><br /><br />This means that you need a level converter to connect BBB to CM-510 through the serial port. Robosavvy sells this one: <!-- m --><a class="postlink" href="http://robosavvy.com/store/sparkfun-sparkfun-rs232-shifter-smd.html">http://robosavvy.com/store/sparkfun-spa ... r-smd.html</a><!-- m --><br /><br />You'd also need a cable to connect to the serial jack on the CM-510.<br /><img src="http://i.ebayimg.com/00/s/NDY0WDU5Ng==/z/VMYAAOxyaTxTPr1M/$_57.JPG" alt="Image" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=7978">andrefleitao</a> — Tue Jul 07, 2015 10:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[CarAlAg]]></name></author>
<updated>2015-06-30T09:10:07+01:00</updated>
<published>2015-06-30T09:10:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43570#p43570</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43570#p43570"/>
<title type="html"><![CDATA[Re: Serial Communication between CM-510/BeagleBone Black]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43570#p43570"><![CDATA[
Hello again. Forget abou the previous posts because I think I reached that goal. But the real thing here is that <span style="font-weight: bold">I need help in how to understand and making work a serial connection between a BBB and a CM-510</span>.<br /><br />Please, help.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=7975">CarAlAg</a> — Tue Jun 30, 2015 9:10 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[CarAlAg]]></name></author>
<updated>2015-06-23T18:58:07+01:00</updated>
<published>2015-06-23T18:58:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43569#p43569</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43569#p43569"/>
<title type="html"><![CDATA[Re: Serial Communication between CM-510/BeagleBone Black]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43569#p43569"><![CDATA[
Maybe if anybody can just show me how &quot;serial_read&quot; from the seriallib works I could figure out what I need.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=7975">CarAlAg</a> — Tue Jun 23, 2015 6:58 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[CarAlAg]]></name></author>
<updated>2015-06-22T10:04:27+01:00</updated>
<published>2015-06-22T10:04:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43568#p43568</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43568#p43568"/>
<title type="html"><![CDATA[Serial Communication between CM-510/BeagleBone Black]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=14168&amp;p=43568#p43568"><![CDATA[
Hello.<br /><br />This is a cry for help.<br /><br />I'm trying to send a &quot;Hello World&quot; message from the BBB to the CM-510 using the seriallib Robotis provides but I'm not able to achieve anything.<br /><br />In order to simplify things, right now I'm just trying to send a &quot;Hello World&quot; message from the CM-510 to the hyperterminal through the serial port but it's more of the same. I mean, nothing arrives to the hyperterminal.<br /><br />Any idea? has anybody had the same issue?<br /><br />My program is like this (some declarations are unused after):<br /><br />#include &lt;avr/io.h&gt;<br />#include &lt;stdio.h&gt;<br />#include &lt;avr/interrupt.h&gt;<br />#include &quot;serial.h&quot;<br />#include &quot;termios.h&quot;<br />#include &quot;global.h&quot;<br /><br />void main( void )<br />{<br />int x;<br />unsigned char cosa;<br />unsigned char *buffer_rec;<br />unsigned char *buffer_tra;<br />unsigned char *mensaje=&quot;hola_mundoB&quot;;<br /><br />serial_initialize(9600);// USART Initialize<br />sei();<br /><br />printf(&quot;\n inicializado\n&quot;);<br />_delay_ms(3000);<br />    _delay_ms(5000);<br /><br />serial_write(mensaje,18);<br /><br />}<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=7975">CarAlAg</a> — Mon Jun 22, 2015 10:04 am</p><hr />
]]></content>
</entry>
</feed>