8devices Korlan USB2CAN Kullanıcı Kılavuzu - Sayfa 15

USB Arayüzleri 8devices Korlan USB2CAN için çevrimiçi göz atın veya pdf Kullanıcı Kılavuzu indirin. 8devices Korlan USB2CAN 15 sayfaları. High quality isolated usb to can interface
Ayrıca 8devices Korlan USB2CAN için: Kullanıcı Kılavuzu (17 sayfalar)

8devices Korlan USB2CAN Kullanıcı Kılavuzu
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