Skip to content

TruckHacking/sr-j1708

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sr-j1708

This decoder stacks on top of the 'uart' PD and decodes the J1708 protocol.

Here is an example of decoding the output of a Intellon SSC P485 J2497 'converter.' The logic analyzer is connected to the digital outputs of the P485 and decoding the UART-decoded RO line. It is not decoding the J2497 waveform which is just shown here for reference (but that would be a great feature!)

example decode of J1708 output of a Intellon SSC P485 J2497 'converter'

Installing

To install on Linux, clone this repo and create a symbolic link to the cloned directory in your ~/.local/share/libsigrokdecode/decoders/

git clone https://github.com/TruckHacking/sr-j1708
ln -nsf $(pwd)/sr-j1708 ~/.local/share/libsigrokdecode/decoders/

To install on Windows, download the code as zip (or clone) and extract (or copy) into a new folder in the PulseView decoders folder -- which is probably C:\Program Files\sigrok\PulseView\share\libsigrokdecode\decoders.

About

a J1708 sigrok protocol decoder (PD), UART stacked

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages