Gryphon Communication Protocol : Commands : Card


Message Transmission:
CMD_CARD_TX: Transmit a message
Note: Normal message transmission is done with FT_DATA frames.

Channel Filtering:
CMD_CARD_ADD_FILTER: Add a filter to a channel
CMD_CARD_MODIFY_FILTER: Modify an existing filter
CMD_CARD_GET_FILTER_HANDLES: Get a list for a channel
CMD_CARD_SET_DEFAULT_FILTER: Set default filtering for a channel
CMD_CARD_GET_DEFAULT_FILTER: Get default filtering for a channel
CMD_CARD_SET_FILTER_MODE: Set filter mode for a channel
CMD_CARD_GET_FILTER_MODE: Get filter mode for a channel
CMD_CARD_GET_FILTER: Get a filter for a channel

Deprecated filtering command: DO NOT USE IN NEW CODE

CMD_CARD_SET_FILTER: Set a filter for a channel

Communication Speed:
CMD_CARD_SET_SPEED: Set communication speed on a channel
CMD_CARD_GET_SPEED: Get communication speed on a channel
CMD_CARD_GET_SPEEDS: Get list of preset communication speeds for a channel

Tx Loopback:
CMD_CARD_TX_LOOP_ON: Enable transmitted message loopback
CMD_CARD_TX_LOOP_OFF: Disable transmitted message loopback

Card specific:
CMD_CARD_IOCTL: Execute channel-specific command
CMD_CARD_GET_EVNAMES: Get channel-specific event names

For card specific events, please see the documentation for the card you are using.
( Hardware Information)