Search found 1 match

by squidopolis
Mon Jan 19, 2026 5:27 am
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: VW Mild Hybrid Starter Alternator
Replies: 179
Views: 120137

Re: VW Mild Hybrid Starter Alternator

Got this working, below is my python script:

#send_msg
# The CANlib library is initialized when the canlib module is imported. To be
# able to send a message, Frame also needs to be installed.
from canlib import canlib, Frame
import time

#CAN
ch_a = canlib.openChannel(channel=0)
ch_a.setBusParams ...