<?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[Driver to talk to m5stack device over USB?]]></title><description><![CDATA[<p dir="auto">Hello, sorry for the newbie question. I would like to write a custom terminal to listen to/control an m5stack device with Python. The m5stack device is just printing data to the terminal in a simple loop; I can read it easily with the UIflow terminal or the serial port listener in m5burner.</p>
<p dir="auto">But when I read the same serial port in my Python program, I just get strange binary data. Is it encrypted somehow with the API key for the device? I am using 8 data bits, 1 stop bit, no parity, XONXOFF is true. Do I need a special driver and if so which one?</p>
]]></description><link>https://community.m5stack.com/topic/5771/driver-to-talk-to-m5stack-device-over-usb</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 11:00:43 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5771.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Nov 2023 01:17:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Driver to talk to m5stack device over USB? on Sun, 05 Nov 2023 01:18:01 GMT]]></title><description><![CDATA[<p dir="auto">Good thought, that solved the problem! Atom Lite works fine at 115200. Thanks!</p>
]]></description><link>https://community.m5stack.com/post/22653</link><guid isPermaLink="true">https://community.m5stack.com/post/22653</guid><dc:creator><![CDATA[BergKatse]]></dc:creator><pubDate>Sun, 05 Nov 2023 01:18:01 GMT</pubDate></item><item><title><![CDATA[Reply to Driver to talk to m5stack device over USB? on Sat, 04 Nov 2023 08:16:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bergkatse" aria-label="Profile: bergkatse">@<bdi>bergkatse</bdi></a> Are you sure you have the correct baud settings in the python program?<br />
Garbage or encrypted is a sign of incorrect baud setting.<br />
Just because it works in UIFlow means that UIFLOW/M5Burner are set. up to communicate correctly, only programs need manual config of the baud/communication setting.</p>
<p dir="auto">BTW: All drivers are found on the M5Stack website under the software development page.</p>
]]></description><link>https://community.m5stack.com/post/22644</link><guid isPermaLink="true">https://community.m5stack.com/post/22644</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 04 Nov 2023 08:16:05 GMT</pubDate></item></channel></rss>