摘要:
ubuntu使用虚拟can1. sudo modprobe vcan //加载虚拟can模块2. sudo ip link add dev can0 type vcan //添加can0网卡3. ifconfig -a //查看can04. sudo ip link set dev can0 up 阅读全文
摘要:
OpcUaServer.cs using Opc.Ua; using Opc.Ua.Configuration; using Opc.Ua.Server; using System.Security.Cryptography.X509Certificates; namespace OpcServer 阅读全文