You can connect any serial port used to read / write data.
- 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.
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"
}
- Added support to set keybinding to send data.
- Added notice to comment extenion on market.
- Fixed send button disappears.
- Support Hex View on RX.
- Update to support VSCode
1.59.0
on Mac OS(Linux not support yet).
- Update to support VSCode
1.59.0
on Windows OS(Mac and Linux not support yet).
- Added option
serialPort.enableEscapeCharacte
and support to send escape characte.
- Support DIY Baud Rate.
- Update preview image size in readme.
- Add send hex buffer command.
- Add send file command
- Add support Chinese.
- Add options list in config serial port.
- Add remember last serial port config.
- First Version, only baise feature.
Enjoy!