1
Desktop / Re:Zkušenosti s nasazením LibreOffice Base
« Poslední příspěvek od Kit kdy Dnes v 00:27:49 »Ještě je možnost kombinace HTML + JS + IndexedDB (Dexie.js). Aplikace i data lokálně, stačí internetový prohlížeč.
[Unit]
Description=Serial Port Spy
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/socat /dev/ttyUSB0,b9600,raw,echo=0 PTY,link=/tmp/vserial,raw,echo=0,mode=666
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
[Unit]
Description=Serial Port Spy
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/socat -d -d /dev/ttyUSB0,raw,echo=0,b9600,clocal,cread,cs8,-parenb,-cstopb,-crtscts PTY,link=/tmp/vserial,raw,echo=0,mode=666,b9600,clocal,cread,cs8,-parenb,-cstopb,-crtscts
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target