Peter Wucherer
- 活动总数 33
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
评论
Peter Wucherer 最近的活动-
Hello Ueli,it seems I can reproduce it with Visual Studio 2022.Without ClickOnce Security it works ok.With ClickOnce only the EXE in the directory "app.publish" works ok after adding the subdirecto...
-
正式评论 Hello Ueli,do you use a ARM64 Windows System?I ask because of this output: "\vcinet\arm64\vcinet.arm64.dll"BTW - the sources for the VCI.NET wrapper is now free available:https://github.com/hms-net...
-
正式评论 Hello,the CM CANopen is busy and has no time to answer the download request.If the running application uses SDO transfers, then this block the USB communication. Set the PLC to stopped.You can try ...
-
Hi Sahng-Gyu,thank you for sharing the result. Then bitrate 1000000 should be the correct setting.As it is a public forum maybe it can be helping others to bring up their systems.Then enjoy working...
-
Hi Sahng-Gyu,I wrote above about that acknowledge flag.You can use 1 CAN channel of the USB-to-CAN V2 and connect it to your sensor.Don't forget the terminating resistors.Then you send one single C...
-
Hi Sahng-Gyu,you can use loopback messages. Then the sent messages are routed back to the receive queue, and you'll see it.$ sudo ip link set can0 up type can bitrate 500000 loopback on Notes about...
-
Hello Sahng-Gyu,use SocketCAN in Python.There is great library using CAN in the Python environment: python-canHere you'll find documentation about it:https://python-can.readthedocs.io/en/stable/Bes...
-
Hello Sahng-Gyu, working with SocketCAN and can-utils. Here is the SocketCAN web page: https://docs.kernel.org/networking/can.htmlThere is all needed information about it.For easy use from the shel...
-
Hello Sahng-Gyu, you're right. When I try to unpack this gz file with "gzip -d" I see the same file without extension.Please use:$ tar -xf socketcan-linux_V2_0_561.gzThen you have a list of files t...
-
正式评论 Hello Sahg-Gyu, I see you're working on a low-level USB communication. Do you want to work with CAN-Bus data?Then you can use easily SocketCAN. We have on our web page a SocketCAN driver for the US...