Sample Program Overview
This page describes the LIN sample lineup and communication settings.
Lineup
| Type | Description |
|---|---|
| Monitor Program | Monitors the LIN bus and displays received frame logs (no frame transmission). |
| Master Simulation Program | Monitors the LIN bus, operates as a master node, and displays TX/RX logs. |
| Slave Simulation Program | Monitors the LIN bus, operates as a slave node, and displays TX/RX logs. |
| Simulation Program | Contains both master/slave functions and switches behavior by operation mode. |
Supported Samples by Development Environment
| Development Environment | Monitor | Master Simulation | Slave Simulation | Simulation |
|---|---|---|---|---|
| Microsoft Visual C++ | O | O | O | |
| Microsoft Visual C# | O | |||
| Microsoft Excel (VBA) | O |
Communication Settings Used in Sample Programs
The values are copied from Settings (LIN).
| Item | Setting | |
|---|---|---|
| Revision | 2.1 | |
| Baudrate | 19200 bps | |
| Bit width | SyncBreak width | 13 bit |
| SyncBreak delimiter width | 1 bit | |
| HeadSpace width | 1 bit | |
| ResponseSpace width | 1 bit | |
| ByteSpace width | 1 bit | |
| ID definition | DL | Per ID: 00H-1FH: 2, 20H-2FH: 4, 30H-3FH: 8 |
| Checksum | Classic for all IDs | |
| Wake-up pulse width | 250 us | |
| Wake-up wait time | 0 ms | |
| Sleep time | 4000 ms | |