> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/man/man4/lpbb.4.md).

# lpbb.4

`lpbb` — 并口 I2C 位操作接口

## 名称

`lpbb`

## 概要

`device iicbus device iicbb`

`device lpbb device iic`

## 描述

*lpbb* 驱动支持 Philips 官方 I2C 并行位操作接口。

```sh
                                         LS05 pin 14 (Vcc) o      -------
                                                           |      |     |
            +--+--+---------------------+--+--+------------+------+-o 1 |
            |  |  |                     |  |  |           ===.1uF | +5V |
  -------- [R][R][R] 3x10K       3x10K [R][R][R]   LS05    |      |     |
  |      |  |  |  |                     |  |  |    pin 7 o-+------+-o 2 |
  | 12 o-+--+  |  |   3| 4             |  |  |    (Gnd)          | GND |
  | 17 o-+-----|--|----| >o-------------+--|--|--------------+    |     |
  |      |     |  |    |/        8 /|9     |  |     10 /|11  +----+-o 3 |
  | 15 o-+-----+--|--------------o< |------+--|------o< |----+    | SCL |
  |      |        |   1| 2        \         |        \         |     |
  |  9 o-+--------|----| >o-------------------+--------------+----+-o 4 |
  |      |        |    |/                            6 /|5   |    | SDA |
  | 11 o-+--------+----------------------------------o< |----+    -------
  | 10 o-+-+                                           \          4-pin
  | 13 o-+-+--oGND                                              Connector
  | 25 o-+-+      ------------------ 零件清单 --------------------------
  --------        | 1 - .1 uF 电容        | 6 - 10K 5% 电阻            |
  25 针公 D 型    | 1 - 4 针连接器        | 1 - 25 针公 D 型连接器      |
  连接器至 PC     | 1 - 74LS05 开漏集电极六反相器                       |
  打印机端口      -------------------------------------------------------
```

## 参见

[iicbb(4)](/man/man4/iicbb.4.md), [iicbus(4)](/man/man4/iicbus.4.md), [ppbus(4)](/man/man4/ppbus.4.md)

## 历史

`lpbb` 手册页首次出现于 FreeBSD 3.0。

## 作者

本手册页由 Nicolas Souchu 编写。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/man/man4/lpbb.4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
