<?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[Serial USB Issue on Linux]]></title><description><![CDATA[<p dir="auto">I'm using a FiPy + Pytrack, connected to a Nvidia Jetson TX2 Developer Kit. I do my FiPy Micropython development in Atom on my Mac.</p>
<p dir="auto">I've been looking into how to communicate with the FiPy over USB, as I already have WiFi and LoRa working.</p>
<p dir="auto">My issue is that when I plug the Pycom module into the TX2 USB port, it does not show up under /dev/ttyUSB#. However, it does show up under /dev/serial/by-id/usb-Pycom_**********. In fact, I can receive data using 'screen' to this location, and in c++ send and receive data using iostream.</p>
<p dir="auto">My question is why is the Pycom not appearing as /dev/ttyUSB# as is clearly stated should happen in documentation, and can I fix it? Otherwise, is the complicated device ID under /dev/serial/by-id/ stable and portable between computers, and non-unique between different FiPy modules and/or Pytrack or other expansion boards?</p>
]]></description><link>https://forum.pycom.io/topic/5616/serial-usb-issue-on-linux</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 01:37:20 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/5616.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Jan 2020 21:09:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Serial USB Issue on Linux on Wed, 22 Jan 2020 21:09:18 GMT]]></title><description><![CDATA[<p dir="auto">I'm using a FiPy + Pytrack, connected to a Nvidia Jetson TX2 Developer Kit. I do my FiPy Micropython development in Atom on my Mac.</p>
<p dir="auto">I've been looking into how to communicate with the FiPy over USB, as I already have WiFi and LoRa working.</p>
<p dir="auto">My issue is that when I plug the Pycom module into the TX2 USB port, it does not show up under /dev/ttyUSB#. However, it does show up under /dev/serial/by-id/usb-Pycom_**********. In fact, I can receive data using 'screen' to this location, and in c++ send and receive data using iostream.</p>
<p dir="auto">My question is why is the Pycom not appearing as /dev/ttyUSB# as is clearly stated should happen in documentation, and can I fix it? Otherwise, is the complicated device ID under /dev/serial/by-id/ stable and portable between computers, and non-unique between different FiPy modules and/or Pytrack or other expansion boards?</p>
]]></description><link>https://forum.pycom.io/post/31313</link><guid isPermaLink="true">https://forum.pycom.io/post/31313</guid><dc:creator><![CDATA[DavidGW]]></dc:creator><pubDate>Wed, 22 Jan 2020 21:09:18 GMT</pubDate></item><item><title><![CDATA[Reply to Serial USB Issue on Linux on Wed, 22 Jan 2020 21:15:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4767">@DavidGW</a> said in <a href="/post/31313">Serial USB Issue on Linux</a>:<br />
The name of the serial device under which you see the FiPy is different for the various Operating systems and USB/UART interface boards. The device name /dev/ttyUSB# is only available on Unix and some USB/UART bridges. Using Pytrack, you will see on Linux the Fipy ad /dev/ttyACM#. Using OS X, you have a wide variety of device names. Windows shows them as COMx.<br />
So just take what works.</p>
]]></description><link>https://forum.pycom.io/post/31314</link><guid isPermaLink="true">https://forum.pycom.io/post/31314</guid><dc:creator><![CDATA[robert-hh]]></dc:creator><pubDate>Wed, 22 Jan 2020 21:15:13 GMT</pubDate></item><item><title><![CDATA[Reply to Serial USB Issue on Linux on Fri, 15 May 2020 00:02:04 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the replies.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/98">@robert-hh</a> I've solved the problem running on both Jetson TX2s and Nanos by wiring it up directly to UART pins using an Expansion board. Might think about scrapping the carrier board and just going direct to the FiPy, as the Expansion board is doing nothing right now except providing accessible ports. It was more hassle, but I have a better solution now.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/6215">@bitvijays</a> I can program the FiPys just fine using USB-UART on my mac. I have been sending and receiving data from them using WiFi, communicating between multiple FiPys using LoRa, and am now doing the same with LTE-M1. Now I'm using non-USB UART on the Jetsons, I am also communicating successfully over UART to send and relay data.</p>
]]></description><link>https://forum.pycom.io/post/32731</link><guid isPermaLink="true">https://forum.pycom.io/post/32731</guid><dc:creator><![CDATA[DavidGW]]></dc:creator><pubDate>Fri, 15 May 2020 00:02:04 GMT</pubDate></item><item><title><![CDATA[Reply to Serial USB Issue on Linux on Fri, 15 May 2020 18:01:37 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4767">@DavidGW</a> Thank you for message. Also, just wanted to ask, were you able to use FiPy as a network adapter to provide network (Wi-Fi/ LoRa/ SigFox/ LTE) to Jetson Nano. Probably, the answer to the your question <a href="https://forum.pycom.io/topic/4955/fipy-used-as-wifi-adapter/1?_=1589562919297">https://forum.pycom.io/topic/4955/fipy-used-as-wifi-adapter/1?_=1589562919297</a></p>
]]></description><link>https://forum.pycom.io/post/32739</link><guid isPermaLink="true">https://forum.pycom.io/post/32739</guid><dc:creator><![CDATA[bitvijays]]></dc:creator><pubDate>Fri, 15 May 2020 18:01:37 GMT</pubDate></item><item><title><![CDATA[Reply to Serial USB Issue on Linux on Mon, 18 May 2020 03:11:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/6215">@bitvijays</a> said in <a href="/post/32739">Serial USB Issue on Linux</a>:</p>
<blockquote>
<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4767">@DavidGW</a> Thank you for message. Also, just wanted to ask, were you able to use FiPy as a network adapter to provide network (Wi-Fi/ LoRa/ SigFox/ LTE) to Jetson Nano. Probably, the answer to the your question <a href="https://forum.pycom.io/topic/4955/fipy-used-as-wifi-adapter/1?_=1589562919297">https://forum.pycom.io/topic/4955/fipy-used-as-wifi-adapter/1?_=1589562919297</a></p>
</blockquote>
<p dir="auto">Nothing neat. I've got a Python3 script running on the Jetson that forwards messages to and from UDP sockets to interface with other applications I am writing on the Jetson. This Python3 script also forwards or receives messages via UART from the FiPy.</p>
<p dir="auto">On the FiPy, a similar script interfaces with any cellular, wifi or LoRa messages which are received or are to be sent, as well as communicating messages with the Jetson via its UART connection. It's basically just a combination of Python Serial and Socket packages. Nothing that would allow any normal connection to the internet for the host, but it works to relay messages and data packets from one Jetson to another, which is what I need.</p>
]]></description><link>https://forum.pycom.io/post/32754</link><guid isPermaLink="true">https://forum.pycom.io/post/32754</guid><dc:creator><![CDATA[DavidGW]]></dc:creator><pubDate>Mon, 18 May 2020 03:11:32 GMT</pubDate></item><item><title><![CDATA[Reply to Serial USB Issue on Linux on Fri, 22 May 2020 12:04:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4767">@DavidGW</a> Hope you are doing well. That's sound cool. I kinda need something similar. I was wondering, if the script/ code is available publicly. If not, would you be happy to share it? If that's fine.</p>
<p dir="auto">Yours Sincerely,<br />
Vijay</p>
]]></description><link>https://forum.pycom.io/post/32820</link><guid isPermaLink="true">https://forum.pycom.io/post/32820</guid><dc:creator><![CDATA[bitvijays]]></dc:creator><pubDate>Fri, 22 May 2020 12:04:06 GMT</pubDate></item></channel></rss>