BLOG

Artificial intelligence is very good at processing digital information. It can compare present conditions with long operating histories, find relationships among many variables, and identify gradual changes that may never cross a conventional alarm threshold.

But AI cannot directly inspect a motor winding, pressure line, thermocouple, relay contact, or moving mechanism. It needs measurements.

That is the role of AI data acquisition. Sensors convert physical conditions into electrical signals; DAQ hardware converts those signals into useful digital data; and host software makes the data available to the customer’s AI or machine-learning model. In a practical industrial AI system, the measurement interface is what gives the software access to the physical world.

This architecture can be used in industrial automation, defense systems, medical instrumentation, energy systems, transportation, laboratory equipment, and many other applications. The validation, safety, and regulatory requirements vary, but the basic problem remains the same: before software can understand the real world, something has to measure it.

From Gauges and Switches to Useful Histories

Before computer-based DAQ became practical, many systems were monitored using analog gauges, indicator lamps, chart recorders, limit switches, and electromechanical controls.

These devices were—and often still are—useful. A gauge can show the present pressure. A limit switch can report that a mechanism has reached the end of its travel. A thermostat can open a circuit when the temperature becomes excessive.

The limitation is not necessarily the quality of the individual measurement. The limitation is how little of the measurement is retained.

A gauge reading disappears unless somebody is watching and records it. A threshold switch reports only “normal” or “too high,” even though the behavior leading up to the threshold may contain additional information useful for preventing long-term problems or planning maintenance. A machine may remain within every specified limit while still developing a recognizable pattern of friction, wear, contamination, misalignment, or electrical degradation.

DAQ changed that. Once a signal is digitized, software can retain its history, calculate rates of change, compare multiple channels, associate measurements with operating states, and distinguish a recurring pattern from a single unusual sample.

ACCES provides several practical ways to make those measurements. The USB-AIO16-16F family, eNET-AIO16-16F family, PCIe-ADIO16-16F family, and M.2-AIO16-16F family provide analog input—and, depending on the selected model, analog output, digital I/O, triggering, buffering, and other acquisition and control functions—using interfaces appropriate for desktop, distributed, and embedded systems.

Applications requiring more channels or sensor-specific conditioning can use ACCES DAQ-PACK multifunction systems, with configurations supporting measurements such as voltage, current, RTDs, bridges, and thermocouple-connected sensors. The important point is not that every sensor produces the same kind of signal; it is that the selected DAQ hardware and signal conditioning provide a reliable path from that sensor to the computer.

Digital Signals Provide the Operating Context

Not every useful measurement is analog.

Switches, relay contacts, interlocks, discrete alarms, machine-state outputs, and encoder or pulse signals can explain what the equipment was doing when an analog measurement changed. A motor-current waveform means considerably more when the software also knows whether the motor was starting, moving normally, reversing, stalled, or commanded off.

ACCES digital I/O products provide several ways to collect and control these signals. The ETH-DIO-48 family supports distributed monitoring of switch closures and logic signals, as well as control of external relays and indicators. The PCIe-IDIO-24 family provides isolated inputs and outputs for electrically more demanding applications. The M.2-DIO-24X adds hardware functions including change-of-state detection, input filtering, event counting, and pulse or PWM generation.

This division of labor is useful. Software—including AI software—can analyze the larger operating pattern while hardware-timed functions, conventional controllers, and safety interlocks continue to handle tasks that require deterministic timing or independently validated protection.

PID Did Not Stop Working

A PID controller is not obsolete merely because AI is newer.

A properly designed PID loop is very good at repeatedly adjusting an output to move a measured variable toward a setpoint. That remains the correct approach for many temperature, pressure, speed, flow, and position-control applications.

AI addresses a different class of questions.

A PID loop is generally concerned with:

How should this output change to reduce the error between the present measurement and its setpoint?

An AI-assisted system can consider broader questions:

  • Does the present combination of measurements resemble normal operation?
  • Is the machine behaving differently under the same commanded conditions?
  • Is a control loop requiring progressively more output to obtain the same result?
  • Which changes tend to occur before a fault, shutdown, or unacceptable product?
  • Can operating parameters be adjusted to reduce energy use, wear, or process variation?

These questions may involve dozens of measurements, machine states, environmental conditions, and operating histories. They may also involve nonlinear relationships or gradual changes that are difficult to express as fixed rules.

