![Advantech EKI-1121L Скачать руководство пользователя страница 45](http://html1.mh-extra.com/html/advantech/eki-1121l/eki-1121l_user-manual_2858303045.webp)
39
EKI-1121L/1122L/1124L User Manual
Chapter 4
D
evelopment
Guide
4.2.2
User Space via FTP
Sometimes, user wants to execute applications in file system of EKI-1121L/1122L/
1124L. Please use the following commands to get and execute the files.
Figure 4.1 How to Get Applications via FTP
4.2.3
Root File-system
we support jffs2 file system in current version.
4.3
Device APIs
4.3.1
Serial port APIs
Each serial port has an associated device file. To access a serial port, you simply
open the corresponding device file.
Port configuration is done using the POSIX termios interface. Developing in C, you
will first need to include the <termios.h> header file to use the required functions.
Additionally, the serial port line drivers are software configurable for RS-232, RS-422
or RS-485 operation, through the termios interface. You will need to include the
adv.h header file or the following defines.
#define IRS4220100000
#define IRS4850200000
Peripheral
Device File
Serial Port 1
/dev/ttyAP0
Serial Port 2
/dev/ttyAP1
Serial Port 3
/dev/ttyAP2
Serial Port 4
/dev/ttyAP3
Содержание EKI-1121L
Страница 1: ...User Manual EKI 1121L EKI 1122L EKI 1124L 1 2 4 port Programmable Serial Device Servers...
Страница 7: ...Chapter 1 1 Introduction...
Страница 10: ...EKI 1121L 1122L 1124L User Manual 4...
Страница 11: ...Chapter 2 2 Getting Started...
Страница 14: ...EKI 1121L 1122L 1124L User Manual 8 Figure 2 3 Back View of EKI 1121L Figure 2 4 Top View of EKI 1121L...
Страница 16: ...EKI 1121L 1122L 1124L User Manual 10 Figure 2 7 Back View of EKI 1122L Figure 2 8 Top View of EKI 1122L...
Страница 18: ...EKI 1121L 1122L 1124L User Manual 12 Figure 2 11 Back View of EKI 1124L Figure 2 12 Top View of EKI 1224L...
Страница 23: ...Chapter 3 3 Installation and Configuration...
Страница 42: ...EKI 1121L 1122L 1124L User Manual 36...
Страница 43: ...Chapter 4 4 Development Guide...
Страница 48: ...EKI 1121L 1122L 1124L User Manual 42...
Страница 49: ...Chapter 5 5 Troubleshooting...
Страница 51: ...Appendix A A Restore the Platform Kernel...
Страница 53: ...Appendix B B Erase JFFS2 File System...
Страница 55: ...Appendix C C Command Collection...
Страница 59: ...53 EKI 1121L 1122L 1124L User Manual Appendix C Command Collection...