<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PCA 1000(1) JLINK/UART visible on Linux?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4127/pca-1000-1-jlink-uart-visible-on-linux</link><description>Hi,
I happily use the JLINK UART interface which show up as COMxx on windows for both the PCA10000 and PCA10001.
We are trying to &amp;#39;see&amp;#39; the same on Linux. Have inatlled the latest J-Link drivers, but can&amp;#39;t see a useful /dev/tty... I&amp;#39;ve tried &amp;#39;vcom enbable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Oct 2014 08:23:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4127/pca-1000-1-jlink-uart-visible-on-linux" /><item><title>RE: PCA 1000(1) JLINK/UART visible on Linux?</title><link>https://devzone.nordicsemi.com/thread/14759?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2014 08:23:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:880a2e4a-3c40-4fac-850d-bf0fde28fe1f</guid><dc:creator>Yngve Halm&amp;#248;</dc:creator><description>&lt;p&gt;Actually, by some stroke of magic, I&amp;#39;m now getting data out from ttyACM0 despite the error. I guess I have to figure out a way to talk to the modem then, instead of a USB device. If anyone has any ideas that would be helpful, but that&amp;#39;s not a Nordic problem. Cheers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA 1000(1) JLINK/UART visible on Linux?</title><link>https://devzone.nordicsemi.com/thread/14758?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2014 08:10:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9b6ab39-805a-4e90-8268-3f5065ab1aaa</guid><dc:creator>Yngve Halm&amp;#248;</dc:creator><description>&lt;p&gt;It was installed automatically by the jlink debian package. So it&amp;#39;s there. But I don&amp;#39;t if the rules are correct/work as intended.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA 1000(1) JLINK/UART visible on Linux?</title><link>https://devzone.nordicsemi.com/thread/14757?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2014 08:03:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fef9297-2d9f-497c-a5f1-9634b89e1553</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Did you add the udev rules for jlink? Should be a 99-jlink.rules that you need to copy into /etc/udev/rules.d/&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA 1000(1) JLINK/UART visible on Linux?</title><link>https://devzone.nordicsemi.com/thread/14756?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2014 07:39:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4a31fe4-4406-4a53-9b7f-9fbde16a80f3</guid><dc:creator>Yngve Halm&amp;#248;</dc:creator><description>&lt;p&gt;I get the following output in syslog when I connect the USB device:&lt;/p&gt;
&lt;p&gt;Oct 29 08:15:53 jobbox ModemManager[862]:   Could not grab port (tty/ttyACM0): &amp;#39;Cannot add port &amp;#39;tty/ttyACM0&amp;#39;, unhandled serial type&amp;#39;
Oct 29 08:15:53 jobbox ModemManager[862]:   Couldn&amp;#39;t create modem for device at &amp;#39;/sys/devices/pci0000:00/0000:00:1c.6/0000:0f:00.0/usb3/3-2&amp;#39;: Failed to find primary AT port&lt;/p&gt;
&lt;p&gt;Any idea what the problem is?&lt;/p&gt;
&lt;p&gt;(I am using ubuntu 14.04 x64)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA 1000(1) JLINK/UART visible on Linux?</title><link>https://devzone.nordicsemi.com/thread/14755?ContentTypeID=1</link><pubDate>Tue, 21 Oct 2014 13:22:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5f2e5f1-bb27-48e8-b749-a06c6ec03943</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Under linux, the device will enumerate as a &amp;quot;USB modem&amp;quot; (a subclass of USB CDC), and it should be accessible under /dev/ttyACMx, where x is normally 0 unless you have more of this specific usb class connected to your PC. To see if the enumeration is successful, you can do something like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;dmesg | grep SEGGER
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It should post something similar to this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[   28.805067] usb 1-2: Manufacturer: SEGGER
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Note that you may have to be root in order to access the com-port, depending on how your distro is setup. I used &amp;quot;putty&amp;quot; to setup the serial communication.&lt;/p&gt;
&lt;p&gt;Also be sure to read the JLink readme file. You may have to add a udev rule, depending on your system.&lt;/p&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>