The sensible architecture is therefore often AI around PID, rather than AI instead of PID. PID continues to perform a defined local control function. AI performs anomaly detection, diagnosis, forecasting, supervisory optimization, or recommendations based on a much larger view of the system.

From Reactive Alarms to Predictive Maintenance

Consider a motor-driven pump, valve, fan, conveyor, or positioning mechanism.

A conventional system might monitor the command signal, an end-of-travel switch, and an overload contact. If the mechanism fails to move or the current becomes excessive, the system reports a fault.

That is useful, but it is reactive. Something has already gone wrong.

A more complete DAQ system might also measure operating current, startup current, supply voltage, temperature, vibration, position, travel time, and cycle count. Software can compare each operation with prior operations performed under similar load and environmental conditions.

Suppose the mechanism still completes every commanded movement, but its current consumption profile is gradually increasing. Travel time is also becoming longer, and the temperature rise during repeated operation has changed slightly. None of those measurements may be outside its individual alarm limit. Together, however, they may justify an inspection.

That is the practical value of predictive maintenance. It is not clairvoyance, and it does not guarantee that every failure will be predicted. It uses measured changes to provide useful warning while there may still be time to schedule maintenance rather than respond to an interruption.

The model might be simple statistical analysis, a carefully trained machine-learning system, or a combination of physical models and learned behavior. The DAQ requirement is similar in each case: provide enough accurate, timely, and correctly identified data for the software to distinguish a meaningful change from ordinary variation.

Edge Computing Brings the Analysis Closer

Not every application should continuously send raw measurement data to a remote server or cloud service.

High sample rates can produce large volumes of data. Some systems require a rapid local response. Others operate with limited or intermittent network connectivity, or have security and privacy requirements that favor local processing.

Edge computing places the analysis near the equipment and the source of the data. The host might be an industrial PC, an NVIDIA Jetson system, an Intel NUC-class computer, or another embedded x86 or Arm platform, provided the selected hardware interface and operating-system support fit the application. Processing near the source can reduce latency and network traffic and can allow useful operation to continue without a continuous cloud connection.

ACCES hardware fits naturally into these systems. A USB-connected device can attach to a compact edge computer without requiring an expansion-card slot. M.2, PCI Express, and PCI Express Mini Card products can be integrated inside an embedded computer. An Ethernet DAQ module can be mounted near the sensors or machinery while the analysis computer remains elsewhere on the network.

The AI model runs on the Jetson, NUC, industrial PC, server, or other selected computing platform. The ACCES hardware supplies the measurements and control interface.

The Intelligence Belongs in the Application

The DAQ hardware does not have to know that it is being used by an AI system.

Its job is more fundamental:

  • Acquire the required analog and digital signals.
  • Preserve the timing and relationships that matter.
  • Deliver the data at the required rate.
  • Provide analog or digital outputs when the application requires control.
  • Operate reliably in the intended electrical and environmental conditions.
  • Present a usable software interface to the host computer.

The customer’s application determines what the measurements mean.

That application may use fixed limits, equations, statistical process control, PID, machine learning, or all of them at once. A current waveform that indicates bearing wear in one machine may be normal in another. A temperature increase that is harmless during one operating mode may be important during another. Those decisions require application knowledge, operating history, and appropriate software.

ACCES does not need to provide an onboard neural network or proprietary AI package to participate in the system. ACCES provides the real-world I/O. The customer’s software provides the intelligence.

Keeping those roles separate also makes the system easier to engineer. The DAQ hardware can be selected according to signal type, range, channel count, resolution, sampling rate, isolation, timing, and physical interface. The computer can be selected according to the processing and deployment needs of the model. The analysis software can evolve without pretending that the measurement hardware itself has become “AI.”

Better Analysis Still Begins with Better Measurements

AI does not eliminate ordinary measurement engineering.

Input ranges, sensor excitation, signal conditioning, grounding, isolation, calibration, resolution, sampling rate, anti-alias filtering, synchronization, and sensor placement still matter. So do missing samples, incorrect timestamps, changed sensors, undocumented maintenance, and operating modes that were absent from the training data.

A sophisticated model trained on inaccurate, aliased, unsynchronized, or poorly labeled data may simply learn the wrong thing with considerable confidence.

AI does not repeal Ohm’s law, the Nyquist criterion, grounding practice, or safety engineering. It cannot recover a waveform that was never measured, distinguish two events whose timing was lost, or infer a physical condition that has no useful effect on any acquired signal.

