ni / nixnet-python

NI-XNET Python API
https://nixnet.readthedocs.io/en/latest/
MIT License
25 stars 22 forks source link

Implement read/write support for special can frames #82

Closed epage closed 7 years ago

epage commented 7 years ago

We should implement support for Special frame types

lilesj commented 7 years ago

Support should be prioritized in the following order:

  1. Bus Error Frame - The fields in the payload are extremely useful for debugging problems with the network.
  2. Start Trigger Frame - Critical for high accuracy time stamps.
  3. Log Trigger Frame
  4. Delay Frame
epage commented 7 years ago

160 and and #144 resolved this for CAN frames. LIN frames will be added as part of the LIN work.