📄 version.txt
字号:
Version number: Ver1.2Product Line: Moxa PC104 Communication ModulePlatform: i386, Linux kernel 2.4.x, 2.6.x Company: Moxa Technologies Co., LtdDate: 05/04/2007Support Product:CA-104, CA-132, CA-132ICA-108, CA-114, CA-134IKnown Limitation:1. Under 2.6.10 or above, the ttyNx need to be created at each boot. You can see rc.mxpcdrv for reference.Release Note:Ver1.21. Add three new models. CA-108, CA-114, CA-134I2. Support kernel up to 2.6.20.Ver1.1.21. Add MOXA_SET_SPECIAL_BAUD_RATE & MOXA_GET_SPECIAL_BAUD_RATE functions in ioctl() to set any baud rate. For example: To set special baud rate, you can use the ioctl() as follow. ioctl(fd, MOXA_SET_SPECIAL_BAUD_RATE, 500000); To get special baud rate, you can use the ioctl() as follow. ioctl(fd, MOXA_GET_SPECIAL_BAUD_RATE, &baud);Ver1.1.11. Suport kernel up to 2.6.18, including Fedora Core 5.2. Fix the "delete" & "backspace" keys in mpterm.Ver1.01. Support Linux 2.6.x. a. For RedHat AS/ES/WS/Fedora Core 1 (not for Core 2): # make installsp1 2. In this version, use "modprobe mxpcdrv <arguments>" to load driver instead.3. Linux 2.0.x & 2.2.x doesn't support any more from this version.4. cun* device is obsolete under Linux kernel 2.6 (but still also availabe under Linux kernel 2.4). Use ttyN* device instead.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -