{% extends "base.html" %} {% block title %}RS232-Geräte — Takoma{% endblock %} {% block content %}
Messmittel, Waagen, Werkzeugvoreinstellgeräte, Barcode-Scanner via serielle Schnittstelle anbinden. USB-Serial-Adapter (FTDI / Prolific / CH340) anstecken → unten als Port wählen.
{% if not pyserial_ok %}pip install pyserial
| Port | Beschreibung | Hersteller | VID:PID |
|---|---|---|---|
| {{ p.port }} | {{ p.description }} | {{ p.manufacturer }} {{ p.product }} | {{ p.vid_pid }} |
Keine seriellen Ports gefunden. Stelle einen USB-Serial-Adapter an oder prüfe die Treiber.
{% endif %}| Status | Name | Port | Profil | Letzter Wert | Aktionen |
|---|---|---|---|---|---|
| {% if d.active %} {% else %} {% endif %} | {{ d.name }} | {{ d.port }} | {{ d.profile_id }} | {% if d.last_value %} {{ d.last_value }} {{ d.last_unit }} {{ d.last_seen[:19].replace('T',' ') if d.last_seen else '—' }} {% else %} — {% endif %} |
Keine Geräte konfiguriert. Klick „Neues Gerät" um anzufangen.
{% endif %}| Profil-ID | Name | Bereich | Config |
|---|---|---|---|
| {{ p.id }} | {{ p.name }} | {{ p.domain }} | {{ p.baudrate }} {{ p.config }} |