imlinhanchao / vsc-serialport-helper

VSCode Serial Port Extension. You can connect any serial port used to read / write data.
https://marketplace.visualstudio.com/items?itemName=hancel.serialport-helper
MIT License
31 stars 7 forks source link

Regarding serial port helper vs code extension #2

Open johnuwd opened 3 years ago

johnuwd commented 3 years ago
  1. how to send enter key word.
  2. can we communicate via python with your tool?for sending and receiving data image image
imlinhanchao commented 3 years ago
  1. For now, only through @hex:0a to send \n. I will update to support it in send string.
  2. Let me think about it. It's not support now.
imlinhanchao commented 3 years ago

@johnuwd there is support to send escape characte now. you can update to 0.0.6 to get it.

imlinhanchao commented 3 years ago

For the feature 2, maybe I can create a http server to recv data what you want to send. and you give me a web url to recv data what I recv. What you think?