Difference between revisions of "UIO-4034"

From ESS-WIKI
Jump to: navigation, search
Line 1: Line 1:
== '''Specifications ''' ==
+
== '''Specifications (產品規格)''' ==
  
 
'''[[File:UIO-4034 info 2021-10-27 151032.jpg|RTENOTITLE]]'''
 
'''[[File:UIO-4034 info 2021-10-27 151032.jpg|RTENOTITLE]]'''
Line 5: Line 5:
 
'''[[File:UIO-4034 spec 2021-10-27 151102.jpg|RTENOTITLE]]'''
 
'''[[File:UIO-4034 spec 2021-10-27 151102.jpg|RTENOTITLE]]'''
  
== '''RSB-3430 測試方法''' ==
+
== '''RSB-3430 Testing method (RSB-3430 測試方法)''' ==
  
 
'''Note: RS-232: /dev/ttymxc2&nbsp;&nbsp;&nbsp;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RS-485: pin1 data- & pin2 data+ (ttyUSB0)'''
 
'''Note: RS-232: /dev/ttymxc2&nbsp;&nbsp;&nbsp;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RS-485: pin1 data- & pin2 data+ (ttyUSB0)'''
Line 23: Line 23:
 
$ cansend can1 1F334455#1122334455667788</pre>
 
$ cansend can1 1F334455#1122334455667788</pre>
  
== '''RSB-3720&nbsp;測試方法''' ==
+
== '''RSB-3720 Testing method (RSB-3720&nbsp;測試方法)''' ==
  
 
'''<br/>RS-232(COM3):'''
 
'''<br/>RS-232(COM3):'''
Line 52: Line 52:
  
  
<!--== '''接口布局和尺寸(Layout and Sizes)''' == -->
+
<!--== '''Layout and Sizes (接口布局和尺寸)''' == -->
  
 
<!--[[File:RSB-4034 photo1 2021-10-27 150805.jpg|RTENOTITLE]] -->
 
<!--[[File:RSB-4034 photo1 2021-10-27 150805.jpg|RTENOTITLE]] -->

Revision as of 04:49, 4 August 2022

Specifications (產品規格)

RTENOTITLE

RTENOTITLE

RSB-3430 Testing method (RSB-3430 測試方法)

Note: RS-232: /dev/ttymxc2   
          RS-485: pin1 data- & pin2 data+ (ttyUSB0)

RS-232 

$ stty -F /dev/ttymxc2 -echo -onlcr 115200 crtscts
$ cat /dev/ttymxc2 &
$ echo "Serial Port Test" > /dev/ttymxc2

CAN Bus 

$ ip link set can0 up type can bitrate 125000
$ ifconfig can0 up
$ ip link set can1 up type can bitrate 125000
$ ifconfig can1 up

$ candump can0 &
$ cansend can1 1F334455#1122334455667788

RSB-3720 Testing method (RSB-3720 測試方法)


RS-232(COM3):

  RS-232 x2 (ttymxc1 & ttymxc3)
# stty -F /dev/ttymxc1 -echo -onlcr 115200
# cat /dev/ttymxc1 &
# echo "Serial Port Test" > /dev/ttymxc1

RSB-3720 4034 232 pic1.png

RS-232(COM4)

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

RSB-3720 4034 232 pic2.png

CAN

# ip link set can0 up type can bitrate 125000
# ifconfig can0 up
# ip link set can1 up type can bitrate 125000
# ifconfig can1 up

# candump can0 &
# cansend can1 1F334455#1122334455667788