asilk27

Results 4 comments of asilk27

I'm running into this issue as well. I'm listening to a device that is constantly broadcasting CAN messages, but the PCAN interface is so slow that it actually misses some...

Resolved the issue. For me I was doing this: ``` def readMessage(): #If no CAN message is read within 1 second, return None with can.Bus() as bus: msg = bus.recv(timeout=1)...

I'm running into the same issue. I've tried many different ways running the WSLAttachSwitch.exe program. I've tried in WSL2, CMD, PowerShell. I've used both _/mnt/c_ and _cmd.exe /c_ methods. They...

I think I solved it. Don't use the hypermanager GUI to create the virtual switch. use PowerShell. run this command in PS to make it: > New-VMSwitch -Name sw2 -NetAdapterName...