<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>GPIO Modules</title>
    <description>GPIO Modules</description>
    <pubDate>Fri, 13 Mar 2026 05:48:45 +0000</pubDate>
    <lastBuildDate>Fri, 13 Mar 2026 05:48:45 +0000</lastBuildDate>
    <generator>Numato Lab</generator>
    <link>https://phpstack-776178-2640993.cloudwaysapps.com/forums/gpio-modules.3/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://phpstack-776178-2640993.cloudwaysapps.com/forums/gpio-modules.3/index.rss"/>
    <item>
      <title>USB GPIO JAVA DIGITAL COMMANDS</title>
      <pubDate>Thu, 15 Mar 2018 17:19:08 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/usb-gpio-java-digital-commands.245/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/usb-gpio-java-digital-commands.245/</guid>
      <author>invalid@example.com (Mohamad Ayoub)</author>
      <dc:creator>Mohamad Ayoub</dc:creator>
      <content:encoded><![CDATA[I have just recieved my USB GPIO 64 channels. installed the driver, connected to java by this code:<br />
<br />
            SerialPort port = new SerialPort(&quot;COM6&quot;);           <br />
            try {               <br />
                /*Try to open port*/<br />
                if(port.openPort() == true){<br />
                    System.out.println(&quot;Port opened successfully...&quot;);<br />
                }<br />
                else{<br />
                    System.exit(0);<br />
                     <br />
                }<br />
<br />
this works OK. but now I...<br />
<br />
<a href="https://phpstack-776178-2640993.cloudwaysapps.com/threads/usb-gpio-java-digital-commands.245/" target="_blank" class="externalLink" rel="nofollow">USB GPIO JAVA DIGITAL COMMANDS</a>]]></content:encoded>
    </item>
    <item>
      <title>Command for reading vendor id or product id?</title>
      <pubDate>Fri, 09 Mar 2018 23:20:31 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/command-for-reading-vendor-id-or-product-id.228/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/command-for-reading-vendor-id-or-product-id.228/</guid>
      <author>invalid@example.com (Pat Hill)</author>
      <dc:creator>Pat Hill</dc:creator>
      <content:encoded><![CDATA[You provide the vendor id and product id for the 8 channel USB GPIO in the technical specs. I would like to use one of these IDs to confirm I have the right COM open when I am connecting to a device on my PC or laptop.  Is there a command for doing this? By command I mean a command to read the vendor or product ID.<br />
<br />
Thanks]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>8 Channel USB GPIO- to monitor temperature</title>
      <pubDate>Thu, 08 Mar 2018 01:06:18 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/8-channel-usb-gpio-to-monitor-temperature.227/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/8-channel-usb-gpio-to-monitor-temperature.227/</guid>
      <author>invalid@example.com (chaka)</author>
      <dc:creator>chaka</dc:creator>
      <content:encoded><![CDATA[my 8 channel usb gpio module arrived today.<br />
<br />
I am able to turn on led&#039;s, now I want to take advantage of the adc read features.<br />
I have a ds18b20 prob which I hook up to ground and pin 0 when i do an adc read on pin 0 i get a crazy ready which varies. <br />
<br />
What types of temperature probes are compatible with the module? and do they require extra hardware. my the usermanual talks of these fancy feature but doesn&#039;t go into any detail.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>8 Channel USB GPIO - LCD</title>
      <pubDate>Sun, 04 Mar 2018 15:14:03 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/8-channel-usb-gpio-lcd.222/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/8-channel-usb-gpio-lcd.222/</guid>
      <author>invalid@example.com (chaka)</author>
      <dc:creator>chaka</dc:creator>
      <content:encoded><![CDATA[<b>According to your documentation:</b><i> &quot;</i>This module has 8 on board 5V General purpose I/Os multiplexed with 6 Analog Inputs, each connected to individual screw terminals and associated drivers capable of controlling a large number of devices including DC motors(via PWM), Sensors, LEDs, <b><span style="color: #ff4d4d">LCD</span></b> displays etc…&quot;<br />
<br />
I have ordered 2 of these units (not arrived yet), of interest to me, is using these with a serial LCD<br />
<br />
<b><span style="text-decoration: underline">LCD connection:</span></b><br />
GND<br />
VCC<br />
SDA<br />
SCL...<br />
<br />
<a href="https://phpstack-776178-2640993.cloudwaysapps.com/threads/8-channel-usb-gpio-lcd.222/" target="_blank" class="externalLink" rel="nofollow">8 Channel USB GPIO - LCD</a>]]></content:encoded>
    </item>
    <item>
      <title>~ WiFi GPIO Module that is console application C++ accessible ~</title>
      <pubDate>Wed, 21 Feb 2018 05:29:43 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/wifi-gpio-module-that-is-console-application-c-accessible.216/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/wifi-gpio-module-that-is-console-application-c-accessible.216/</guid>
      <author>invalid@example.com (i/o master)</author>
      <dc:creator>i/o master</dc:creator>
      <content:encoded><![CDATA[I am seeking advice for WiFi GPIO Module that is GNU GCC Compiler controlled using simple access code.<br />
<br />
Just want to read/write to pins of module using console application C++ (in/out command?).<br />
<br />
Please post Module &amp; sample code/link.<br />
<br />
Objective:<br />
<br />
<span style="font-size: 22px">Use<b> Module: 16 Channel WiFi GPIO Module With Analog Inputs </b>in C++ console application ?</span>]]></content:encoded>
    </item>
    <item>
      <title>USB GPIO reprogrammed</title>
      <pubDate>Fri, 05 Jan 2018 12:09:57 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/usb-gpio-reprogrammed.191/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/usb-gpio-reprogrammed.191/</guid>
      <author>invalid@example.com (Rerewe)</author>
      <dc:creator>Rerewe</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
In your web site, you write : &quot;On board controller can be reprogrammed for custom applications&quot; but I can&#039;t find anything about the module source code. Do you provide it to let user customise the module ?<br />
Thank you.]]></content:encoded>
    </item>
    <item>
      <title>GPIO 16 Read TIme</title>
      <pubDate>Tue, 28 Nov 2017 04:59:16 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/gpio-16-read-time.176/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/gpio-16-read-time.176/</guid>
      <author>invalid@example.com (Everett)</author>
      <dc:creator>Everett</dc:creator>
      <content:encoded><![CDATA[I have a GPIO 16.  I have written a small C program to read 7 ADC channels and all digital inputs.  The program was working well. I was achieving about 45 Hertz.  I was reading all inputs 45 times a second.  I ran the code today after a start up and can not get 4 Hertz and the code didn&#039;t change.    I was executing 8 read calls in about 23ms.  Now an individual read is taking 30ms.  Is there something on the board that would change the communication that dramatically?  Thanks, Everett]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Help for a GPIO Newbie</title>
      <pubDate>Sat, 18 Nov 2017 02:37:02 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/help-for-a-gpio-newbie.188/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/help-for-a-gpio-newbie.188/</guid>
      <author>invalid@example.com (Steven Centofanti)</author>
      <dc:creator>Steven Centofanti</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
I&#039;m from Australia and hoping to interface between an Axia iQ Broadcast console to our playout software called Station Playlist. I have not worked with electronic circuitry before so I&#039;m quite the newbie. I&#039;d like to be able to press the softkey on the console to toggle the automate feature of the playout software. The playout software allows for serial communication but can also take keyboard hotkeys. How does one constantly poll for GPI with a momentary switch? At a loss to know what...<br />
<br />
<a href="https://phpstack-776178-2640993.cloudwaysapps.com/threads/help-for-a-gpio-newbie.188/" target="_blank" class="externalLink" rel="nofollow">Help for a GPIO Newbie</a>]]></content:encoded>
    </item>
    <item>
      <title>Use I2C and/or SPI protocols</title>
      <pubDate>Sun, 17 Sep 2017 18:24:48 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/use-i2c-and-or-spi-protocols.184/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/use-i2c-and-or-spi-protocols.184/</guid>
      <author>invalid@example.com (q2dg)</author>
      <dc:creator>q2dg</dc:creator>
      <content:encoded><![CDATA[Hello<br />
Is it possible to do this kind of communications on GPIO pins (maybe using bitbang techniques)? <br />
If it is, do you have some example codes?<br />
Many external breakouts communicates using these protocols, so it would be very interesing to have this feature, like Adafruit&#039;s or Sparkfun&#039;s ones have.<br />
Thanks!!]]></content:encoded>
    </item>
    <item>
      <title>Ethernet GPIO communicaton question</title>
      <pubDate>Sun, 20 Aug 2017 06:48:59 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/ethernet-gpio-communicaton-question.180/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/ethernet-gpio-communicaton-question.180/</guid>
      <author>invalid@example.com (SzabolcsZseli)</author>
      <dc:creator>SzabolcsZseli</dc:creator>
      <content:encoded><![CDATA[I try to control the 32ch ethernet board, but the module always refused my connection. With terminal emulator or web browser the board work perfectly, according user manual.<br />
When I  control by software the connection is ok, my program receive the module welcome message and ask the user. I sent <b>admin</b> to the module. The module ask <b>Password: ˙y&#039;</b>  after the sending of <b>admin</b> the module answer <b>acces denied</b> massage and disconect the connection. I do not use any protocol...<br />
<br />
<a href="https://phpstack-776178-2640993.cloudwaysapps.com/threads/ethernet-gpio-communicaton-question.180/" target="_blank" class="externalLink" rel="nofollow">Ethernet GPIO communicaton question</a>]]></content:encoded>
    </item>
    <item>
      <title>GPIO pin questions.</title>
      <pubDate>Fri, 11 Aug 2017 11:15:48 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/gpio-pin-questions.174/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/gpio-pin-questions.174/</guid>
      <author>invalid@example.com (greg urbano)</author>
      <dc:creator>greg urbano</dc:creator>
      <content:encoded><![CDATA[I am looking into purchasing one of the USB GPIO modules for a Visual Basic 2017 project and have been researching different products online. While looking into the Numato products there seems to be an issue with reading the gpio pins and having a reset condition occur. I do not currently own a product so my question is not based on any real &quot;in the field&quot; experience.<br />
Anyway here goes,<br />
<br />
<b>Can you utilize the GPIO pins on one module in three different states?</b><br />
i.e. Can one module support...<br />
<br />
<a href="https://phpstack-776178-2640993.cloudwaysapps.com/threads/gpio-pin-questions.174/" target="_blank" class="externalLink" rel="nofollow">GPIO pin questions.</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Changing from 8 channel to 16 channel</title>
      <pubDate>Wed, 26 Jul 2017 18:45:09 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/changing-from-8-channel-to-16-channel.172/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/changing-from-8-channel-to-16-channel.172/</guid>
      <author>invalid@example.com (SHACAR)</author>
      <dc:creator>SHACAR</dc:creator>
      <content:encoded><![CDATA[I am going from an 8 channel gpio to a 16 channel gpio. The 8 channel IO pins support 5V TTL signals but the 16 channel IO pins support 3.3V TTL signals. <br />
If the input to the IO of the 16 channel gpio is going to be 3.6V - 4.0V, will that be too high of a voltage to be able to use the 16 channel gpio?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>USB 8 channel - gpio readall silent (possible since firmware 9)</title>
      <pubDate>Wed, 31 May 2017 17:34:55 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/usb-8-channel-gpio-readall-silent-possible-since-firmware-9.150/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/usb-8-channel-gpio-readall-silent-possible-since-firmware-9.150/</guid>
      <author>invalid@example.com (Niclas Lindgren)</author>
      <dc:creator>Niclas Lindgren</dc:creator>
      <content:encoded><![CDATA[Has anyone seen this issue? We have been running these devices with version 8 and had no issues ever. Now we got a new batch with version 9 on, and it seems the device can get &quot;stuck&quot; or silent.<br />
<br />
See this sequence<br />
<br />
&gt;ver<br />
00000009<br />
&gt;id get<br />
00000002<br />
&gt;gpio read 0<br />
&gt;gpio notify off<br />
gpio notify disabled<br />
&gt;gpio readall<br />
&gt;gpio notify get<br />
gpio notify disabled<br />
&gt;gpio notify on<br />
gpio notify enabled<br />
&gt;gpio readall<br />
&gt;ver<br />
00000009<br />
&gt;<br />
<br />
If I unplugg and replugg the device it works again. I think it is triggered på...<br />
<br />
<a href="https://phpstack-776178-2640993.cloudwaysapps.com/threads/usb-8-channel-gpio-readall-silent-possible-since-firmware-9.150/" target="_blank" class="externalLink" rel="nofollow">USB 8 channel - gpio readall silent (possible since firmware 9)</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Understanding return codes form 16 port USB gpio</title>
      <pubDate>Wed, 01 Mar 2017 17:16:34 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/understanding-return-codes-form-16-port-usb-gpio.158/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/understanding-return-codes-form-16-port-usb-gpio.158/</guid>
      <author>invalid@example.com (NoMail)</author>
      <dc:creator>NoMail</dc:creator>
      <content:encoded><![CDATA[I have as the title woudl imply the 16 port GPIO USB module.<br />
This is my first time working with this product.<br />
<br />
Tee end goal is to get change notification from IO 0-7 and then after IDing which state changed, read the value present in the ADC for that IO.<br />
<br />
I am having difficulty quite understanding what the output in the notify string indicated  sin relation to which IOs are engaged.<br />
<br />
For instance the following output was while I had GND =&gt; 04 and GND =&gt; 00 <br />
<br />
006F 006E 007F<br />
007F 006F 007F...<br />
<br />
<a href="https://phpstack-776178-2640993.cloudwaysapps.com/threads/understanding-return-codes-form-16-port-usb-gpio.158/" target="_blank" class="externalLink" rel="nofollow">Understanding return codes form 16 port USB gpio</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>GPIO 16 module, pull-up resistors?</title>
      <pubDate>Fri, 20 Jan 2017 21:26:14 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/gpio-16-module-pull-up-resistors.148/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/gpio-16-module-pull-up-resistors.148/</guid>
      <author>invalid@example.com (Curtis Scholl)</author>
      <dc:creator>Curtis Scholl</dc:creator>
      <content:encoded><![CDATA[After &#039;graduating&#039; from the GPIO 8 module, I notice there are no built in pull up resistors &#039;on board&#039; the 16 input version. Is there a command that can be issued to option them in the circuit, or perhaps a jumper I am missing that will do same? Just for reference, the GPIO 8 module had small solder &#039;pads&#039; allowing the inclusion of the 10k pull-up resistor for each input. <br />
<br />
Optionally, I notice this is a 3.3v system, and if I have to place my own external resistors, where can I safely tap a...<br />
<br />
<a href="https://phpstack-776178-2640993.cloudwaysapps.com/threads/gpio-16-module-pull-up-resistors.148/" target="_blank" class="externalLink" rel="nofollow">GPIO 16 module, pull-up resistors?</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Just getting started with 8 ch usb gpio</title>
      <pubDate>Mon, 31 Oct 2016 18:52:16 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/just-getting-started-with-8-ch-usb-gpio.107/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/just-getting-started-with-8-ch-usb-gpio.107/</guid>
      <author>invalid@example.com (Tony Lewis)</author>
      <dc:creator>Tony Lewis</dc:creator>
      <content:encoded><![CDATA[Just starting to program my 8 channel usb gpio.  I have used 3 separate Windows based terminal programs and always get the same results, which are verified with the use of a volt meter:<br />
<br />
1) Send &quot;gpio set 0&quot;.   GPIO 0 goes high<br />
2) Send &quot;gpio read 0&quot;. Response is &quot;1&quot;.<br />
3) GPIO 0 goes low, as if you had sent &quot;gpio clear 0&quot;.<br />
<br />
Is this by design? If so, I can not read a GPIO port that is high without causing it to go low.]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>bash scripting 8 channel usb gpio</title>
      <pubDate>Sat, 29 Oct 2016 22:14:47 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/bash-scripting-8-channel-usb-gpio.145/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/bash-scripting-8-channel-usb-gpio.145/</guid>
      <author>invalid@example.com (Chalk-X CPG)</author>
      <dc:creator>Chalk-X CPG</dc:creator>
      <content:encoded><![CDATA[I&#039;ve successfully used this device for simple automation with Windows machines and PowerShell script.  I&#039;d like to be able to use it with Linux machines also, but I know practically nothing about bash scripting.  Has anyone worked out the bash commands for sending commands to this device, and reading the results into a variable.  Any building blocks  or basic examples you can show me will be helpful.]]></content:encoded>
    </item>
    <item>
      <title>Displaying ADC Data on a Gauge</title>
      <pubDate>Thu, 27 Oct 2016 00:38:26 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/displaying-adc-data-on-a-gauge.142/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/displaying-adc-data-on-a-gauge.142/</guid>
      <author>invalid@example.com (Brad)</author>
      <dc:creator>Brad</dc:creator>
      <content:encoded><![CDATA[I have been able to receive ADC data using Nodejs<br />
<br />
How do I now get this data on a webpage gauge such as Highcharts <a href="http://www.highcharts.com/docs/working-with-data/live-data" target="_blank" class="externalLink" rel="nofollow">http://www.highcharts.com/docs/working-with-data/live-data</a><br />
<br />
I presume I use websockets but I just can&#039;t seem to get past step 1.<br />
<br />
Can someone help with a working example please.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Is there a practical limit on how many queries can be made of the GPIO?</title>
      <pubDate>Thu, 27 Oct 2016 00:23:21 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/is-there-a-practical-limit-on-how-many-queries-can-be-made-of-the-gpio.133/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/is-there-a-practical-limit-on-how-many-queries-can-be-made-of-the-gpio.133/</guid>
      <author>invalid@example.com (Curtis Scholl)</author>
      <dc:creator>Curtis Scholl</dc:creator>
      <content:encoded><![CDATA[I have written a bash script program to sequence query the status of the discrete inputs. This occurs at just under 1 second intervals. My question, is there a limit on read/query cycles with the invoked technology used? Another way to ask, can I wear this thing out? <br />
<br />
Using both 8 and 16 channel gpio USB modules.<br />
<br />
Any comment or wild guesses welcomed.]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>HID USB Bootloader</title>
      <pubDate>Wed, 19 Oct 2016 16:06:35 +0000</pubDate>
      <link>https://phpstack-776178-2640993.cloudwaysapps.com/threads/hid-usb-bootloader.135/</link>
      <guid>https://phpstack-776178-2640993.cloudwaysapps.com/threads/hid-usb-bootloader.135/</guid>
      <author>invalid@example.com (Niclas Lindgren)</author>
      <dc:creator>Niclas Lindgren</dc:creator>
      <content:encoded><![CDATA[I received a batch of 8 Channel USB GPIO Module With Analog Input, but when connecting them to a standard Linux they present a HIDRAW device<br />
<br />
<br />
<b>[2933536.120131] usb 4-1: USB disconnect, address 19<br />
[2933544.049087] usb 4-1: new full speed USB device using uhci_hcd and address 20<br />
[2933544.236888] usb 4-1: New USB device found, idVendor=04d8, idProduct=003c<br />
[2933544.236907] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0<br />
[2933544.236921] usb 4-1: Product: HID USB Bootloader...</b><br />
<br />
<a href="https://phpstack-776178-2640993.cloudwaysapps.com/threads/hid-usb-bootloader.135/" target="_blank" class="externalLink" rel="nofollow">HID USB Bootloader</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
  </channel>
</rss>
