Articles Posted by the Author:

  • init_Filt()

    init_Filt()

    描述 CAN ID 的過濾器。在 86Duino 中,有 32 組 CAN 的 ID 過濾器,從外部設備進來的 […]


  • init_Mask()

    init_Mask()

    描述 CAN ID 的遮罩。在 86Duino 中,有 32 組 CAN ID 遮罩,從外部設備進來的 CAN […]


  • getCanId()

    getCanId()

    描述 取得從 CAN bus 上接收到的資料 ID。功能與 remoteID() 相同。(此函式移植自 See […]


  • checkReceive()

    checkReceive()

    描述 檢查 CAN FIFO 內是否還有可讀取的值。(此函式移植自 Seeed Studio 的 CAN Bu […]


  • readMsgBuf()

    readMsgBuf()

    描述 從 CAN bus 上讀取資料。(此函式移植自 Seeed Studio 的 CAN Bus 函式庫 , […]


  • sendMsgBuf()

    sendMsgBuf()

    描述 傳送資料給外部的 CAN device。(此函式移植自 Seeed Studio 的 CAN Bus 函 […]


  • remoteID()

    remoteID()

    描述 取得從 CAN bus 上接收到的資料 ID。 語法 CAN.remoteID() 參數 無 回傳 收到 […]


  • remoteExt()

    remoteExt()

    描述 取得從 CAN bus 上接收到的資料格式。 語法 CAN.remoteExt() 參數 無 回傳 收到 […]


  • available()

    available()

    描述 檢查 CAN FIFO 內是否還有可讀取的值。 語法 CAN.available() 參數 無 回傳 F […]


  • read()

    read()

    描述 讀取 CAN FIFO 中的資料。 語法 CAN.read() 參數 無 回傳 假如 FIFO 非空,則 […]