Difference between revisions of "UIO-4032"

From ESS-WIKI
Jump to: navigation, search
Line 128: Line 128:
  
 
 
 
 
<div id="gtx-trans" style="position: absolute; left: -65px; top: 4389.42px;"><div class="gtx-trans-icon">&nbsp;</div> </div>
+
<div id="gtx-trans" style="position: absolute; left: -65px; top: 4389.42px;"><div class="gtx-trans-icon">&nbsp;</div> </div>  
 +
= RSB-3710 =
  
RSB-3710
 
 
TEST Disk WRITE Speed
 
TEST Disk WRITE Speed
 
+
<pre>$ sync; dd if=/dev/zero of=/dev/sda1 bs=1M count=1024; sync
$ sync; dd if=/dev/zero of=/dev/sda1 bs=1M count=1024; sync
 
 
1024+0 records in
 
1024+0 records in
 
1024+0 records out
 
1024+0 records out
1073741824 bytes (1.1 GB) copied, 3.28696 s, '''327 MB/s'''
+
1073741824 bytes (1.1 GB) copied, 3.28696 s, '''327 MB/s'''</pre>
 +
 
 
TEST Disk READ Speed
 
TEST Disk READ Speed
 
+
<pre>$ dd if=/dev/sda1 of=/dev/null bs=1M count=1024
$ dd if=/dev/sda1 of=/dev/null bs=1M count=1024
 
 
1024+0 records in
 
1024+0 records in
 
1024+0 records out
 
1024+0 records out
1073741824 bytes (1.1 GB) copied, 0.159273 s, '''6.7 GB/s'''
+
1073741824 bytes (1.1 GB) copied, 0.159273 s, '''6.7 GB/s'''</pre>
 +
 
 +
&nbsp;
 +
 
 +
<headertabs></headertabs>

Revision as of 04:40, 25 March 2024

RTENOTITLE

General Specificationn

  • 2 x USB 2.0
  • 2 x 2 wires RS-232
  • 1 x GbE
  • Dimension: 146 x 31 x 22mm

Environment Specification

  • Weight: 200g
  • Operating Humidity: 5 ~ 95% relative humidity, non-condensing
  • Operating Temperature: -40 ~ 85 C
  • Storage Temperature: -40 ~ 85 ㆍC and 60 C @ 95% RH Non-Condensing

 

Ordering Information
P/N Description
UIO-4032 UIO-4032, 1 GbE, 2 USB, 2 RS-232

Find Other Products

[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

RTENOTITLE

RS-232(COM3):

# stty -F /dev/ttymxc3 -echo -onlcr 115200
# cat /dev/ttymxc3 &
# echo "Serial Port Test" > /dev/ttymxc3

RTENOTITLE

USB  

USB3.0 HUB+USB Keyeboard&Mouse
USB3.0 driver data copy compare

Ethernet 

RTENOTITLE

RTENOTITLE

Rear IO – RS-232 x2 (ttymxc1 & ttymxc3)
RS-232(4032_COM3):
# stty -F /dev/ttymxc0 -echo -onlcr 115200
# cat /dev/ttymxc1 &
# echo "Serial Port Test" > /dev/ttymxc0

RTENOTITLE

RS-232(4032_COM4)

# stty -F /dev/ttymxc3 -echo -onlcr 115200
# cat /dev/ttymxc3 &
# echo "Serial Port Test" > /dev/ttymxc3

RTENOTITLE

USB  x2
USB3.0 HUB+USB Keyeboard&Mouse
USB3.0 driver data copy compare

Ethernet  x1

RTENOTITLE

 

 

RSB-3710

TEST Disk WRITE Speed

$ sync; dd if=/dev/zero of=/dev/sda1 bs=1M count=1024; sync
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 3.28696 s, '''327 MB/s'''

TEST Disk READ Speed

$ dd if=/dev/sda1 of=/dev/null bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 0.159273 s, '''6.7 GB/s'''