PEX-400111
Interface Corporation
-
18
-
Loading a Driver Module and Making a Device Node
1. Login to your Linux system as a super user.
%su
Password:-------------Passward of root
Load a Real-Time module for RTLinux.
#rtlinux start
2. Load the driver modules for kernel.
>>Linux
#modprobe cp4141
>>RTLinux
#modprobe rcp4141
3. Confirm that the communications port is recognized by using the /proc file system.
>>Linux
#cat /proc/tty/driver/cp4141
>>RTLinux
#cat /proc/tty/driver/rcp4141
Note: Refer to the Help about how to use the /proc file system.