Skip to content

Commit

Permalink
imagine a first serial interface (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ authored Jun 18, 2024
1 parent b42c069 commit 86b7730
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 11 deletions.
14 changes: 3 additions & 11 deletions content/docs/50_platform/specifications/mqtt-panduza/_index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
title: "Platform Specifications"
weight: 4
title: "MQTT"
weight: 1
icon: "hub"
bookCollapseSection: true
---

# Platform Specifications

Panduza core concept is the abstraction of the physical interfaces at the network level.

This chapter specify this abstraction layer.

This chapter is usefull if you work on the platform core features or if you work on a library for a langage.

Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: "Serial"
weight: 3
---

A serial interface can be used to interact with any point to point serial communication adapter.

Examples:

- UART Adapter
- RS232 Adapter

This document describes the specific attributes of Serial interfaces.

Please refer to [API interface](../core.md) to get a generic description of the interface mechanism.

### `[PLATF_00012_00]` - Info

```json
{
"type": "serial",
"version": "0.0.0"
}
```

## Attributes

| Attribute name | Retain Topic |
| :------------- | :----------: |
| Tx | false |
| Rx | false |

### `[PLATF_00013_00]` - Serial Tx

Bytes Stream

### `[PLATF_00014_00]` - Serial Rx

Bytes Stream

## Changelog

### Version 0.0

- Experimentations


6 changes: 6 additions & 0 deletions content/docs/90_annexes/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Annexes"
weight: 1
icon: "inventory_2"
bookCollapseSection: true
---
File renamed without changes.

0 comments on commit 86b7730

Please sign in to comment.