<?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[Simple question regarding multiple Serial connections on Core2 (UART + USB)]]></title><description><![CDATA[<p dir="auto">Hi dear everyone,</p>
<p dir="auto">I simply want to send an image from UnitCam + Core2/Bottom2 to the computer.<br />
I am using the <a href="https://github.com/m5stack/M5-ProductExampleCodes/blob/master/Unit/UNIT_CAM/CAM2CORE/CAM2CORE.ino" target="_blank" rel="noopener noreferrer nofollow ugc">cam2core</a> example. <strong>The cameras UART connection is bound to the original serial port</strong>! I tried <code>Serial1</code> and <code>Serial2</code> but without success. I didn't find any resources on <code>Serial1</code> and <code>Serial2</code>, so maybe it is not possible to route the two Serial connections at the same time? Maybe I could use sth. like the 'Soft-Serial' Library?</p>
<p dir="auto">Best</p>
]]></description><link>https://community.m5stack.com/topic/4754/simple-question-regarding-multiple-serial-connections-on-core2-uart-usb</link><generator>RSS for Node</generator><lastBuildDate>Mon, 04 May 2026 03:02:50 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4754.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Oct 2022 10:16:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Simple question regarding multiple Serial connections on Core2 (UART + USB) on Fri, 28 Oct 2022 11:10:59 GMT]]></title><description><![CDATA[<p dir="auto">I think it works. I am just using<br />
<code>Serial2.begin(1500000); </code> for the camera and <code>Serial</code> seems to be free.</p>
]]></description><link>https://community.m5stack.com/post/19137</link><guid isPermaLink="true">https://community.m5stack.com/post/19137</guid><dc:creator><![CDATA[swiminthesky]]></dc:creator><pubDate>Fri, 28 Oct 2022 11:10:59 GMT</pubDate></item><item><title><![CDATA[Reply to Simple question regarding multiple Serial connections on Core2 (UART + USB) on Fri, 28 Oct 2022 10:27:23 GMT]]></title><description><![CDATA[<p dir="auto">I found this <a href="https://stackoverflow.com/questions/21944925/arduino-serial1" target="_blank" rel="noopener noreferrer nofollow ugc">info on Serials</a> on stackoverflow</p>
<blockquote>
<p dir="auto">The only serial port connected to the USB that the serial monitor can read from is Serial.<br />
Serial1, Serial2, and Serial3 are all logic level serial and will not show up on the Arduino serial monitor.<br />
If you want to see the output from these on your computer, it will require extra hardware.</p>
</blockquote>
<p dir="auto">I maybe will try to route the UnitCam UART to Serial1 or 2</p>
]]></description><link>https://community.m5stack.com/post/19136</link><guid isPermaLink="true">https://community.m5stack.com/post/19136</guid><dc:creator><![CDATA[swiminthesky]]></dc:creator><pubDate>Fri, 28 Oct 2022 10:27:23 GMT</pubDate></item></channel></rss>