Awesome
Serial Port Helper
You can connect any serial port used to read / write data.
Features
- Serial Port View;
- Serial Port Config;
- TX / RX;
- Send Hex Buffer: Press send button, and then input
@hex
or@hex:<your buffer byte>
to send Hex Buffer; - Send File: Press send button, and then input
@file
or@file:<your file path>
to send file.
Notice
If you use hex view on RX. It will be output in one line. You can paste this config text in setting.json to make it word wrap.
"[Log]": {
"editor.wordWrap": "on"
}
Release Notes
0.0.15
- Support Last Version VSCode in Windows
0.0.14
- Added Init Fail Message.
0.0.14
- Added Init Fail Message.
- Support Last Version VSCode in Windows
0.0.13
- Added to support Mac M1.
0.0.12
- Added support to set keybinding to send data.
0.0.11
- Added notice to comment extenion on market.
0.0.10
- Fixed send button disappears.
0.0.9
- Support Hex View on RX.
0.0.8
- Update to support VSCode
1.59.0
on Mac OS(Linux not support yet).
0.0.7
- Update to support VSCode
1.59.0
on Windows OS(Mac and Linux not support yet).
0.0.6
- Added option
serialPort.enableEscapeCharacte
and support to send escape characte.
0.0.5
- Support DIY Baud Rate.
0.0.4
- Update preview image size in readme.
0.0.3
- Add send hex buffer command.
- Add send file command
0.0.2
- Add support Chinese.
- Add options list in config serial port.
- Add remember last serial port config.
0.0.1
- First Version, only baise feature.
For more information
Enjoy!