(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/6
Description
High Performance High Stability Serial to CAN Converter CAN Bus Adapter Converter RS485 / RS232 to Can Bus Converter
Product Description
Small and exquisite, high performance, high stability serial to CAN module. It has 1 RS232 interface, 1 RS485 interface and 1 CAN interface. The baud rate of the serial port supports 1200 ~ 460800bps; the baud rate of CAN supports 10kbps ~ 1000kbps. Users can use it to easily complete the interconnection between serial devices and CAN devices.
Equipment characteristics
Realize two-way data communication between CAN and RS232 / 485; · Interface electrostatic protection; surge protection; excellent EMC performance; 14 groups of configurable filters; 3 working modes: transparent conversion, transparent belt logo conversion, format conversion; With offline detection and automatic recovery functions; Comply with CAN2.0B specification, compatible with CAN2.0A; Comply with ISO11898-1 / 2/3. The baud rate supports 10kbps ~ 1000kbps. CAN buffer up to 1000 frames to ensure no data loss; High-speed conversion, serial port at 115200 baud rate, CAN at 250kbps, CAN transmission speed can reach 1270 extended frames / second (close to the theoretical maximum of 1309); serial port at 460800 baud rate, CAN at 1000kbps, CAN transmission speed can reach Above 5000 extended frames / second;
The interface has ESD protection function, the baud rate supports 1200 ~ 460800, 5.08mm terminal leads out for easy wiring
Communication indicator
on-board RUN, COM, CAN indicator, easy to use
Reset / restore factory settings
with reset / restore factory settings signal
Working temperature
Industrial grade: -40 ~ 85 ℃
Storage temperature
-65 ~ 165 ℃
Humidity range
5 ~ 95% relative humidity
Installation Instructions
Indicator meaning
This module has 4 LED indicators:
PWR, RUN, COM and CAN. POWER: System power indicator, red; Steady on: Power is normal: Off: Power is abnormal
RUN: system running indicator; during normal operation, the frequency of on and off is about 1Hz; when CAN is abnormal, it is always on;
COM: RS232/RS485 indicator light, flashes when data is received
CAN: CAN indicator light, flashes when data is received
RS232/485 interface
This module has a total of 1 RS232/485 interface (5. 00mm green terminal lead), of which RS232 uses DB9 female (hole type), the signal definition is shown in the figure It can be connected with standard male serial cable.
Power connector
This module uses DC5-36V wide voltage power supply, and the module power is less than 0.2W.
CAN interface
The CAN interface is led out by a 5.00mm green terminal, and the interface has a 120 ohm terminal resistance selection function. as the picture shows Among them, "RS" is the terminal resistance selection. If you connect "RS" and "CAN_L" with a wire, the 120 ohm resistor inside the module is incorporated into the CAN bus: otherwise, the 120 ohm resistor is not connected to the bus. (According to the ISO 11898 specification, in order to enhance the reliability of CAN-bus communication, the two end points of the CAN-bus bus network usually need to add terminal matching resistors (1209), as shown in the figure below. The size of the terminal matching resistance is determined by the characteristics of the transmission cable The impedance is determined, for example, if the characteristic impedance of the twisted pair is 1202, the two terminals on the bus should also integrate 1202 terminal resistance.)
Module parameter configuration
This module can use "Intelligent Embedded IoT CAN to Serial Configuration Software" to realize the parameter configuration of the module through RS232 or RS485 interface. If you cannot connect to the device due to accidental configuration errors, you can use the "CFG" button to restore the factory parameters (press and hold CFG for 5 seconds, and then release it after the 3 green indicator lights flash simultaneously).
Serial server configuration software
Before configuration, you must know the RS232/485 baud rate of the module that was successfully configured last time. If you forget, you can restore the factory by resetting the module. The factory parameters are 115200, 8, N, 1: The first step is to select the appropriate "serial port number"; The second step is to select the last module's baud rate and other parameters; The third step "open the serial port"; The fourth step "Get device parameters"; After obtaining the parameters successfully, you can modify the parameters. After the modification is completed, click "Save Device Parameters", and then restart the device. The following describes the parameters in the configuration software.