Giter Site home page Giter Site logo

Comments (5)

github0null avatar github0null commented on May 9, 2024

串口的所有参数都是可以自定义的,打开工作区文件进行配置

from eide.

heartacker avatar heartacker commented on May 9, 2024

串口的所有参数都是可以自定义的,打开工作区文件进行配置

明白这一点,但是经常还是需要改变不同的波特率进行测试的, 如果每次改波特率就去更改配置,略显累赘啊,
建议如下:

  1. 用户可以配置默认波特率,
  2. 选择串口之后,弹出波特率的选择的list。同时默认勾选用户的默认配置,
  3. 用户可以上下键选择不同的波特率,直接回车即可(此选择不会更改默认分辨率)

从效果来看,打开串口,选择波特率,并不繁琐啊。要是实现了就很方便,希望考虑下哈哈
感谢

from eide.

github0null avatar github0null commented on May 9, 2024

很理解你的感受,你的要求十分简单实现;

但大多数人都很讨厌不断地弹出选项进行选择,他们都希望能够 一键启动
其实我正打算将 串口选择 也放到配置中;


其实通过修改 .code-workspace 文件中的配置要快得多,而且这样不同的工作区配置不会相互影响
并不是只能通过打开插件配置来修改

from eide.

heartacker avatar heartacker commented on May 9, 2024

很理解你的感受,你的要求十分简单实现;

但大多数人都很讨厌不断地弹出选项进行选择,他们都希望能够 一键启动
其实我正打算将 串口选择 也放到配置中;

其实通过修改 .code-workspace 文件中的配置要快得多,而且这样不同的工作区配置不会相互影响
并不是只能通过打开插件配置来修改

明白你的用意!
如果你真的打算串口选择 也放到配置中;
那么建议加一个开关,这个开关默认false,
这个开关的作用:

  • false: 直接按照配置的端口号和波特率启动串口.
  • true: 用户可以选择端口号,同时也在选择端口号之后增加我之前说的波特率设置.
    👯

from eide.

github0null avatar github0null commented on May 9, 2024

这个以后会加上的

from eide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.