PCAN windows software for CAN Bus message

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Use PCAN_Basic API to build own programs for linking to CAN and CAN FD interfaces.
    Demo the C# API sample for this project.
    #pcan #canbus
    Detail Description is placed on my blog :
    www-winson.blo...
  • НаукаНаука

Комментарии • 2

  • @bennguyen1313
    @bennguyen1313 4 месяца назад

    Does the PCAN Basic API allow you to filter based on Node ID and/or Data?
    Ideally, setup a mailbox for each filter, then when a qualifying message arrives it overwrites the data in the mailbox.. this way, the cpu can either poll the mailbox and always get the latest value, or, get an interrupt and retrieve the mailbox contents!

    • @winson-DIY
      @winson-DIY  3 месяца назад

      Hi, Yes, You can filter your message what to you want by PCAN-Basic API. reference www.peak-system.com/PCAN-Basic.126.0.html