For that reason, the DAQ system should not be selected because its product description contains the letters “AI.” It should be selected because it can accurately acquire the signals that contain the information the application needs.

Adding Another Layer of Capability

Analog gauges provided local indication. Switches and interlocks provided simple protection. PC-based DAQ added recording, calculation, alarms, and software control. PID added repeatable closed-loop regulation.

AI and machine learning add another layer: the ability to examine larger histories, recognize multivariable patterns, estimate developing conditions, and recommend or apply higher-level changes.

These layers are not mutually exclusive. A well-designed system may use a gauge for local indication, an independent interlock for safety, PID for immediate process control, DAQ for measurement and history, and AI for supervisory analysis or prediction.

The useful claim is not “AI inside the DAQ.”

It is real-world, real-time measurements from dependable DAQ hardware, made available to your modern AI tools so they can improve real-world results.

Supporting Next-Generation Unmanned Systems with Embedded I/O

As unmanned and autonomous systems continue to expand across defense, industrial, and scientific applications, the need for compact, rugged, and flexible embedded I/O has never been greater. From aerial drones and autonomous aircraft to underwater vehicles and mobile ground platforms, modern unmanned systems depend on reliable data acquisition, telemetry, control, and sensor interfacing in environments where vibration, temperature extremes, and limited space are all part of the design challenge.

ACCES I/O Products has, and is currently supporting, multiple embedded I/O projects in the broader drone and autonomous systems market, including applications involving unmanned aerial vehicles (UAVs), unmanned underwater vehicles (UUVs), and other rugged mobile platforms. These projects often require a combination of analog I/O, digital I/O, serial communication, and isolated interfaces in a compact form factor suitable for space-constrained embedded systems.

Why Embedded I/O Matters in Drone and Autonomous System Design

Unmanned platforms are often tasked with collecting sensor data, controlling subsystems, and communicating with onboard or remote equipment in real time. Depending on the application, an embedded I/O subsystem may be responsible for functions such as:

  • Acquiring analog sensor signals from pressure, temperature, position, or other instrumentation
  • Interfacing with landing gear, control surfaces, or actuator systems
  • Monitoring status and health data from onboard subsystems
  • Providing digital control and discrete I/O for mission-specific functions
  • Supporting serial communications to avionics, navigation, telemetry, or payload equipment
  • Isolating sensitive control and monitoring signals in electrically noisy environments

Unlike consumer drones, many defense, scientific, and industrial unmanned systems are deployed in harsh environments and are expected to operate reliably under shock, vibration, thermal stress, and extended mission cycles. This places additional importance on robust I/O hardware and proven embedded interfaces.

The unmanned and autonomous systems market spans a wide range of defense, scientific, and industrial programs, including projects pursued by major aerospace and defense companies such as Northrop Grumman, General Atomics, AeroVironment, Boeing, Lockheed Martin, L3Harris, Kratos, and others. These platforms often require compact embedded I/O for telemetry, control, sensor acquisition, and subsystem integration in space-constrained and rugged environments. ACCES I/O products are well suited for this class of application, particularly where analog I/O, digital I/O, serial communications, and embedded form factors such as M.2 and PCI Express Mini Card (mPCIe) are required.

ACCES I/O Solutions for Unmanned Platforms

ACCES I/O offers a range of compact embedded I/O products well suited for UAV, UUV, and other autonomous system applications. In many unmanned system designs, engineers require a mix of I/O functions rather than a single type of sensor interface. A typical platform may combine analog measurement, isolated digital control, and serial communications within the same embedded controller.

For these applications, compact form factors such as M.2 and PCI Express Mini Card (mPCIe) are often an excellent fit. These product families provide a small footprint while still supporting the analog, digital, and serial interfaces commonly required in mobile embedded designs.

Depending on the project, ACCES hardware used in unmanned systems may include:

  • Analog input and analog output for sensor acquisition, command signals, and subsystem control
  • Digital I/O for status monitoring, discrete controls, and logic-level interfacing
  • Isolated digital I/O for added protection in electrically noisy or mixed-voltage systems
  • Serial communications for integration with telemetry, navigation, and external control devices

Because each platform has different control, sensing, and communication requirements, embedded systems can greatly benefit from leveraging the flexibility of add-on I/O, allowing a wide array of I/O types to be combined by selecting a mix of peripheral modules.

Example Use Cases in Drone and Autonomous Applications

The unmanned systems market covers a broad range of applications, and embedded I/O requirements vary accordingly. ACCES solutions can support use cases such as:

Flight Control and Landing System Integration

In some aerial platforms, embedded I/O is used to interface with landing-related systems, telemetry, and control subsystems as part of broader flight hardware modernization efforts. Analog and digital interfaces can be used to monitor position, status, and command signals while supporting integration with onboard computing platforms, while serial provides a convenient way to couple acquisition with GPS timestamps.

Sensor Acquisition and Telemetry

Unmanned systems often gather real-time data from a variety of sensors. Analog input channels can be used to acquire instrumentation data, while serial and digital interfaces support telemetry hardware, navigation systems, and subsystem communications.

Rugged Mobile and Autonomous Platforms

The same embedded I/O technologies used in UAVs can also be applied to other rugged mobile environments, including autonomous ground systems, specialized vehicles, and field-deployed platforms that require reliable I/O under shock, vibration, and thermal stress.

Underwater and Research Platforms

Unmanned underwater vehicles and scientific research platforms can benefit from compact embedded I/O for monitoring, data logging, subsystem control, and communications where space is limited and reliability is critical.

Why M.2 and mPCIe Work Well in These Designs

For many embedded drone and autonomous applications, M.2 and mPCIe form factors strike an effective balance between size, performance, and mechanical practicality. These formats are widely used in embedded systems where board space is limited, and they allow engineers to integrate high-value I/O functions without resorting to larger external assemblies.

In practice, these compact boards are often installed in systems where they are mechanically supported by the host design, enclosure, or thermal interface materials. When properly integrated, they provide a robust embedded I/O option for mobile and vibration-prone environments while maintaining the flexibility needed for mixed-signal and communications-heavy designs.

Beyond Drones: A Platform Approach to Rugged Embedded I/O

One of the strengths of ACCES I/O hardware is that the same building blocks used in drone and autonomous applications are equally valuable across many other rugged embedded designs. Mobile communications systems, remote monitoring platforms, defense electronics, and specialized industrial equipment often share the same core I/O needs:

  • compact embedded form factors
  • reliable analog and digital interfacing
  • rugged deployment capability
  • long-life availability and support
  • flexibility for OEM customization

That makes ACCES I/O a strong fit not only for unmanned systems, but for a much broader class of embedded applications operating beyond the office or lab.

Embedded I/O for the Next Generation of Unmanned Systems

As UAV, UUV, and other autonomous platforms continue to evolve, designers need embedded I/O solutions that are compact, flexible, and rugged enough for real-world deployment. ACCES I/O’s portfolio of M.2, mPCIe, and other embedded I/O products gives system designers a practical way to add analog, digital, serial, and isolated I/O to demanding unmanned applications without sacrificing reliability or integration flexibility.

If you are developing an unmanned aerial, underwater, or mobile autonomous system and need embedded I/O for sensing, telemetry, control, or subsystem integration, ACCES I/O can help identify the right combination of hardware for your application.

Related ACCES I/O Product Families

M.2 Embedded I/O Products

PCI Express Mini Card (mPCIe) I/O Products

Analog I/O Products

Isolated Digital I/O Products

Serial Communication Products

Flexible I/O Expansion for PCIe/104 Embedded Systems

PCIe/104 systems remain widely used in embedded, industrial, defense, transportation, robotics, and rugged mobile applications where compact size, stackable architecture, and long-term availability matter. These systems are often deployed in environments where space is limited, reliability is critical, and the I/O requirements can vary significantly from one project to the next.

One challenge with traditional embedded I/O design is that each required function can consume valuable stack space. A system may need analog input, digital I/O, serial communication, wireless connectivity, storage, or isolated interfaces, but adding a dedicated PCIe/104 board for each function can quickly increase—or exceed—stack height, cost, and mechanical complexity.

The ACCES I/O Products 104e-mPCIe carrier family provides a flexible way to expand a PCIe/104 system by adding multiple PCI Express Mini Card modules in a single stack position.

Add-On I/O Modules for Flexible System Configuration

Instead of selecting one fixed-function I/O board for every requirement, designers can use mPCIe add-on I/O modules to build a more flexible system configuration. With the appropriate carrier, a single PCIe/104 card position can support up to four mPCIe modules.

This allows one embedded stack to support a mix of I/O types, such as:

  • Analog input or analog output
  • Digital I/O
  • Isolated digital I/O
  • Relay or FET outputs
  • RS-232, RS-422, or RS-485 serial communication
  • Quadrature input
  • Wireless or cellular connectivity
  • mSATA storage, where supported

