Difference between revisions of "Protocol decoder:Pjdl"

From sigrok
Jump to navigation Jump to search
(start a PJDL decoder page, link to PJON)
(No difference)

Revision as of 21:45, 23 June 2020

pjdl
Name Padded Jittering Data Link
Description single wire serial link layer for PJON
Status in progress
License GPLv2+
Source code decoders/pjdl
Input logic
Output pjon-link
Probes data


PJDL (Padded Jittering Data Link) is one of the link layers in the PJON protocol stack

PJDL does serial communication on a single wire. The reference implementation bitbangs the protocol and busy-waits during reception. Missed frames won't see their ACK response, higher protocol layers will retransmit until success or timeout.

See PJON for example screenshots and resources.