Search results

  1. P

    Bash: Determining if CANbus Bitrate is Configured Properly

    Resolved using... output=$(timeout -t 1 candump can0)
  2. P

    Bash: Determining if CANbus Bitrate is Configured Properly

    I'm working on an embedded Linux (4.1.15) bash script wherein the bitrate of a CANbus may be one of several possibilities. When my module comes online it comes up at the first bitrate in the list, checks for traffic, and, if no traffic, cycles through each bitrate in like manner until traffic is...
Top