This modular approach is especially useful when a base embedded platform needs to support multiple variants of the same system. Instead of redesigning the full stack for each customer or application, the designer can select different mPCIe modules to match the required I/O mix.

Using Four mPCIe Cards in One PCIe/104 Stack Position

The major advantage of the ACCES 104e-mPCIe carrier family is density. The carrier allows up to four mPCIe cards to be installed while consuming only one PCIe/104 stack-height card position.

This is valuable in applications where mechanical space is limited or where reducing stack height improves ruggedness, thermal design, serviceability, or packaging.

For example, one system could be configured with:

  • One mPCIe analog input module
  • One mPCIe isolated serial module
  • One mPCIe digital I/O module
  • One mPCIe relay or FET output module

That creates a highly customized embedded I/O configuration without requiring four separate PC/104-style boards in the stack.

104e-mPCIe-4A vs. 104e-mPCIe-4

ACCES offers two closely related carrier approaches depending on the host system and available PCIe resources.

The 104e-mPCIe-4A is an advanced PCIe/104 carrier that converts one PCIe x1 lane from the stack into up to four mPCIe sockets. This makes it useful when the system has limited PCIe lane availability but still needs multiple add-on modules.

The 104e-mPCIe-4 family is intended for systems where multiple PCIe lanes are available from the stack. It converts four PCIe x1 lanes into up to four mPCIe sockets.  Multiple 104e-mPCIe-4A can be used in a single stack, providing up to 16 mPCIe sockets (all with PCIe and USB signalling) in a single PCIe/104 system!

Both approaches allow engineers to add compact mPCIe-based expansion to a PCIe/104 system while preserving the benefits of the rugged stackable embedded architecture.

Why mPCIe Works Well in PC/104-Class Systems

PCI Express Mini Card remains a practical form factor for embedded I/O because it is compact, widely understood, and well suited for modular expansion. It allows system designers to add specific I/O functions without committing to a larger board design for each function.

For PC/104 and PCIe/104 systems, mPCIe is particularly useful because it supports a modular “building block” approach. A designer can start with a rugged embedded stack and then populate the carrier with the I/O functions required for the final application.

This can reduce:

  • Custom board development
  • Stack height
  • Cabling complexity
  • Inventory burden
  • Time to configure customer-specific systems

Ideal Applications

A modular PCIe/104-to-mPCIe expansion approach is well suited for:

  • Rugged embedded control systems
  • Defense and aerospace platforms
  • UAV and autonomous systems
  • Robotics
  • Mobile test and measurement
  • Transportation systems
  • Industrial automation
  • Legacy PC/104 system modernization
  • OEM systems requiring multiple I/O configurations

In many of these applications, the exact I/O mix may change from one project to another. A modular carrier strategy allows the system designer to keep the core platform consistent while adjusting the I/O configuration as needed.

ACCES I/O Product Fit

The 104e-mPCIe carrier family is designed to work with ACCES I/O’s broad range of industrial mPCIe products, including analog, digital, isolated, serial, relay, FET, and quadrature I/O modules, as well as any PCIe, USB, mSATA, or other mPCIe cards from any vendor.  Each slot also comes with a SIM socket, enabling additional wireless connectivity.

This gives engineers a practical way to combine multiple I/O functions in one compact PCIe/104 stack position while still using rugged, industrial-temperature hardware designed, built, and supported by ACCES I/O Products in San Diego CA USA..

For embedded systems where flexibility, compact size, and long-term support matter, the 104e-mPCIe family provides a powerful way to modernize and expand PC/104-class systems without giving up the stackable architecture that made the platform valuable in the first place.

Related ACCES I/O Products

104e-mPCIe-4A Family

104e-mPCIe-4 Family

ACCES PCI Express Mini Card (mPCIe) I/O Products

ACCES PC/104 and PCIe/104 Embedded I/O Products

ACCES I/O Products Introduces New Powerful High-Speed Multifunction Analog I/O Line with 4-20mA current outputs/inputs for Embedded Systems in PCI Express Mini Card (mPCIe) Form Factor

New mPCIe-DAAI16-8F offers 16-bit precision, simultaneous analog output and input, and flexible digital I/O

