Difference between revisions of "UIO-4032"

From ESS-WIKI
Jump to: navigation, search
Line 46: Line 46:
  
 
== '''RSB-3720 測試方法''' ==
 
== '''RSB-3720 測試方法''' ==
 +
 +
COM Port&nbsp;<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):'''
 +
<pre># stty -F /dev/ttymxc1 -echo -onlcr 115200
 +
# cat /dev/ttymxc1 &
 +
# echo "Serial Port Test" > /dev/ttymxc1</pre>

Revision as of 07:58, 29 October 2021

接口布局和尺寸(Layout and Sizes)

RTENOTITLE


RTENOTITLE


RTENOTITLE

Specifications

RTENOTITLE

RTENOTITLE

RSB-3430 測試方法

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 

RSB-3720 測試方法

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