Difference between revisions of "Protocol decoders"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) (→Possible candidates for future protocol decoders: MIDI, others) |
Uwe Hermann (talk | contribs) |
||
Line 509: | Line 509: | ||
|- | |- | ||
| NMEA 0183 | | [https://en.wikipedia.org/wiki/NMEA_0183 NMEA 0183] | ||
| GPS | | GPS | ||
| | | uart | ||
| | | nmea0183 | ||
| bgcolor="red" | 0% | | bgcolor="red" | 0% | ||
| | | |
Revision as of 08:37, 4 September 2013
This is a list of supported protocol decoders (PDs) and decoders which we might want to write in the future (or users might want to contribute).
See Protocol decoder API for details on how the decoders work in sigrok, and Protocol decoder HOWTO for a quick introduction about how to write your own decoders.
Supported protocol decoders
Number of currently supported protocol decoders: 31.
Please do not edit this table in the wiki directly, it is automatically generated.
Protocol | Category | Input IDs | Output IDs | Status | Full name | Description |
---|---|---|---|---|---|---|
AVR ISP | Flash/debug | spi, logic | avr_isp | supported | AVR in-system programming | Protocol for in-system programming Atmel AVR MCUs. |
CAN | Automotive | — | can | supported | Controller Area Network | Field bus protocol for distributed realtime control. |
DCF77 | Time signal | — | dcf77 | supported | DCF77 time protocol | European longwave time signal (77.5kHz carrier signal). |
DS1307 | RTC | i2c | ds1307 | supported | Dallas DS1307 | Realtime clock module protocol. |
EDID | PC | i2c | edid | supported | Extended Display Identification Data | Data structure describing display device capabilities. |
I2C demux | Embedded | i2c | runtime decision | supported | I2C demultiplexer | Demux I2C packets into per-slave-address streams. |
I2C filter | Embedded | i2c | i2c | supported | I2C filter | Filter out addresses/directions in an I2C stream. |
I2C | Embedded | — | i2c | supported | Inter-Integrated Circuit | Two-wire, multi-master, serial bus. |
I2S | Audio | — | i2s | supported | Integrated Interchip Sound | Serial bus for connecting digital audio devices. |
JTAG | Flash/debug | — | jtag | supported | Joint Test Action Group (IEEE 1149.1) | Protocol for testing, debugging, and flashing ICs. |
JTAG / STM32 | Flash/debug | jtag | jtag_stm32 | supported | Joint Test Action Group / ST STM32 | ST STM32-specific JTAG protocol. |
LM75 | Sensors | i2c | lm75 | supported | National LM75 | National LM75 (and compatibles) temperature sensor protocol. |
LPC | PC | — | lpc | supported | Low-Pin-Count | Protocol for low-bandwidth devices on PC mainboards. |
DS28EA00 | Sensors | onewire_network | maxim_ds28ea00 | supported | Maxim DS28EA00 1-Wire digital thermometer | 1-Wire digital thermometer with Sequence Detect and PIO. |
MLX90614 | Sensors | i2c | mlx90614 | supported | Melexis MLX90614 | Infrared Thermometer protocol. |
MX25Lxx05D | SPI flash | spi, logic | mx25lxx05d | supported | Macronix MX25Lxx05D | SPI (NOR) flash chip protocol. |
MXC6225XU | Sensors | i2c | mxc6225xu | supported | MEMSIC MXC6225XU | Digital Thermal Orientation Sensor (DTOS) protocol. |
Nunchuk | Other | i2c | nunchuk | supported | Nintendo Wii Nunchuk | Nintendo Wii Nunchuk controller protocol. |
1-Wire link layer | Embedded | — | onewire_link | supported | 1-Wire serial communication bus (link layer) | Bidirectional, half-duplex, asynchronous serial bus. |
1-Wire network layer | Embedded | onewire_link | onewire_network | supported | 1-Wire serial communication bus (network layer) | Bidirectional, half-duplex, asynchronous serial bus. |
PAN1321 | Bluetooth | uart | pan1321 | supported | Panasonic PAN1321 | Bluetooth RF module with Serial Port Profile (SPP). |
RTC-8564 | RTC | i2c | rtc8564 | supported | Epson RTC-8564 JE/NB | Realtime clock module protocol. |
SD card (SPI mode) | Memory | spi | sdcard_spi | supported | Secure Digital card (SPI mode) | Secure Digital card (SPI mode) low-level protocol. |
SPI | Embedded | — | spi | supported | Serial Peripheral Interface | Full-duplex, synchronous, serial bus. |
TI TLC5620 | DAC | — | tlc5620 | supported | Texas Instruments TLC5620 | Texas Instruments TLC5620 8-bit quad DAC. |
Transition counter | Other | — | transitioncounter | supported | Pin transition counter | Counts rising/falling edges in the signal. |
UART dump | Embedded | uart | — | supported | UART dump | Output decoded UART data to a file. |
UART | Embedded | — | uart | supported | Universal Asynchronous Receiver/Transmitter | Asynchronous, serial bus. |
USB protocol | USB | usb_signalling | usb_protocol | supported | Universal Serial Bus (LS/FS) protocol | USB (low-speed and full-speed) serial protocol. |
USB signalling | USB | — | usb_signalling | supported | Universal Serial Bus (LS/FS) signalling | USB (low-speed and full-speed) signalling protocol.v |
XFP | Networking | i2c | xfp | supported | 10 Gigabit Small Form Factor Pluggable Module (XFP) | Data structure describing device capabilities. |
Possible candidates for future protocol decoders
Protocol | Category | Input ID(s) | Output ID(s) | Status | Description | Comments |
---|---|---|---|---|---|---|
SA8807A | Displays | spi | 0% | SPI-attached LCD. Datasheet: Sames SA8807A. | ||
EA eDIPTFT43-A | Displays | i2c | 0% | I2C-attached LCD. Datasheet: EA eDIPTFT43-A. | ||
Analog Devices AD7291 | ADC | i2c | 0% | I2C-attached ADC. Datasheet: Analog Devices AD7291. | ||
Analog Devices ADS1258 | ADC | spi | ads1258 | 10% | SPI-attached ADC. | Planned (Uwe Hermann). |
Microchip MCP3901 | ADC | spi | mcp3901 | 10% | Can be controlled via a parallel protocol, or SPI, or I2C. | Planned (Uwe Hermann). |
JTAG / TMPA9xx | Flash/debug | jtag | jtag_tmpa9xx | 0% | Toshiba TMPA9xx specific JTAG protocol details. | |
USB / HID | USB | usb_protocol | usb_hid | 0% | ||
USB / USBTMC | USB | usb_protocol | usb_usbtmc | 0% | ||
Dallas DS1985 | Other | onewire_network | 10% | Dallas DS1985 iButton (1-Wire) device. | Planned (Uwe Hermann). | |
Microwire | Embedded | — | 0% | |||
UNI/O | Embedded | — | 0% | |||
CompactFlash | Memory | — | 0% | |||
MMC | Memory | — | 0% | |||
Memory Stick | Memory | — | 0% | |||
SmartMedia | Memory | — | 0% | |||
xD-Picture Card | Memory | — | 0% | |||
SD card (SD mode) | Memory | — | sdcard_sd | 10% | Planned (Uwe Hermann). | |
Smartcards | Security | — | 0% | |||
FlexRay | Automotive | — | 0% | FlexRay is an automotive network communications protocol. | ||
LIN | Automotive | — | 0% | LIN (Local Interconnect Network) is an automotive bus standard. | ||
SWD | Flash/debug | — | 0% | Serial Wire Debug | ||
AVR PDI | Flash/debug | — | 0% | Atmel Program and Debug Interface (PDI) protocol. | ||
AVR TPI | Flash/debug | — | 0% | Atmel Tiny Programming Interface (TPI) protocol. | ||
FWH | PC | — | 0% | |||
ISA | PC | — | 0% | |||
PCI | PC | — | 0% | |||
SMBus | PC | — | 0% | |||
IDE | PC | — | 0% | |||
SCSI | PC | — | 0% | |||
PS/2 | PC | — | 10% | Planned (Uwe Hermann). | ||
AC'97 | Audio | — | 10% | Planned (Uwe Hermann). | ||
MIDI | Audio | uart | midi | 90% | Work in progress (Uwe Hermann). | |
HD Audio | Audio | — | 0% | |||
Nokia NRC17 | IR | — | 0% | |||
Sony SIRC | IR | — | 0% | |||
Philips RC-5 | IR | — | 0% | |||
Philips RC-6 | IR | — | 0% | |||
Philips RC-MM | IR | — | 0% | |||
Philips RECS80 | IR | — | 0% | |||
IrDA | Misc | — | 0% | |||
DALI | Misc | — | 0% | |||
PWM | Misc | — | 0% | |||
AT93C46 | EEPROM | — | 0% | Atmel AT93C46 serial EEPROM protocol | ||
HD44780 | Displays | — | 0% | HD44780 character LCD protocol | ||
7-segment display | Displays | — | 0% | |||
pcf8814_lcd | Displays | pcf8814 | pcf8814_lcd | 50% | Philips PCF8814 65 x 96 pixels matrix LCD driver | Work in progress (Uwe Hermann). |
GPIB | Other | — | gpib | 10% | General purpose interface bus (GPIB), a.k.a. IEEE-488.1. | Planned (Uwe Hermann). |
DMX512 | Industrial Lighting | — | 0% | Planned (Uwe Hermann). | ||
PWM | Backlight Brightness Control | — | 10% | Planned (Matt Ranostay). | ||
NMEA 0183 | GPS | uart | nmea0183 | 0% | ||
NMEA 2000 | Marine | CAN | nmea2000 | 0% | ||
M-Bus | Automation | — | mbus | 0% | ||
Modbus RTU | Automation | uart | modbus | 0% | ||
Modbus ASCII | Automation | uart | modbus | 0% | ||
Modbus TCP | Automation | IP | modbus | 0% |