Serialio

SUPPORT

SerialPort Install Notes

The Java Tool For Serial PortsVersion 6.1WinXP/2K/NTx86/98/95, OS/2, Mac PPC OS9/OSX,Solaris Sparc/x86, Linux x86/ARM, FreeBSD x86, HP/UX PA-RISC, SGI IRIX MIPS, IBM AIX PPC, SCO UnixWare IA32, Compaq Tru64 Alpha, Novell Netware, WinCE MIPS/SH3/SH4/ARM, EPOC32 ARM, PocketPC 2002 MIPS/SH3/SH4/ARM Java compatability Note This version was compiled with JDK 1.4.0. Due to enhancements in JDK 1.4.0, certain older code may not run as expected when run on older versions of the Java VM (1.1.8 in particular). If you plan to run on JDK 1.1.8 use the Serialio.jar in the ../Core/Jars/JDK118 folder.

Read More »

SerialPort Power Management Examples

SerialPort provides power management for PCMCIA and CF cards.* This allows you to maximize battery life by minimizing the power consumption of your application. Using the power management features is very simple. Below, you’ll find a couple of example snippets that demonstrate SerialPort’s power management capabilities. Example 1 — Querying the state of a particular card slot: int slot = choiceSlot.getSelectedIndex();int pMode = SerialPortLocal.getPowerMode(slot); Example 2 — Setting the card state to standby or active: int pMode = 1;if (cbStandby.getState()) pMode = 0;int slot = choiceSlot.getSelectedIndex();SerialPortLocal.setPowerMode(slot, pMode); *Not supported on all platforms

Read More »

About Java SerialPort

SerialPort is the world’s first (since 1996), and still foremost Java product for serial ports. SerialPort provides highly flexible control of serial ports from your Java application.SerialPort is a high-performance class that also provides low-level serial port control. If your device plugs into a serial port—on or off the Internet—it is almost certain that you can use SerialPort to communicate with it. Applets To implement applet support, you must create a ‘trusted’ applet. If you’re interested in creating trusted applets, ask about our Termlet Package which has the source code

Read More »

SerialPort Version Changelog

Changes for version 9.6-9.7 MacOS M1 Apple Silicon support Windows SerGetPortListReg method gets ports from the registry for devices not showing in the Windows Device Manager. Changes for version 9.5-9.6 Windows Server 2022 Changes for version 9.3-9.5 Support Windows 11 Changes for version 9.2-9.3 Support Windows Server 2019 Changes for version 9.1-9.2 Linux x86 serGetPortList support, aarch64 architecture, ttyUSB  Changes for version 9.0-9.1 Support Windows Server 2016 Changes for version 8.9-9.0 Support Raspberry Pi-3 (LuxArm 32-bit)Support ODROID (in RPi-3 package – LuxArm 64-bit) Changes for version 8.8-8.9 Support Windows 10 Changes

Read More »

The difference between SerialPort and javax.comm.SerialPort

People frequently ask if SerialPort provides support for javax.comm.SerialPort. Yes, absolutely. This information will help you determine if you wish to use the superior SerialPort API directly, or the javax.comm.SerialPort API. SerialPort provides maximum flexibility (evident by the fact that javax.comm.SerialPort is implemented entirely using SerialPort). The SerialPort API was shipping commercially for about 18 months before Sun introduced javax.comm.SerialPort. As diagrammed below, the Serialio.com implementation of javax.comm.SerialPort was built completely using the SerialPort API and is based on the Comm API 2.0 (the first release in spite of the

Read More »

How to setup the idChamp 1126/1128 with SerialMagic Professional for Windows

This support article will show you how to configure SerialMagic Professional for Windows for use with the idChamp UHF 1126/1128. This tutorial is applicable to both the idChamp UHF 1126 desktop scanner and the idChamp UHF 1128 scanner. 1. Plug your idChamp 1126/1128 into your Windows PC via the micro USB cable that came with it in the box. 2. Download and install SerialMagic Professional for Windows if you have not already done so. 3. Launch SerialMagic Professional and click on “Add” to add a new connection. 4. Select “Cabled

Read More »

RS3 NFC Setup App (iOS) Setup idChamp RS3

For the idChamp RS3x see this page. This post shows how to use RS3 NFC Setup iOS app to load an hwg+ file to the idChamp RS3. If you do not have access to an iOS device, you can also setup the idChamp RS3 with the RS3 NFC Setup application for Android or pcProx configuration utility for Windows. idChamp RS3-HSE Diagram DIP Switch Orientation   1 2 3 4 5 6 S2 Down Down Up Up Down Down S3 Up Up Down Down     S4 Down Up Down Up  

Read More »

RS3 NFC Setup App (Android) Setup idChamp RS3

This support article will walk you through how to use Serialio’s RS3 NFC Setup application for Android to configure your idChamp RS3. If you do not have access to an Android device, you can also configure your idChamp RS3 with the RS3 NFC Setup application for iOS or pcProx Configuration Utility for Windows. idChamp RS3-HSE Diagram DIP Switch Orientation   1 2 3 4 5 6 S2 Down Down Up Up Down Down S3 Up Up Down Down     S4 Down Up Down Up     S5 Down Down

Read More »

Setup idChamp RS3 BLE mode (Post August 2019)

NOTE: RS3 Has been discontinued. See the RS3x These instructions are for RS3 units built after August 2019. These units will have a white UART connector on the PCB board next to banks S4 and S5. RS3 Getting Started To prepare your idChamp RS3 for BLE mode, follow the instructions below.  You’ll need a Phillips head screwdriver and a paper clip or small tool for changing the DIP switches. In order to access all DIP switches, you’ll need to remove the outside case entirely. You can do this by removing

Read More »

Setup idChamp RS3 BLE mode (Pre August 2019)

NOTE: This product is discontinued. See the RS3xThese instructions are for units built BEFORE August 2019. These units will NOT have a white UART connector on the PCB board next to banks S4 and S5 Getting Started To prepare your idChamp RS3 for BLE mode, follow the instructions below.  You’ll need a Phillips head screwdriver and a paper clip or small tool for changing the DIP switches. In order to access all DIP switches, you’ll need to remove the outside case entirely. You can do this by removing the lid,

Read More »

Our Testimonial