8devices Korlan USB2CAN 사용자 설명서 - 페이지 15
{카테고리_이름} 8devices Korlan USB2CAN에 대한 사용자 설명서을 온라인으로 검색하거나 PDF를 다운로드하세요. 8devices Korlan USB2CAN 15 페이지. High quality isolated usb to can interface
8devices Korlan USB2CAN에 대해서도 마찬가지입니다: 사용자 설명서 (17 페이지)
receve_all_korlan.py - receiving and printing CAN bus messages in the loop until Ctrl-C is pressed.
import can
with can.interface.Bus(bustype="usb2can", channel="d3365afb", bitrate=1000000, dll='./
usb2can.dll') as bus:
try:
while True:
msg = bus.recv(1)
if msg is not None:
print(msg)
except KeyboardInterrupt:
pass
# exit normally
4.4 Firmware upgrade
Firmware upgrade to version 2.3 is straightforward on Windows operating system. Follow the instructions
below.
1. Connect your Korlan USB2CAN adapter to the USB port of your computer.
2. Download Korlan USB2CAN Firmware Upgrade Tool v2.3 from our website:
https://www.8devices.com/media/products/usb2can_korlan/downloads/USB2CAN_v23.exe
3. Run the USB2CAN_v23.exe file to start the firmware upgrade.
4. Follow instructions and wait until the firmware upgrade is finished before disconnecting Korlan USB2CAN
device.
KORLAN USB2CAN
USER GUIDE
15