Serial Xterm is a Visual Studio Code extension designed to facilitate communication with serial devices directly from your editor. It provides an integrated terminal with features such as transmit (TX), receive (RX), terminal clearing, and the ability to dump terminal output for further analysis.
Usage
Open and close Serial Port
To open serial port, use the Connect icon or Serial Xterm: Start Terminal With New Configuration command in command palette (Ctrl+Shift+P).
To close serial port, use the Disconnect icon or Serial Xterm: Stop Terminal command.
Transmit Data (TX):
You can send data to the connected serial device by typing in the terminal.
Receive Data (RX):
Incoming data from the connected serial device will be displayed in the terminal in real-time.
Clear Terminal:
To clear the terminal output, use the Clear icon or Serial Xterm: Clear command.
Dump Terminal Output:
To dump the current terminal session's output to an editor for the further analysis or logging purpose, use the Dump icon or Serial Xterm: Dump Terminal Output to Editor command
Copy and Paste by L-Button Click:
You can copy the selected text by L-Button click and paste it in cursor position by L-Button Click.