Knowledge
home
app
about
Search…
English
Home
About Ardexa
Getting Started
What is Ardexa?
Connectivity in 60 Seconds
The Ardexa Data Store
Variable Naming Guide
Configure the Edge Device
Ardexa Agent
Ardexa Machine Plugins
The ArdexaLinux Image
Computer Hardware
Serial Communications
Advantech Serial Driver
USB On-The-Go (OTG) support
Raspberry Pi 4 EEPROM update
Communications Hardware
Connecting a Machine to the Ardexa Device
Ardexa Cloud
Ardexa Account
Ardexa Remote
Data Access
Analysis
Searches
Devices
Dashboards
Alerts
Administration
Energy Solutions
FAQ
Troubleshooting
Ardexa API
API
Import
Powered By
GitBook
Advantech Serial Driver
Advantech UNO IDoor Module PCM-24D2R4-BE
Here are the commands to download and compile the Serial Port drivers for an Advantech device.
Please note:
you
MUST
rebuild the driver any time you update the kernel
1
sudo apt update
2
sudo apt install -y linux-headers-$(uname -r)
3
wget -O adv950.tar.gz http://downloadt.advantech.com/download/downloadsr.aspx?File_Id=1-1AHV7AI
4
tar xf adv950.tar.gz
5
cd adv950_source*/3.x_and_later/
6
make && sudo make install
7
echo adv950 > /etc/modules-load.d/adv950.conf
8
sudo reboot
Copied!
To check that the driver has been correctly loaded, please check for the relevant devices using the following command:
1
ls /dev/ttyAP*
Copied!
Previous
Serial Communications
Next
USB On-The-Go (OTG) support
Last modified
2yr ago
Copy link