<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>NFC中的主题 Re: TagXplorer and Ubuntu 18.04LTS</title>
    <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1169152#M7821</link>
    <description>&lt;P&gt;is there any 2020 tagxplorer release ???&lt;/P&gt;</description>
    <pubDate>Sat, 17 Oct 2020 19:58:22 GMT</pubDate>
    <dc:creator>acesinvensys</dc:creator>
    <dc:date>2020-10-17T19:58:22Z</dc:date>
    <item>
      <title>TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1160733#M7755</link>
      <description>&lt;P&gt;Hello NXP and Friends!&lt;/P&gt;&lt;P&gt;I'd like to ask for help getting a problem resolved. I use Ubuntu 18.04LTS as my primary operating system.&lt;/P&gt;&lt;P&gt;My company will launch in a few weeks time a new NFC dog tag utilising the NTAG 216 IC. We want to use Tagxplorer in the production process for writing and making tags 'read only' but we are have problems getting TagXplorer to work properly and thus seek help from the community.&lt;/P&gt;&lt;P&gt;Here is what I have done so far:&lt;/P&gt;&lt;P&gt;1. Download and unpack the TagXplorer tool from:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/products/rfid-nfc/mifare-hf/mifare-desfire/tagxplorer-pc-based-nfc-tag-reader-writer-tool:TAGXPLORER" target="_blank" rel="noopener"&gt;https://www.nxp.com/products/rfid-nfc/mifare-hf/mifare-desfire/tagxplorer-pc-based-nfc-tag-reader-writer-tool:TAGXPLORER&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Go to: &lt;A href="https://gluonhq.com/products/javafx/" target="_blank" rel="noopener"&gt;https://gluonhq.com/products/javafx/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and download and extract 'JavaFX Linux SDK'&amp;nbsp; Public version 11.0.2 for Linux platform&lt;/P&gt;&lt;P&gt;3. I then run the jar with: java --module-path /path/to/sdk/lib/ --add-modules javafx.controls,javafx.fxml -jar TagXplorer-v1.2.jar&lt;SPAN&gt;&amp;nbsp;(Making sure to provide the path to where I expanded the SDK)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;4. The TagXplorer application opens and I attempt to connect readers:&lt;/P&gt;&lt;P&gt;Identiv uTrust 3700F and&lt;/P&gt;&lt;P&gt;HID Omnikey 5022CL&lt;/P&gt;&lt;P&gt;But only receive the message "Reader is not supported".&lt;/P&gt;&lt;P&gt;5. When I open &lt;STRONG&gt;competitor&lt;/STRONG&gt; NFC read/write software like &lt;STRONG&gt;'NFC Tools&lt;/STRONG&gt;' in Ubuntu 18.04 both Identiv uTrust 3700F and HID Omnikey 5022CL work perfectly!&lt;/P&gt;&lt;P&gt;6. In terminal when I launch TagXplorer I get the following crash report:&lt;/P&gt;&lt;P&gt;Sep 29, 2020 9:17:36 AM javafx.scene.control.Control loadSkinClass&lt;BR /&gt;SEVERE: Failed to load skin 'com.sun.javafx.scene.control.skin.ProgressBarSkin' for control ProgressBar[id=splashProgressBar, styleClass=progress-bar progress-bar]&lt;BR /&gt;java.lang.ClassNotFoundException: com.sun.javafx.scene.control.skin.ProgressBarSkin&lt;BR /&gt;at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)&lt;BR /&gt;at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)&lt;BR /&gt;at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)&lt;BR /&gt;at java.base/java.lang.Class.forName0(Native Method)&lt;BR /&gt;at java.base/java.lang.Class.forName(Class.java:398)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control.loadClass(Control.java:124)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control.loadSkinClass(Control.java:720)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control$5.invalidated(Control.java:680)&lt;BR /&gt;at javafx.base/javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:110)&lt;BR /&gt;at javafx.base/javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:145)&lt;BR /&gt;at javafx.graphics/javafx.css.StyleableStringProperty.set(StyleableStringProperty.java:83)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control$5.set(Control.java:672)&lt;BR /&gt;at javafx.graphics/javafx.css.StyleableStringProperty.applyStyle(StyleableStringProperty.java:69)&lt;BR /&gt;at javafx.graphics/javafx.css.StyleableStringProperty.applyStyle(StyleableStringProperty.java:45)&lt;BR /&gt;at javafx.graphics/javafx.scene.CssStyleHelper.transitionToState(CssStyleHelper.java:787)&lt;BR /&gt;at javafx.graphics/javafx.scene.Node.doProcessCSS(Node.java:9647)&lt;BR /&gt;at javafx.graphics/javafx.scene.Node.access$900(Node.java:398)&lt;BR /&gt;at javafx.graphics/javafx.scene.Node$1.doProcessCSS(Node.java:471)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.NodeHelper.processCSSImpl(NodeHelper.java:192)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.ParentHelper.superProcessCSSImpl(ParentHelper.java:93)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.ParentHelper.superProcessCSS(ParentHelper.java:63)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent.doProcessCSS(Parent.java:1366)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent.access$400(Parent.java:79)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent$1.doProcessCSS(Parent.java:125)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.ParentHelper.processCSSImpl(ParentHelper.java:98)&lt;BR /&gt;at javafx.controls/com.sun.javafx.scene.control.ControlHelper.superProcessCSSImpl(ControlHelper.java:63)&lt;BR /&gt;at javafx.controls/com.sun.javafx.scene.control.ControlHelper.superProcessCSS(ControlHelper.java:55)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control.doProcessCSS(Control.java:886)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control.access$000(Control.java:83)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control$1.doProcessCSS(Control.java:89)&lt;BR /&gt;at javafx.controls/com.sun.javafx.scene.control.ControlHelper.processCSSImpl(ControlHelper.java:67)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.NodeHelper.processCSS(NodeHelper.java:145)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent.doProcessCSS(Parent.java:1397)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent.access$400(Parent.java:79)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent$1.doProcessCSS(Parent.java:125)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.ParentHelper.processCSSImpl(ParentHelper.java:98)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.NodeHelper.processCSS(NodeHelper.java:145)&lt;BR /&gt;at javafx.graphics/javafx.scene.Node.processCSS(Node.java:9529)&lt;BR /&gt;at javafx.graphics/javafx.scene.Scene.doCSSPass(Scene.java:569)&lt;BR /&gt;at javafx.graphics/javafx.scene.Scene.preferredSize(Scene.java:1745)&lt;BR /&gt;at javafx.graphics/javafx.scene.Scene$2.preferredSize(Scene.java:393)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.SceneHelper.preferredSize(SceneHelper.java:66)&lt;BR /&gt;at javafx.graphics/javafx.stage.Window$12.invalidated(Window.java:1086)&lt;BR /&gt;at javafx.base/javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)&lt;BR /&gt;at javafx.base/javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)&lt;BR /&gt;at javafx.graphics/javafx.stage.Window.setShowing(Window.java:1174)&lt;BR /&gt;at javafx.graphics/javafx.stage.Window.show(Window.java:1189)&lt;BR /&gt;at javafx.graphics/javafx.stage.Stage.show(Stage.java:273)&lt;BR /&gt;at com.nxp.tagxplorer.Main.start(Main.java:66)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)&lt;BR /&gt;at java.base/java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)&lt;BR /&gt;at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)&lt;BR /&gt;at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)&lt;BR /&gt;at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)&lt;BR /&gt;at java.base/java.lang.Thread.run(Thread.java:834)&lt;/P&gt;&lt;P&gt;Sep 29, 2020 9:17:36 AM javafx.scene.control.Control loadSkinClass&lt;BR /&gt;SEVERE: Failed to load skin 'com.sun.javafx.scene.control.skin.ProgressBarSkin' for control ProgressBar[id=splashProgressBar, styleClass=progress-bar progress-bar]&lt;BR /&gt;java.lang.ClassNotFoundException: com.sun.javafx.scene.control.skin.ProgressBarSkin&lt;BR /&gt;at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)&lt;BR /&gt;at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)&lt;BR /&gt;at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)&lt;BR /&gt;at java.base/java.lang.Class.forName0(Native Method)&lt;BR /&gt;at java.base/java.lang.Class.forName(Class.java:398)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control.loadClass(Control.java:124)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control.loadSkinClass(Control.java:720)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control$5.invalidated(Control.java:680)&lt;BR /&gt;at javafx.base/javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:110)&lt;BR /&gt;at javafx.base/javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:145)&lt;BR /&gt;at javafx.graphics/javafx.css.StyleableStringProperty.set(StyleableStringProperty.java:83)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control$5.set(Control.java:672)&lt;BR /&gt;at javafx.graphics/javafx.css.StyleableStringProperty.applyStyle(StyleableStringProperty.java:69)&lt;BR /&gt;at javafx.graphics/javafx.css.StyleableStringProperty.applyStyle(StyleableStringProperty.java:45)&lt;BR /&gt;at javafx.graphics/javafx.scene.CssStyleHelper.transitionToState(CssStyleHelper.java:787)&lt;BR /&gt;at javafx.graphics/javafx.scene.Node.doProcessCSS(Node.java:9647)&lt;BR /&gt;at javafx.graphics/javafx.scene.Node.access$900(Node.java:398)&lt;BR /&gt;at javafx.graphics/javafx.scene.Node$1.doProcessCSS(Node.java:471)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.NodeHelper.processCSSImpl(NodeHelper.java:192)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.ParentHelper.superProcessCSSImpl(ParentHelper.java:93)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.ParentHelper.superProcessCSS(ParentHelper.java:63)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent.doProcessCSS(Parent.java:1366)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent.access$400(Parent.java:79)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent$1.doProcessCSS(Parent.java:125)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.ParentHelper.processCSSImpl(ParentHelper.java:98)&lt;BR /&gt;at javafx.controls/com.sun.javafx.scene.control.ControlHelper.superProcessCSSImpl(ControlHelper.java:63)&lt;BR /&gt;at javafx.controls/com.sun.javafx.scene.control.ControlHelper.superProcessCSS(ControlHelper.java:55)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control.doProcessCSS(Control.java:900)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control.access$000(Control.java:83)&lt;BR /&gt;at javafx.controls/javafx.scene.control.Control$1.doProcessCSS(Control.java:89)&lt;BR /&gt;at javafx.controls/com.sun.javafx.scene.control.ControlHelper.processCSSImpl(ControlHelper.java:67)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.NodeHelper.processCSS(NodeHelper.java:145)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent.doProcessCSS(Parent.java:1397)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent.access$400(Parent.java:79)&lt;BR /&gt;at javafx.graphics/javafx.scene.Parent$1.doProcessCSS(Parent.java:125)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.ParentHelper.processCSSImpl(ParentHelper.java:98)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.NodeHelper.processCSS(NodeHelper.java:145)&lt;BR /&gt;at javafx.graphics/javafx.scene.Node.processCSS(Node.java:9529)&lt;BR /&gt;at javafx.graphics/javafx.scene.Scene.doCSSPass(Scene.java:569)&lt;BR /&gt;at javafx.graphics/javafx.scene.Scene.preferredSize(Scene.java:1745)&lt;BR /&gt;at javafx.graphics/javafx.scene.Scene$2.preferredSize(Scene.java:393)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.scene.SceneHelper.preferredSize(SceneHelper.java:66)&lt;BR /&gt;at javafx.graphics/javafx.stage.Window$12.invalidated(Window.java:1086)&lt;BR /&gt;at javafx.base/javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)&lt;BR /&gt;at javafx.base/javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)&lt;BR /&gt;at javafx.graphics/javafx.stage.Window.setShowing(Window.java:1174)&lt;BR /&gt;at javafx.graphics/javafx.stage.Window.show(Window.java:1189)&lt;BR /&gt;at javafx.graphics/javafx.stage.Stage.show(Stage.java:273)&lt;BR /&gt;at com.nxp.tagxplorer.Main.start(Main.java:66)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)&lt;BR /&gt;at java.base/java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)&lt;BR /&gt;at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)&lt;BR /&gt;at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)&lt;BR /&gt;at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)&lt;BR /&gt;at java.base/java.lang.Thread.run(Thread.java:834)&lt;/P&gt;&lt;P&gt;Sep 29, 2020 9:17:40 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/Launch_Screen_Style.css: expected series of &amp;lt;size&amp;gt; while parsing 'box-shadow' at [28,13]&lt;BR /&gt;Sep 29, 2020 9:17:40 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/Launch_Screen_Style.css: expected series of &amp;lt;size&amp;gt; while parsing 'box-shadow' at [33,13]&lt;BR /&gt;Sep 29, 2020 9:17:40 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/Launch_Screen_Style.css: Expected '&amp;lt;font-weight&amp;gt;' while parsing '-fx-font-weight' at [42,18]&lt;BR /&gt;Sep 29, 2020 9:17:40 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/Launch_Screen_Style.css: expected series of &amp;lt;size&amp;gt; while parsing 'box-shadow' at [64,13]&lt;BR /&gt;Sep 29, 2020 9:17:40 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/Launch_Screen_Style.css: expected series of &amp;lt;size&amp;gt; while parsing 'box-shadow' at [189,13]&lt;BR /&gt;Sep 29, 2020 9:17:40 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/Launch_Screen_Style_1600x900.css: expected series of &amp;lt;size&amp;gt; while parsing 'box-shadow' at [39,13]&lt;BR /&gt;Sep 29, 2020 9:17:40 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/Launch_Screen_Style_1600x900.css: expected series of &amp;lt;size&amp;gt; while parsing 'box-shadow' at [45,13]&lt;BR /&gt;Sep 29, 2020 9:17:40 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/Launch_Screen_Style_1600x900.css: Expected '&amp;lt;font-weight&amp;gt;' while parsing '-fx-font-weight' at [54,18]&lt;BR /&gt;Sep 29, 2020 9:17:40 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/Launch_Screen_Style_1600x900.css: expected series of &amp;lt;size&amp;gt; while parsing 'box-shadow' at [76,13]&lt;BR /&gt;Sep 29, 2020 9:20:25 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/alertdailog.css: expected series of &amp;lt;size&amp;gt; while parsing 'box-shadow' at [28,13]&lt;BR /&gt;Sep 29, 2020 9:20:25 AM javafx.css.CssParser declaration&lt;BR /&gt;WARNING: CSS Error parsing jar:file:/home/paavo/NFC/NXP/TagXplorer-v1.2.jar!/css/alertdailog.css: expected series of &amp;lt;size&amp;gt; while parsing 'box-shadow' at [34,13]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Windows 10 is not an option for us. We MUST get TagXplorer working in Ubuntu 18.04LTS! My buisness depends on making this work. Is there someone in this forum that can help us move forward?&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;John Tengström, President&lt;/P&gt;&lt;P&gt;Taganize, Inc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:29:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1160733#M7755</guid>
      <dc:creator>JohnPaavo</dc:creator>
      <dc:date>2020-09-29T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1161834#M7764</link>
      <description>&lt;P&gt;Any help and insight to get this up and running would be appreciated!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 13:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1161834#M7764</guid>
      <dc:creator>JohnPaavo</dc:creator>
      <dc:date>2020-10-01T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1167566#M7812</link>
      <description>&lt;P&gt;I will try to get some suggestions from the internal team.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 15:37:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1167566#M7812</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2020-10-14T15:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1167577#M7813</link>
      <description>&lt;P&gt;Thank you Jimmy! It would also be great to hear if there is an updated version for 2020 of the TagXplorer software. Especially as regards increased compatibility amongst NFC readers/writers.&lt;/P&gt;&lt;P&gt;Please keep in mind that I need for this to work on Ubuntu.&lt;/P&gt;&lt;P&gt;Thank you Jimmy.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 15:52:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1167577#M7813</guid>
      <dc:creator>JohnPaavo</dc:creator>
      <dc:date>2020-10-14T15:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1169152#M7821</link>
      <description>&lt;P&gt;is there any 2020 tagxplorer release ???&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 19:58:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1169152#M7821</guid>
      <dc:creator>acesinvensys</dc:creator>
      <dc:date>2020-10-17T19:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1169871#M7825</link>
      <description>&lt;P&gt;Any suggestion to this topic would be highly appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 22:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1169871#M7825</guid>
      <dc:creator>Contributor</dc:creator>
      <dc:date>2020-10-19T22:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1279059#M8533</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/178532"&gt;@JohnPaavo&lt;/a&gt;. Did you have any success on this in the meantime? I am having similar issues on Linux.&lt;BR /&gt;&lt;BR /&gt;One thing to note is Java typically expects a PC/SC driver in the incorrect location on Linux. When running a java command from the command line, you can add this option:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;-Dsun.security.smartcardio.library=/usr/lib/x86_64-linux-gnu/libpcsclite.so.1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now I can see my readers in TagXplorer, but I still get the&amp;nbsp;"Reader is not supported" message that you got, too. Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 14:47:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1279059#M8533</guid>
      <dc:creator>jvacanti</dc:creator>
      <dc:date>2021-05-19T14:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1393874#M9088</link>
      <description>&lt;P&gt;The problem is caused by the different naming convention of SC readers between Windows and Linux. I don't have a clue, how Windows does it. But under Linux, the name of the reader is given by the pcscd daemon when the reader is getting connected. However, the TagXplorer Java application is only accepting the Windows style named device:&lt;/P&gt;&lt;P&gt;Identiv uTrust 3700 F CL Reader 0&lt;/P&gt;&lt;P&gt;There seems to be no effort on the NXP side, to make this interoperable. If you want pcscd to meet this strict naming convention, you have to build it yourself. To do so, you have to clone &lt;A href="https://github.com/LudovicRousseau/PCSC" target="_self"&gt;https://github.com/LudovicRousseau/PCSC&lt;/A&gt; to some working directory. I branched the 1.8.26 tag which is matching Ubuntu 20.04. Then you would apply the attached patch, configure, build and install the project and replace /usr/sbin/pcscd with your freshly built pcscd which should be located in /usr/local/sbin after a regular installation. After stopping the pcscd daemon and replugging your uTust 3700 device, TagXplorer should connect to it.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 22:28:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1393874#M9088</guid>
      <dc:creator>Contributor</dc:creator>
      <dc:date>2022-01-03T22:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1401187#M9120</link>
      <description>&lt;P&gt;oops! Obviously I missed one other ugly immediate code value. Please patch my updated diff instead!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 00:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1401187#M9120</guid>
      <dc:creator>Contributor</dc:creator>
      <dc:date>2022-01-19T00:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: TagXplorer and Ubuntu 18.04LTS</title>
      <link>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1589137#M9991</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot at 2023-01-27 19-11-08.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/208622i9FB3AA6CC3FE5E8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot at 2023-01-27 19-11-08.png" alt="Screenshot at 2023-01-27 19-11-08.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;So life moves on.........................&lt;/P&gt;&lt;P&gt;Now it is 27 January 2023 and still no response after all this time.&lt;/P&gt;&lt;P&gt;I now use Ubuntu LTS 22.04&lt;/P&gt;&lt;P&gt;I have TagXplorer installed and although the Omniket 5022 CL is seen I cannot connect to it! I get error message READER IS NOT SUPPORTED!&lt;/P&gt;&lt;P&gt;What can be done to solve this?&lt;/P&gt;&lt;P&gt;In termial I used $ lsusb&lt;/P&gt;&lt;P&gt;and got&lt;/P&gt;&lt;P&gt;Bus 001 Device 005: ID 076b:5022 OmniKey AG OMNIKEY 5022 Smart Card Reader&lt;/P&gt;&lt;P&gt;I really want to get this working. HELP!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 00:20:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TagXplorer-and-Ubuntu-18-04LTS/m-p/1589137#M9991</guid>
      <dc:creator>Suomalainen</dc:creator>
      <dc:date>2023-01-28T00:20:46Z</dc:date>
    </item>
  </channel>
</rss>

