Buy stuff
Categories
- #liveupdates (80)
- #twatch (46)
- 3D fabrication (22)
- 3D Model (52)
- 7400 contest (178)
- advertising (10)
- Android (56)
- app notes (424)
- Arduino (422)
- ARM (50)
- ATX BB (8)
- AVR (119)
- Big Box (1)
- Big Box of Parts (4)
- binmode (23)
- book (3)
- BP v3 (36)
- BP v4 (29)
- builds (238)
- Bus Blaster (43)
- Bus Pirate (530)
- Bus Pirate accessories (12)
- cases (111)
- Chips (107)
- clock (16)
- code (250)
- Comic (1)
- compilers (41)
- components (83)
- conferences (185)
- contest (179)
- CPLD (98)
- data transfer (34)
- demonstrations (46)
- dev boards (301)
- Development (144)
- digital radio data (31)
- DIY (232)
- documentation (178)
- Eagle (27)
- Eagle parts (17)
- ebook (6)
- Editorial (13)
- encryption (16)
- firmware (67)
- Flash Destroyer (10)
- FPGA (100)
- Free PCBs (458)
- Free PCBs (1)
- gadget (13)
- Global Geek (107)
- Hackerspace (14)
- hacks (283)
- help (15)
- Holiday (37)
- how-to (267)
- idle (34)
- infrared (38)
- Infrared toy (95)
- Interface (4)
- interviews (16)
- JTAG (17)
- kit biz (95)
- LCD (75)
- LEDs (107)
- legislation (1)
- library (15)
- Linux (33)
- Lithium Ion (5)
- logic analyzer (147)
- Logic Shrimp (10)
- Logic Sniffer (6)
- mail (1)
- Maker Faire (135)
- manufacturing (11)
- measurement (73)
- MSP430 (97)
- new parts (7)
- News (237)
- Nixie (2)
- OLED (9)
- open source (214)
- oscilloscope (35)
- Parallax Propeller (38)
- Part Ninja (6)
- part review (4)
- partlist (15)
- parts (64)
- PCB Review (6)
- PCBs (175)
- people (4)
- PIC (152)
- PICAXE (5)
- pin reference (3)
- PiratePICprog (7)
- podcast (3)
- POV Toy (9)
- power supply (30)
- Processing (18)
- programmers (46)
- project logs (288)
- Prototypes (76)
- R-Pi (25)
- releases (21)
- repair (4)
- reversed (49)
- RF (151)
- RFID (26)
- robotics (64)
- scripts (21)
- SDR (30)
- security (58)
- sensors (140)
- Sick of Beige (12)
- site (128)
- skills (18)
- software (120)
- Status update (12)
- surveillance (12)
- talks (62)
- tcpip (11)
- Teardowns (25)
- techniques (32)
- testing (25)
- tools (184)
- tutorials (116)
- Uncategorized (15)
- USB (84)
- USB IR Toy (10)
- utilities (24)
- Videos (108)
- vintage (43)
- web platforms (73)
- week in review (141)
- What did you buy? (1)
- wireless (110)
- Workshop Update (227)
Recent Comments
In The Forum
- Sick of Beige • 10x10 size? NsN
- Project logs • Re: Simple component size and silkscreen reference board NsN
- Tools of the trade • Re: Making Chassis Overlays with a Cameo royco
- Tools of the trade • Re: Making Chassis Overlays with a Cameo teletypeguy
- Tools of the trade • Re: Making Chassis Overlays with a Cameo teletypeguy
- Client software • a smooth ball racke tulbdexjki



Comments
It’s from 2005, so I can understand the lack of Thunderbolt from the list. But…
Ethernet? USB? Firewire? JTAG ?
Ummm… RS232 ? That’s a pretty popular serial protocol.
Good point. They all belong in a somewhat different category though, I can not see that one would use any of them to talk to an accelerometer, temperature sensor or D/A converter, which is presumably the sort of thing that were are talking about here.. (i.e. communication between chips in the same system)
That’s my take too. This is most of the popular chip to chip protocols with master to multiple slave topologies. Some chips use UART, which is LIN i guess, but LIN is used in chip to chip stuff in cars sometimes so maybe that justifies it.
Industrially, it’s mostly covered. The big one they’re missing is RS485, espeically 2 wire multidrop. I see a few categories in this list: No Transciever protocols (those built into an 8 bit micro these days); Transciever protocols (logic engine built in to micros these days, but still need an external signal converter chip), and Controller protocols (higher level protocols). A modern list of this may even include ethernet and USB these days, as that does or almost does fall into the Transciever protocols now.
Firewire is definitely a Controller level protocol, and JTAG isn’t used for functional communication.