<?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 BUS Error with M5Stack and COMMU Module]]></title><description><![CDATA[<p dir="auto">Hi, I send the command via canbus to the M5stack but receive a different message.</p>
<p dir="auto">Example:<br />
I send 00 00 00 D8 0D 06 01<br />
I receive 00 00 00 D8 r 08 01</p>
<p dir="auto">It doesn't seem to like '0D' and sees it as CR</p>
<p dir="auto">Is this a bug? Any ideas on how to fix it?</p>
<p dir="auto">thank you!</p>
]]></description><link>https://community.m5stack.com/topic/5258/can-bus-error-with-m5stack-and-commu-module</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 19:10:57 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5258.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Apr 2023 18:30:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CAN BUS Error with M5Stack and COMMU Module on Sun, 30 Apr 2023 21:06:50 GMT]]></title><description><![CDATA[<p dir="auto">Solved with the code ;-)</p>
<p dir="auto">message = com.commu_can_read_message(0)<br />
hex_list = []<br />
for b in message:<br />
hex_str = hex(b)[2:]<br />
if len(hex_str) &lt; 2:<br />
hex_str = '0' + hex_str<br />
hex_list.append(hex_str)</p>
]]></description><link>https://community.m5stack.com/post/20717</link><guid isPermaLink="true">https://community.m5stack.com/post/20717</guid><dc:creator><![CDATA[elettronico]]></dc:creator><pubDate>Sun, 30 Apr 2023 21:06:50 GMT</pubDate></item><item><title><![CDATA[Reply to CAN BUS Error with M5Stack and COMMU Module on Sun, 30 Apr 2023 10:10:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I also have a bug with the COMMU module and the CAN BUS.<br />
The code I have is working with the firmware 1.11.6, but not anymore with the 1.11.7.<br />
I get the following error message "function takes 4 positional arguments but 3 were given". This is the python command "com.commu_can_init(3, 3)".</p>
<p dir="auto">Any update on that ?</p>
]]></description><link>https://community.m5stack.com/post/20714</link><guid isPermaLink="true">https://community.m5stack.com/post/20714</guid><dc:creator><![CDATA[crapitouille]]></dc:creator><pubDate>Sun, 30 Apr 2023 10:10:04 GMT</pubDate></item></channel></rss>