Changes between Version 24 and Version 25 of Developer/Simulators/QEMU/CANEmulation


Ignore:
Timestamp:
07/27/13 11:16:20 (11 years ago)
Author:
Jinyang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU/CANEmulation

    v24 v25  
    55# sends CAN packets from a guest OS.
    66=  Use Cases / Testing  =
    7 the best option is to implement that as simple
    8 device
    9   -device can-kvasser-pcican-q
    10 or
    11   -device pcican,model=kvasser-pcican-q
     7the best option is to implement that as simple device
     8  -chardev can,id=sja1000,port=vcan0
     9  -device pci-can,model=kvasser-pcican-q,chardev=sja1000
    1210and use Linux mainlined SocketCAN API to connect virtual device
    1311to real CAN hardware (SocketCAN allows multiple applications access)