Do you have a question about the FES101E6-R/K39 SS Series and is the answer not in the manual?
Questions and answers
Summary of Contents for Forenex FES101E6-R/K39 SS Series
Page 1
FES101E6 User Manual FES101E6 ARM based Panel PC User Manual (Preliminary) Fanless ultra-compact Dual Core Cortex A72+Quad core Cortex A53 ARM system for Industrial/Door-Control/Medical-care Applicable Models: FES101E6-R/K39xxxSS, FES101E6-R/K39xxxPS FES101E6-R/K39xxxSA, FES101E6-R/K39xxxPA FES101E6-R/K39xxxSB, FES101E6-R/K39xxxPB FES101E6-R/K39xxxSC, FES101E6-R/K39xxxPC FES101E6-R/K39xxxSD, FES101E6-R/K39xxxPD Version: V1.0 Document No: doc-FES101E6-RK39xxxxxV10 Main Board: MBE71C-R39xxxSS...
Page 2
FES101E6 User Manual Packing List 1 x FES101E6-R39/K39 device. 1 x DC Adaptor, 12V/2A (for version FES101E6-xxxxxxSS/SA/SB/SC/SD only). 2 x Antenna (for version “FES101E6-xxxxxxPC”, ” FES101E6-xxxxxxPD”, “FES101E6-xxxxxxSC”, ” FES101E6-xxxxxxSD” only). Ordering Information Part Number: FES101E6-R/K39mnxy-z • 101 : Panel Size 10.1”...
FES101E6 User Manual Table of Contents General Information ......................7 1-1. Product Specifications......................7 1-2. Optional Functions ......................... 7 1-3. Outline Dimensions ........................ 8 1-3-1. The Outline of 10.1” Panel PC (FES101E6-R39xxPS/PB/PC) .......... 8 1-3-2. Panel Mounting Illustration ..................9 1-3-3.
Page 4
FES101E6 User Manual 3-2-2. To control DIO Ports: ....................20 3-2-3. To control Comport Mode: ..................21...
Page 5
All registered trademarks are the property of their respective owners. Disclaimer Forenex Technology Ltd. follows the continuous development strategy, reserves the right to make irregular changes to the information, product specifications, hardware and software descriptions in this document at any time without notice. However, the information provided in this document is believed to be accurate and reliable as of the publication date of this document.
Page 6
- Consult the dealer or an experienced radio/TV technician for help. Notice: The product described in this document is designed for general use, Forenex Technologies assumes no responsibility for the conflicts or damages arising from incompatibility of the product. Check compatibility issue with your local sales representatives before placing an...
FES101E6 User Manual 1. General Information The FES101E6 (Panel mount PC) is designed with an ABS plastic bezel, metal rear cover chassis and the PCAP touch panel covers the front of FES101E6 to able to adapt front-IP65 ingress protection. Also due to take full advantage of the lowest power, fanless system design for a wide variety of industrial automation, transportation, door-control, medical-care and HMI applications.
FES101E6 User Manual 2-2. DC Power Connector On front panel, external secondary power input. Pin Assignment: Connector: ( Terminal Block-2P/Male ) Pin number Description DC12V 2-3. Gigabit Ethernet Port with PoE+ On front panel. The RJ45 port that supports high-speed Gigabit Ethernet and conform to the 802.3at specification.
FES101E6 User Manual 2-5. USB 2.0 Port On Front panel. Provides a USB 2.0 port gives complete hot plug capability and complies with USB UHCI, Rev. 2.0. Pin Assignment: Connector: ( USB Type A ) Pin number Description +5V/500mA USB Data -...
FES101E6 User Manual 2-7. HDMI®-2.0 port On front panel. The HDMI port uses an HDMI Type-A receptacle connector. It allows connecting the digital video devices which utilize a high definition video signal without a HDCP. Support HDMI® V2.0, Res. up to 4Kx2K @60fps, HDCP1.4 /2.2 ...
FES101E6 User Manual 2-8. Full modem RS232 Port On rear side. Pin Assignment. Connector: ( DTE-DB9/Male /Black) Pin number Description COM-GND 2-9. 3-IN/3-OUT DIO Port On rear side. Pin Assignment. Connector: ( Terminal Block-8P/Male ) Description EXT-VCC (External power provides for the pull-high level of pin DO-0,1,2 use) DO-0 ( pen Drain output)
FES101E6 User Manual 3. Software and Technical Supports 3-1. Android Programming Guide 3-1-1. ADB installation Originally, the USB3.0 was defaulted as host mode. Before use function ADB, the USB 3.0 Port have to be set to device mode by following steps. Step1.
Page 16
FES101E6 Step3. After finished above action, a new item "Developer Options" will appear in User Manual the system block. Step4. Get into the new item "Developer Options" and turn on the USB debugging function. Note: Please do not change the others that you do not understand what it does. -16-...
Page 17
FES101E6 Step5. Scroll to "Settings > USB" User Manual ● Then Scroll to "USB > ADB/HOST" ● Set USB3.0 as ADB -17-...
FES101E6 User Manual 3-1-2. To install APK software over the ADB function of PC : 1. Complete the connection between USB3.0 (Type A) port of FES101E6 and USB port of PC. 2. Enter the command string "adb install xxxxx.apk" from pc that will begin user’s APK software installation.
FES101E6 User Manual // Retrieve the status of PINs DO-0, DO-1 and DO-2 for confirmation int get_FR_u2r2_gpio_out0 (); int get_FR_u2r2_gpio_out1 (); int get_FR_u2r2_gpio_out2 (); // To get value of PINs DI-0, DI-1, DI-2 int get_FR_u2r2_gpio_in0 (); // read DI-0 int get_FR_u2r2_gpio_in1 (); // read DI-1 int get_FR_u2r2_gpio_in2 ();...
FES101E6 User Manual 3-2. Debian Programming Guide 3-2-1. To control Status Light Bar (RGBW Optic Fiber): Refer to the API files. // For instance to set each RED,GREEN,BLUE,WHITE light on void set_FES101E6_red (GPIO_ON); void set_FES101E6_green (GPIO_ON); void set_FES101E6_blue (GPIO_ON); void set_FES101E6_white (GPIO_ON); // For instance to set each RED,GREEN,BLUE,WHITE light off void set_FES101E6_red (GPIO_OFF);...
Page 21
FES101E6 User Manual // To get value of PINs DI-0, DI-1, DI-2 int get_FR_u2r2_gpio_in0 (); // read DI-0 int get_FR_u2r2_gpio_in1 (); // read DI-1 int get_FR_u2r2_gpio_in2 (); // read DI-2 3-2-3. To control Comport Mode: FR_u2r2 generate two devices node, the path are “/dev/ttyUSB0” and “/dev/ttyUSB1”. Refer to the API files.
This manual is also suitable for:
Fes101e6-r/k39 sa seriesFes101e6-r/k39 sb seriesFes101e6-r/k39 sc seriesFes101e6-r/k39 sd seriesFes101e6-r/k39 ps seriesFes101e6-r/k39 pa series...
Show all
Fes101e6-r/k39 pb seriesFes101e6-r/k39 pc seriesFes101e6-r/k39 pd seriesFes101e6
Need help?
Do you have a question about the FES101E6-R/K39 SS Series and is the answer not in the manual?
Questions and answers