working mode
Select between operation as MNC server (mnc) or together with an NMS Server (vlc)
SATNMS_TYPE="mnc"
serial ports
Moxa PCI Express cards did not have any jumpers to select RS232/422/485 and termination. This has to be set with muestty on startup.
Servers with OS Debian-satnms-4 and later supports 1 card with up to 8 ports. Define here the existing ports and interface types:
## add 2 lines for each port and replace "x" with the number 1..8
SATNMS_SERIALx_INT = [RS232,RS422,RS4852W,RS4854W]
SATNMS_SERIALx_TERM = [NONTERM,120TERM]
## (only relevant for 422/485)
## example Port 1 to RS422 and no termination
SATNMS_SERIAL_INT_1=RS422
SATNMS_SERIAL_TERM_1=NONTERM
Please refer to Moxa documentation for details. Check current settings with
muestty -g /dev/ttyS11
Card comes up with RS232, therefore it is not necessary to configure these cards. Just comment out lines with RS232 to prevent error messages.