Two port RS-232/422/485 serial device servers
Received this version via email from support.us@moxa.com Joe delaCruz 2016.10.24 8:53PM
Latest version is in the repository now original under tars and the uncompressed version under src/moxa
cd /opt/lvisf/src/moxa/kernel2.x
#if (LINUX_VERSION_CODE >= VERSION_CODE(2,4,0)) //init_MUTEX(&tty_node->tx_lock); #if (LINUX_VERSION_CODE < VERSION_CODE(2,6,39))
#if (LINUX_VERSION_CODE >= VERSION_CODE(2,4,0)) init_MUTEX(&tty_node->tx_lock); #if (LINUX_VERSION_CODE < VERSION_CODE(2,6,39))
#if (LINUX_VERSION_CODE < VERSION_CODE(2,6,39)) tty_node->tx_lock = SPIN_LOCK_UNLOCKED; #else
#if (LINUX_VERSION_CODE < VERSION_CODE(2,6,39)) // tty_node->tx_lock = SPIN_LOCK_UNLOCKED; #else
#if (LINUX_VERSION_CODE > VERSION_CODE(2,6,36))
#if (LINUX_VERSION_CODE > VERSION_CODE(2,4,0))
sudo ./mxuninst
sudo ./mxinst m64
The device driver does not build correctly on our SL system, need to modify npreal2.c Uncomment line 742 Comment line 744 Line 109 - change (2,6,36) to (2,4,0) Then: sudo ./mxinst
DMYancich - assigned - 10.4.1.168 (From DHCP, then made static)
sudo ./mxaddsvr 10.4.1.198 2 # (ip from below, and 2 serial ports)
Found these two devices when testing out the CentOS build