SAN DIEGO, CA — November 5, 2025 — ACCES I/O Products, Inc. proudly announces the release of the mPCIe-DAAI16-8F, a high-performance PCI Express Mini Card (mPCIe) multifunction analog output/input module that delivers 16-bit precision, simultaneous analog output and input, and flexible digital I/O — all in a small, rugged design ideal for embedded and OEM applications.

The mPCIe-DAAI16-8F integrates eight 16‑bit analog outputs supporting both voltage and current outputs, ideal for applications that need 4-20mA control. In addition to the flexible DAC outputs, eight 16-bit analog input channels software‑selectable as 8 single‑ended or 4 differential inputs are included. An aggregate analog‑input sampling rate up to 1 MSPS supports dynamic measurements, while each DAC channel can perform hardware‑paced waveform playback up to 125 kSPS per channel simultaneously. A compact, double‑stack mPCIe Type F1 form factor with latching I/O connectors enables reliable operation in shock and vibration prone environments.

Factory options include extended temperature of -40°C to +85°C, current inputs (4-20mA, 10-50mA), voltage dividers for higher voltage inputs, and HART modem capability.  Additional customization options include conformal coating, custom software / product-labeling, and more — even entirely new features customized to your specific needs, enabled by our advanced FPGA-based design.

Key features of the mPCIe-DAAI16-8F Family include:

  • PCI Express Mini Card (mPCIe) Type F1 (full length) with high-retention latching connectors vs shock/vibration
  • Eight 16‑bit analog outputs with software selectable current (4–20 mA, 0–20 mA, 0–24 mA) and voltage ranges
  • Hardware‑paced DAC waveform streaming up to 125 kSPS per channel using onboard FIFO + DMA architecture
  • Eight 16‑bit analog inputs — software‑selectable as 8 single ended or 4 differential; up to 1 MSPS aggregate ADC rate
  • Seven per‑channel programmable differential, bipolar input ranges
  • Eight digital I/O pins (4 inputs, 4 outputs) can be used for triggering, status, or control and optional digital integration features (pulse/PWM generation and measurement, edge‑specific IRQs and counting)
  • Flexible A/D triggering — start sources include software, internal timer, external start, and externally triggered timer start for precise synchronization.
  • Onboard watchdog with status output
  • Factory options: HART modem (on DAC #0), 4–20 mA / 10–50 mA ADC inputs, per-channel input voltage dividers, conformal coating, and more.
  • Made in the USA; RoHS compliant

All ACCES mPCIe (and M.2) cards offer high retention latching connectors for shock and vibration mitigation as well as an optional extended operating temperature of -40°C to +85°C. The small size (mPCIe Type F1: 30mm x 50.95mm) allows for maximum performance in embedded applications where space is a valuable resource.

These cards are supported for use in most operating systems and include a free Linux and Windows compatible software package. This package contains sample programs and source code in C# and Delphi for Windows. Linux support includes installation files and samples for programming level via our open-source kernel driver. Third party support includes a Windows standard DLL API library usable from most popular application programs. Embedded OS support includes the family of Windows Operating Systems including IoT. ACCES also now offers a VxWorks driver/library for the ultimate real-time process monitoring and control solution.

For detailed technical specifications, a datasheet, and user manual, please visit the product webpage at: https://accesio.com/product/mpcie-daai16-8f/

About ACCES I/O Products, Inc.

For over 35 years, ACCES I/O Products, Inc. has supplied an extensive range of analog, digital, serial communication, and isolated I/O boards and solutions, including a line of popular rugged USB hubs. ACCES also offers complete systems, integration services and enclosures with a quick turn-around on custom projects including software. ACCES products are designed for use with mPCIe (PCI Express Mini Card), M.2, PCI Express, PCIe/104, Ethernet, USB, PCI, PC/104, and ISA, as well as distributed, wireless I/O, and computer-on-module (COM) form factors. All hardware comes with a 30-day, no-risk return policy and a three-year warranty. For further information, visit the company’s web site at www.accesio.com.

 

Price: Prices start at $559, Please inquire for OEM and volume pricing
Availability: Now
Delivery: Stock to two weeks ARO
Card Images: 300 dpi JPG | 300 dpi PNG | Download DOCX | View as PDF

 

For Further Information, Contact:

Chris Persidok

Marketing Communications Director ACCES I/O Products, Inc.

 

10623 Roselle Street, San Diego, CA 92121-1506

Tel: 858.550.9559

E-mail: cpersidok@accesio.com

URL: www.accesio.com