canbus

  1. S

    How to Use Modules in a Linux kernel

    I found a Linux Kernel repository with CANXL implementation which I cloned and compiled successfully on my existing Ubuntu 22.04 LTS virtual machine. I want to use the code files to send the CANXL frames but I do not know how. The repo link : https://github.com/torvalds/linux What is the...
  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