Quickstart
Connect to your first device and use Magic Input in 5 minutes.
Prerequisites
- NeuroTerm installed
- Ollama set up (for AI features)
- A serial device (Arduino, ESP32, Raspberry Pi, dev board, etc.)
1
Connect a Serial Device
Plug in your device via USB. NeuroTerm will detect available COM ports automatically.
Connection Settings
PortCOM3
Baud Rate115200
Data Bits8
Parity / StopNone / 1
Click Connect to establish the connection.
2
Use the Terminal
Once connected, you'll see incoming serial data in the terminal. Type commands directly to send them to your device.
COM3 — 115200 baud
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.0
[ OK ] Started Journal Service.
root@imx8mp:~# _
3
Try Magic Input
Press @ to open Magic Input. Type what you want to do in plain English:
@"show memory usage"
Suggested command:
free -h
Enter InsertTab Copy
Try these prompts
- "list all files" →
ls -la - "check disk space" →
df -h - "show network interfaces" →
ip addr - "restart the service" →
systemctl restart ...
4
Save Your Profile
Save your connection settings for quick reconnection. Click the Save Profile button and give it a name.
My ESP32
COM3 @ 115200 baud
Profiles remember port settings, baud rate, and other configuration.