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

<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>2010-05-24T12:22:10+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6111</id>
<entry>
<author><name><![CDATA[FabinovX]]></name></author>
<updated>2010-05-24T12:22:10+01:00</updated>
<published>2010-05-24T12:22:10+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26880#p26880</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26880#p26880"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26880#p26880"><![CDATA[
<blockquote><div><cite>siempre.aprendiendo wrote:</cite><br /><blockquote class="uncited"><div>I have zig2serial connected to my USB2Dynamixel and have started a project a month ago to get position of AX12 and some sensors values from CM510 using a .tsk dedicated program.<br />but i'm at the limit of tsk possibilities and i will need some arrays when programming the CM510.<br /></div></blockquote><br /><br />May be you can use the tsk program as only a connector , read/write from/to the sensors and servos to/from the PC.</div></blockquote><br /><br />this is what it try to do in fact, but there is a lot of datas to give to one actuator.<br />So, with 18 actuators + sensors, it is really difficult to have something reactive.<br /><br /><blockquote class="uncited"><div><br /><blockquote class="uncited"><div>My ability to program firmware is near absolut 0, <br />i'm new in robotics and i'm learning c++ since i got my Premium but visual c++ is quite hard to master when you're a beginner, so it will be a long way for me to reach my goal which is to use my PC as a controller/'brain' for my bioloid.<br /></div></blockquote><br /><br />Do you know any other programming language (Java, C#, ... )? </div></blockquote><br />unfortunatly NO<br /><br /><blockquote class="uncited"><div><br /><blockquote class="uncited"><div>if you have the same goal, then maybe we can join our efforts to get some results more quickly.<br /></div></blockquote><br /><br />I usually use the PDA/PC as the brain. You can AntOne 2 and BudaOne as two examples in <a href="http://www.youtube.com/siempreaprendiendo" class="postlink">my youtube channel</a> or <a href="http://www.siempreaprendiendo.es" class="postlink">website</a> (spanish/english)</div></blockquote><br />It's really impressive, i think i've some work to get at your knowledge level !<br /><br /><blockquote class="uncited"><div><br /><blockquote class="uncited"><div>hasta la vista.<br /></div></blockquote><br /><br />¿&quot;Hablas&quot; español? <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> ¿De dónde eres?<br />(Do you speak spanish? Where are you from?)</div></blockquote><br /><br />Claro, hablo un poco porque my madre es de Espana. pero soy Frances.<br />Soy de Tolosa.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1934">FabinovX</a> — Mon May 24, 2010 12:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2010-05-23T22:57:25+01:00</updated>
<published>2010-05-23T22:57:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26873#p26873</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26873#p26873"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26873#p26873"><![CDATA[
It works!<br /><br />Well, at least I have managed to create a toss mode program, and then it has been very simple to create a &quot;device mode&quot; for CM-510.<br /><br />Now I will clean up the code and write the &quot;answers&quot; with the sensors values  <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />Finally I have used the new Robotis libraries.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Sun May 23, 2010 10:57 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2010-05-22T09:58:32+01:00</updated>
<published>2010-05-22T09:58:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26862#p26862</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26862#p26862"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26862#p26862"><![CDATA[
I have tried it, the &quot;monitoring way&quot; but it doesn´t work , <a href="http://www.siempreaprendiendo.es/english/Read_Write_.c" class="postlink">I have modified the read_write.c example</a>. <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" /><br /><br />Next I will try another way, it's easier but I think it's less interesting, at least for me. A C program that receives the queries and answers them, but not using the dynamixel protocol. Something like the console CM-510 manage mode.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Sat May 22, 2010 9:58 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2010-05-16T01:52:48+01:00</updated>
<published>2010-05-16T01:52:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26790#p26790</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26790#p26790"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26790#p26790"><![CDATA[
<blockquote><div><cite>billyzelsnack wrote:</cite><br />If you're not using roboplus then I don't think there is a problem as long as you follow the dynamixel protocol/conventions in your new firmware.<br /><br />Write a firmware that can interpret the basic dynamixel packet protocol ( 0xff, 0xff, id, length, .. , checksum ( off the top of my head ) ). If the packet has the made up id for your sensors then read the sensor and write it back in a response packet. The actual packet data is up to you.<br /><br />Or.. Maybe I still am completely not understanding you? Doh.<br /></div></blockquote><br /><br />Thanks billyzelsnack. <br /><br />I didn't understand your solution because I thought that every dynamixel only receives the packets addressed to them. <br /><br />But reading some code from Jon Hylands it seems that they receives all the packets, as you said.<br /><br />Today is very late (0:52 + 2), tomorrow I will do some tests <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Sun May 16, 2010 1:52 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2010-05-15T22:53:17+01:00</updated>
<published>2010-05-15T22:53:17+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26789#p26789</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26789#p26789"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26789#p26789"><![CDATA[
I think I have found the answer <a href="http://websvn.hylands.org" class="postlink">in the source code generously shared</a> by Jon &amp; Dave Hylands.<br /><br />Again, BIG thanks to them.<br /><br />Of course, if I'm able to achieve it to work, I will publish it<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Sat May 15, 2010 10:53 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2010-05-15T11:23:48+01:00</updated>
<published>2010-05-15T11:23:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26782#p26782</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26782#p26782"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26782#p26782"><![CDATA[
Sorry for the delay, I have been very busy with other non-bioloid project I have in mind <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /> <br /><br /><blockquote><div><cite>FabinovX wrote:</cite><br />you can try here to get some datas from sensors using personal firmware : <br /><!-- m --><a class="postlink" href="http://support.robotis.com/en/software/embeded_c/example/ir_sensor.htm">http://support.robotis.com/en/software/ ... sensor.htm</a><!-- m --><br />then make your own packet.<br /></div></blockquote><br /><br />I know there are examples about how to read sensors and dynamixel data. Anyway, thanks for answering <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br /><br />But my doubt is about <br /><br /><span style="color: blue">[Edited]</span> how to program the CM-5/CM-510 to act as it &quot;was&quot; another dynamixel, that could be queried from the usb2dynamixel using certain ID<br /><br /><blockquote class="uncited"><div><br />which kind of link do you use between PC and CM510 ?<br /></div></blockquote><br /><br />I use a serial&lt;-&gt;bluetooth adaptor<br /><br />...<br /><br /><blockquote class="uncited"><div><br />I have zig2serial connected to my USB2Dynamixel and have started a project a month ago to get position of AX12 and some sensors values from CM510 using a .tsk dedicated program.<br />but i'm at the limit of tsk possibilities and i will need some arrays when programming the CM510.<br /></div></blockquote><br /><br />May be you can use the tsk program as only a connector , read/write from/to the sensors and servos to/from the PC.<br /><br /><blockquote class="uncited"><div><br />My ability to program firmware is near absolut 0, <br />i'm new in robotics and i'm learning c++ since i got my Premium but visual c++ is quite hard to master when you're a beginner, so it will be a long way for me to reach my goal which is to use my PC as a controller/'brain' for my bioloid.<br /></div></blockquote><br /><br />Do you know any other programming language (Java, C#, ... )? <br /><br /><blockquote class="uncited"><div><br />if you have the same goal, then maybe we can join our efforts to get some results more quickly.<br /></div></blockquote><br /><br />I usually use the PDA/PC as the brain. You can AntOne 2 and BudaOne as two examples in <a href="http://www.youtube.com/siempreaprendiendo" class="postlink">my youtube channel</a> or <a href="http://www.siempreaprendiendo.es" class="postlink">website</a> (spanish/english)<br /><br /><blockquote class="uncited"><div><br />hasta la vista.<br /></div></blockquote><br /><br />¿&quot;Hablas&quot; español? <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> ¿De dónde eres?<br />(Do you speak spanish? Where are you from?)<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Sat May 15, 2010 11:23 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[billyzelsnack]]></name></author>
<updated>2010-04-27T21:24:46+01:00</updated>
<published>2010-04-27T21:24:46+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26553#p26553</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26553#p26553"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26553#p26553"><![CDATA[
If you only have minimal elements required for your array you can emulate them with a couple function calls and a lot of if statements. It's not only tedious and error prone, but you also only have a limited number of variables in Roboplus. However.. You can make it to work. I used it for my Bioloid bigtrak project..<br /><br /><!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?p=22972&amp;highlight=">http://robosavvy.com/forum/viewtopic.ph ... highlight=</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=459">billyzelsnack</a> — Tue Apr 27, 2010 9:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[FabinovX]]></name></author>
<updated>2010-04-26T21:22:42+01:00</updated>
<published>2010-04-26T21:22:42+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26547#p26547</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26547#p26547"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26547#p26547"><![CDATA[
you can try here to get some datas from sensors using personal firmware : <br /><!-- m --><a class="postlink" href="http://support.robotis.com/en/software/embeded_c/example/ir_sensor.htm">http://support.robotis.com/en/software/ ... sensor.htm</a><!-- m --><br />then make your own packet.<br /><br />which kind of link do you use between PC and CM510 ?<br />if you use ZIG you can also have a look at : <br /><!-- m --><a class="postlink" href="http://support.robotis.com/en/software/embeded_c/example/rc100_zigbee.htm">http://support.robotis.com/en/software/ ... zigbee.htm</a><!-- m --><br /><br />and you will also really  interested in zig2serial SDK.<br /><br />I have zig2serial connected to my USB2Dynamixel and have started a project a month ago to get position of AX12 and some sensors values from CM510 using a .tsk dedicated program.<br />but i'm at the limit of tsk possibilities and i will need some arrays when programming the CM510.<br />Unfortunatly there is no way to use arrays in roboplus task.<br />i asked ROBOTIS the possibility to emulate arrays through virtual out of range dynamixel ID, but they told me they didn't plan for that kind of thing for the moment.<br />My ability to program firmware is near absolut 0, <br />i'm new in robotics and i'm learning c++ since i got my Premium but visual c++ is quite hard to master when you're a beginner, so it will be a long way for me to reach my goal which is to use my PC as a controller/'brain' for my bioloid.<br /><br />if you have the same goal, then maybe we can join our efforts to get some results more quickly.<br /><br />hasta la vista.<br />Cheers<br />FabinovX<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1934">FabinovX</a> — Mon Apr 26, 2010 9:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2010-05-15T23:48:49+01:00</updated>
<published>2010-04-26T18:54:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26543#p26543</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26543#p26543"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26543#p26543"><![CDATA[
<blockquote><div><cite>Fritzoid wrote:</cite><br />A program can easily read the analog sensors using command mode.  CID 200 (0xC8) is the servo ID for the the main controller (CM-5 or CM-510).  The analog sensor readings are saved in the control table and are accessible using a read data instruction.  The address you use is 80 (0x50).  For some strange reason there are additional sets of sensor readings at other addresses (0x56 and 0x68).  You can see them all if you use the dump command after setting your CID to 200.<br /><br />This functionality is provided by the firmware's command processor so the input must come from the PC serial connection.  You could not send it from another device on the dynamixel bus and expect a response.  I would not expect it to work in Toss mode either.<br /><br />If you monitor the traffic between your controller and RoboPlus Manager when it's displaying the ext. equipment page you can see how Robotis does it.<br /></div></blockquote><br /><br />Humm, very interesting. It's a pity that Robotis doesn't open source their CM-5/CM-510 code, as <a href="http://cache.lego.com/upload/contentTemplating/Mindstorms2SupportFilesDownloads/otherfiles/downloadFB842EE43BE6CF0EA4B32EAC717B8AB6.zip" class="postlink">Lego Mindstorms</a> do in their <a href="http://mindstorms.lego.com/en-us/support/files/Advanced.aspx" class="postlink">advanced site</a><br /><br /><span style="color: red">[Edited]  Well, a least Robotis has published the <a href="http://support.robotis.com/en/software/dynamixelsdk.htm" class="postlink">source code of the dynamixel SDK</a> <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /></span><br /><br />I think I only would need the monitor firmware source code <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" />                               <br /><br /><br />Thanks for the information!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Mon Apr 26, 2010 6:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2010-04-26T18:46:28+01:00</updated>
<published>2010-04-26T18:46:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26542#p26542</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26542#p26542"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26542#p26542"><![CDATA[
That is the problem, billyzelsnack<br /><br />The new sensors are <span style="text-decoration: underline">not </span>supported/included in the dynamixel protocol, they are <span style="text-decoration: underline">not</span> another dynamixel element, as it is the AX-S1, for example.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Mon Apr 26, 2010 6:46 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[billyzelsnack]]></name></author>
<updated>2010-04-26T17:13:31+01:00</updated>
<published>2010-04-26T17:13:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26541#p26541</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26541#p26541"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26541#p26541"><![CDATA[
If you're not using roboplus then I don't think there is a problem as long as you follow the dynamixel protocol/conventions in your new firmware.<br /><br />Write a firmware that can interpret the basic dynamixel packet protocol ( 0xff, 0xff, id, length, .. , checksum ( off the top of my head ) ). If the packet has the made up id for your sensors then read the sensor and write it back in a response packet. The actual packet data is up to you.<br /><br />Or.. Maybe I still am completely not understanding you? Doh.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=459">billyzelsnack</a> — Mon Apr 26, 2010 5:13 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2010-04-26T11:36:30+01:00</updated>
<published>2010-04-26T11:36:30+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26540#p26540</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26540#p26540"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26540#p26540"><![CDATA[
A program can easily read the analog sensors using command mode.  CID 200 (0xC8) is the servo ID for the the main controller (CM-5 or CM-510).  The analog sensor readings are saved in the control table and are accessible using a read data instruction.  The address you use is 80 (0x50).  For some strange reason there are additional sets of sensor readings at other addresses (0x56 and 0x68).  You can see them all if you use the dump command after setting your CID to 200.<br /><br />This functionality is provided by the firmware's command processor so the input must come from the PC serial connection.  You could not send it from another device on the dynamixel bus and expect a response.  I would not expect it to work in Toss mode either.<br /><br />If you monitor the traffic between your controller and RoboPlus Manager when it's displaying the ext. equipment page you can see how Robotis does it.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Mon Apr 26, 2010 11:36 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2010-04-25T23:24:01+01:00</updated>
<published>2010-04-25T23:24:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26539#p26539</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26539#p26539"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26539#p26539"><![CDATA[
Nop, I'm not using roboplus. My doubts is about how to do it using embedded C. But if there is an easier way to read the sensors from a PC (with usb2dynamixel) I have no problem of using it <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>usb2dynamixel &#40;PC&#41; &lt;-&gt; embedded C &#40;CM-510&#41; &lt;-&gt; sensors<br /><br />            ^                                           ^<br />send query to CM-510      receives query from PC, <br />                                         read data from the sensors<br />                                         send data to PC</code></dd></dl><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Sun Apr 25, 2010 11:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[billyzelsnack]]></name></author>
<updated>2010-04-25T21:08:51+01:00</updated>
<published>2010-04-25T21:08:51+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26538#p26538</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26538#p26538"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26538#p26538"><![CDATA[
I guess since you are using roboplus that complicates things. I can see it as possible by writing your own firmware that can interpret the Roboplus tsk, but that's a whole lot of extra work.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=459">billyzelsnack</a> — Sun Apr 25, 2010 9:08 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[FabinovX]]></name></author>
<updated>2010-04-25T10:55:31+01:00</updated>
<published>2010-04-25T10:55:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26536#p26536</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26536#p26536"/>
<title type="html"><![CDATA[How can sensors be read from PC with usb2dynamixel or toss?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6111&amp;p=26536#p26536"><![CDATA[
Hi, <br />maybe i'm wrong but i don't think you will be able to read datas with <br />broadcast Id, you will just be able to write datas with this special Id. <br />In order to read data sensors through cm510 and USB2Dynamixel, roboplus manager do it, so i think we can do it too.<br />unfortunately i don't know how ...<br />you may ask at ROBOTIS BOARD, i'm shure they will tell you how to do it.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1934">FabinovX</a> — Sun Apr 25, 2010 10:55 am</p><hr />
]]></content>
</entry>
</feed>