Automatic backups, patching, replication, and failover. Focus on your app, not your database.
Cloud SQL handles your database ops end to end, so you can focus on your app.
Try Free
AI-generated apps that pass security review
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
elbug - simple c program for electronic morse key at the serial port
a simple c program for an serial elbug = electronic morse key.which is to be plugged to the serial port, its output is also a pin in the serial port.
Just compile it by 'gcc elbug.c -o elbug'
or use the ready-compiled file and copy elbug to user/local/bin.
/* Call it as root. */
How to cable your homebrew elbug?
Middle pad: +9V battery via Resistor 2k
Left contact: -> DCD
(9-pin plug: 1) (25-pin plug: 8)
Right contact: -> CTS
(9-pin plug: 8) (25-pin plug: 5)
Ground: -pole battery
(9-pin plug: 5) (25-pin plug: 7)
/*
by Günther Montag , ex- dl4mge
now maintained by Patrick Strasser OE6PSE (trapicki)
now actual version also at
https://github.com/trapicki/elbug
*/