<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CAN Message]]></title><description><![CDATA[<p dir="auto">hi every one,</p>
<p dir="auto">does it exist a object of  CANMessage to allow to send message with protocole CAN like :</p>
<pre><code>	        CANMessage can_message;
                can_message = new CANMessage(0b00, 0, 0, 0, 0b0, 0b10000, 0b0101000001, 0, 0, null, false);
               port-&gt;write(can_message );

</code></pre>
]]></description><link>https://forum.qt.io/topic/101487/can-message</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 07:27:00 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/101487.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 05 Apr 2019 19:40:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CAN Message on Fri, 05 Apr 2019 20:58:27 GMT]]></title><description><![CDATA[<p dir="auto">don't worry, i have found how i can do that..<br />
yes it's understand me but he need to configure to talk the same language.<br />
And to do that, i need to send him many trame on serial port .<br />
but i have understand how he did it with class : CANMessage can_message;</p>
<p dir="auto">he created the class, it's not a basic class ..</p>
<p dir="auto">so i need to re created the same class to allow me send the good trame ..</p>
]]></description><link>https://forum.qt.io/post/521538</link><guid isPermaLink="true">https://forum.qt.io/post/521538</guid><dc:creator><![CDATA[martial123]]></dc:creator><pubDate>Fri, 05 Apr 2019 20:58:27 GMT</pubDate></item><item><title><![CDATA[Reply to CAN Message on Fri, 05 Apr 2019 20:53:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/martial123">@<bdi>martial123</bdi></a><br />
Hi<br />
Using CanBus is very not the same as using the serial port.<br />
So what do you want to talk to in the other end ?<br />
Does it even understand CanBus messages ?</p>
]]></description><link>https://forum.qt.io/post/521537</link><guid isPermaLink="true">https://forum.qt.io/post/521537</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Fri, 05 Apr 2019 20:53:45 GMT</pubDate></item><item><title><![CDATA[Reply to CAN Message on Fri, 05 Apr 2019 20:34:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aha_1980">@<bdi>aha_1980</bdi></a><br />
i don't know, i just would like to send messages on serial port with  this form for exemple :<br />
can_message = new CANMessage(0b00, 0, 0, 0, 0b0, 0b10000, 0b0101000001, 0, 0, null, false);</p>
<p dir="auto">i pick that exemple from programme in C#...</p>
]]></description><link>https://forum.qt.io/post/521527</link><guid isPermaLink="true">https://forum.qt.io/post/521527</guid><dc:creator><![CDATA[martial123]]></dc:creator><pubDate>Fri, 05 Apr 2019 20:34:42 GMT</pubDate></item><item><title><![CDATA[Reply to CAN Message on Fri, 05 Apr 2019 20:02:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/martial123">@<bdi>martial123</bdi></a>,</p>
<p dir="auto">are you looking for something like <a href="https://doc.qt.io/qt-5/qcanbusframe.html" target="_blank" rel="noopener noreferrer nofollow ugc">QCanBusFrame</a>?</p>
<p dir="auto">Regards</p>
]]></description><link>https://forum.qt.io/post/521517</link><guid isPermaLink="true">https://forum.qt.io/post/521517</guid><dc:creator><![CDATA[aha_1980]]></dc:creator><pubDate>Fri, 05 Apr 2019 20:02:01 GMT</pubDate></item></channel></rss>