Difference between revisions of "UIO-4032TEST"
From ESS-WIKI
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| border="0" cellpadding="5" cellspacing="0" style="width:100%;" | {| border="0" cellpadding="5" cellspacing="0" style="width:100%;" | ||
|- | |- | ||
− | | style="width: 20%;text-align: center;vertical-align: top;" | [[File: | + | | style="width: 20%;text-align: center;vertical-align: top;" | [[File:UIO-4032 290.jpg|RTENOTITLE]] |
| style="width:80%; vertical-align: top;padding-left: 5px;" | | | style="width:80%; vertical-align: top;padding-left: 5px;" | | ||
{| border="0" cellpadding="5" cellspacing="0" style="width:100%;" | {| border="0" cellpadding="5" cellspacing="0" style="width:100%;" | ||
|- | |- | ||
− | | style="width:22%;min-width: | + | | style="width:22%;min-width:250px;vertical-align: top;line-height:20px;color: #333333;" | |
<span style="color: #4e62a1;font-weight: bold;">'''General Specificationn'''</span> | <span style="color: #4e62a1;font-weight: bold;">'''General Specificationn'''</span> | ||
*2 x USB 2.0 | *2 x USB 2.0 | ||
*2 x 2 wires RS-232 | *2 x 2 wires RS-232 | ||
− | * | + | *1 x GbE |
*<span style="font-size:14px;color:#4d4d4d;line-height:20px;">Dimension: </span>146 x 31 x 22mm | *<span style="font-size:14px;color:#4d4d4d;line-height:20px;">Dimension: </span>146 x 31 x 22mm | ||
Line 37: | Line 37: | ||
|- | |- | ||
| style="vertical-align: top;line-height:20px;;padding-left:5px;background-color: #f7f7f7;" | UIO-4032 | | style="vertical-align: top;line-height:20px;;padding-left:5px;background-color: #f7f7f7;" | UIO-4032 | ||
− | | style="vertical-align: top;line-height:20px;;padding-left:5px;background-color: #f7f7f7;" | UIO-4032, 1 GbE, | + | | style="vertical-align: top;line-height:20px;;padding-left:5px;background-color: #f7f7f7;" | UIO-4032, 1 GbE, 2 USB, 2 RS-232 |
− | 2 USB, 2 RS-232 | ||
− | |||
|} | |} | ||
<p style="text-align: right;padding-right:0px;padding-bottom:10px;padding-top:10px;">[http://ess-wiki.advantech.com.tw/view/AIM-Linux/UIO40-Express <span style="color:#994895;border:solid 1px #994895; padding:10px 20px;text-decoration: none;">Find Other Products</span>]</p> | <p style="text-align: right;padding-right:0px;padding-bottom:10px;padding-top:10px;">[http://ess-wiki.advantech.com.tw/view/AIM-Linux/UIO40-Express <span style="color:#994895;border:solid 1px #994895; padding:10px 20px;text-decoration: none;">Find Other Products</span>]</p> | ||
Line 48: | Line 46: | ||
= RSB-3430 = | = RSB-3430 = | ||
− | ''' | + | '''RS-232 x2 : <br/> Note:ttymxc2 –COM_3 ttymxc3-COM_4''' |
− | + | <pre>'''$ stty -F /dev/ttymxc2 -echo -onlcr 115200 crtscts | |
− | |||
− | |||
$ cat /dev/ttymxc2 & | $ cat /dev/ttymxc2 & | ||
$ echo "Serial Port Test" > /dev/ttymxc2</pre> | $ echo "Serial Port Test" > /dev/ttymxc2</pre> | ||
− | ''' | + | '''USB''' |
− | + | <pre>Insert a USB disk | |
− | |||
− | + | usb 1-1.2: new high-speed USB device number 4 using ci_hdrc | |
− | + | usb-storage 1-1.2:1.0: USB Mass Storage device detected | |
− | + | scsi2 : usb-storage 1-1.2:1.0 | |
− | + | scsi 2:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS | |
− | + | sd 2:0:0:0: [sda] 3862528 512-byte logical blocks: (1.97 GB/1.84 GiB) | |
− | + | sd 2:0:0:0: [sda] Write Protect is off | |
+ | sd 2:0:0:0: [sda] No Caching mode page found | ||
+ | sd 2:0:0:0: [sda] Assuming drive cache: write through | ||
+ | sd 2:0:0:0: [sda] No Caching mode page found | ||
+ | sd 2:0:0:0: [sda] Assuming drive cache: write through | ||
+ | sda: sda1 | ||
+ | sd 2:0:0:0: [sda] No Caching mode page found | ||
+ | sd 2:0:0:0: [sda] Assuming drive cache: write through | ||
+ | sd 2:0:0:0: [sda] Attached SCSI removable disk</pre> | ||
+ | |||
+ | '''LAN''' | ||
+ | <pre>ifconfig eth1 8.8.8.8 </pre> | ||
= RSB-3720 = | = RSB-3720 = | ||
− | + | COM Port <br/> Rear IO – RS-232 x 2<br/> USB x 2<br/> Ethernet x 1<br/> Note:<br/> ttymxc1 – COM3<br/> ttymxc3 – COM4 | |
'''RS-232(COM3):''' | '''RS-232(COM3):''' | ||
<pre># stty -F /dev/ttymxc1 -echo -onlcr 115200 | <pre># stty -F /dev/ttymxc1 -echo -onlcr 115200 | ||
# cat /dev/ttymxc1 & | # cat /dev/ttymxc1 & | ||
− | # echo "Serial Port Test" /dev/ttymxc1</pre> | + | # echo "Serial Port Test" > /dev/ttymxc1</pre> |
− | + | [[File:RSB-3720 4032 232 pic1.png|RTENOTITLE]] | |
− | ''' | + | '''RS-232(COM3):''' |
+ | <pre># stty -F /dev/ttymxc3 -echo -onlcr 115200 | ||
+ | # cat /dev/ttymxc3 & | ||
+ | # echo "Serial Port Test" > /dev/ttymxc3</pre> | ||
− | + | [[File:RSB-3720 4032 232 pic2.png|RTENOTITLE]] | |
− | |||
− | |||
− | |||
− | ''' | + | '''USB ''' |
+ | <pre>USB3.0 HUB+USB Keyeboard&Mouse | ||
+ | USB3.0 driver data copy compare</pre> | ||
− | + | '''Ethernet''' | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[File:RSB-3720 | + | [[File:RSB-3720 4032 ethernet pic1.png|RTENOTITLE]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[File:RSB-3720 | + | [[File:RSB-3720 4032 ethernet pic2.png|RTENOTITLE]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[File: | + | <!--== '''接口布局和尺寸(Layout and Sizes)''' == --><!--'''[[File:UIO-4032 photo1 2021-10-27 143242.jpg|RTENOTITLE]]''' --><!--  |
− | + | <!--'''[[File:UIO-4032 photo2 2021-10-27 143326.jpg|RTENOTITLE]]''' --><!-- --><!--'''[[File:UIO-4032 photo3 2021-10-27 143358.jpg|RTENOTITLE]]'''--> | |
<headertabs></headertabs> | <headertabs></headertabs> |
Latest revision as of 08:41, 27 June 2023
[edit]
RS-232 x2 :
Note:ttymxc2 –COM_3 ttymxc3-COM_4
'''$ stty -F /dev/ttymxc2 -echo -onlcr 115200 crtscts $ cat /dev/ttymxc2 & $ echo "Serial Port Test" > /dev/ttymxc2
USB
Insert a USB disk usb 1-1.2: new high-speed USB device number 4 using ci_hdrc usb-storage 1-1.2:1.0: USB Mass Storage device detected scsi2 : usb-storage 1-1.2:1.0 scsi 2:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS sd 2:0:0:0: [sda] 3862528 512-byte logical blocks: (1.97 GB/1.84 GiB) sd 2:0:0:0: [sda] Write Protect is off sd 2:0:0:0: [sda] No Caching mode page found sd 2:0:0:0: [sda] Assuming drive cache: write through sd 2:0:0:0: [sda] No Caching mode page found sd 2:0:0:0: [sda] Assuming drive cache: write through sda: sda1 sd 2:0:0:0: [sda] No Caching mode page found sd 2:0:0:0: [sda] Assuming drive cache: write through sd 2:0:0:0: [sda] Attached SCSI removable disk
LAN
ifconfig eth1 8.8.8.8
COM Port
Rear IO – RS-232 x 2
USB x 2
Ethernet x 1
Note:
ttymxc1 – COM3
ttymxc3 – COM4
RS-232(COM3):
# stty -F /dev/ttymxc1 -echo -onlcr 115200 # cat /dev/ttymxc1 & # echo "Serial Port Test" > /dev/ttymxc1
RS-232(COM3):
# stty -F /dev/ttymxc3 -echo -onlcr 115200 # cat /dev/ttymxc3 & # echo "Serial Port Test" > /dev/ttymxc3
USB
USB3.0 HUB+USB Keyeboard&Mouse USB3.0 driver data copy compare
Ethernet