Alex Spataru
Alex Spataru
Hi! Sorry for the (very) late response, I had a hell of a year (2022), and between finishing college, working my thesis, and attending two jobs, I had very little...
I was thinking about modifying the JSON project format to something similar to this (example): ```json { "mqtt": { "publish": true, "brokerAddress": "mqtt://broker.example.com", "port": 1883, "username": "mqtt_user", "password": "mqtt_password", "publishTopic":...
你好@LinTeX9527,再次抱歉回复晚了。 我不会说普通话,但是,我使用翻译服务来尝试为每个人提供支持(即使他们不会说英语,我不是以英语为母语的人,因此我了解拥有可用软件的重要性 多种语言......)。 我能问一下这些项目的正确翻译是什么吗? 顺便说一句,如果你有兴趣,你也可以创建一个 pull request 并修改 [zh.ts](https://github.com/Serial-Studio/Serial-Studio/blob/master/assets/translations/zh.ts) 文件来纠正您发现的任何翻译错误。 谢谢!
**普通话(软件翻译,可能包含一些错误......有一天我想学习你的语言):** 嗨@heartacker! Serial Studio 对 VT-100 协议有(非常)基本的支持,它允许诸如`clear`之类的命令实际清除终端屏幕。 然而,我还没有真正完成 VT-100 仿真功能的实现。 您可以在`Console -> VT-100 Emulation`菜单项中启用此功能(请查看下面的屏幕截图)。 如果您有兴趣帮助我改进此功能,可以在此处找到 VT-100 仿真代码:[Terminal.cpp](https://github.com/Serial-Studio/Serial-Studio/blob/master/src/UI/Widgets/Terminal.cpp#L601) **English:** Hi @heartacker! Serial Studio has (very) rudimentary support for the VT-100 protocol,...
Hi! Sorry for the late reply, I had a very busy year & I'm just beginning to have some free time. You can manually add your own baud rates by...
I just replicated this issue too. I will try to implement a fix for Qt 6.5 whilst maintaining compatibility with Qt 6.2. I'll get back to you as soon as...
Again, thanks to @recursivenomad for fixing the issue. The latest build adds a checkbox that allows users to send the DTR (Data Terminal Ready) signal upon connecting to a serial...
Hi, can you please share with me both your JSON project(s) and a saved snippet from the console output? As @anthoine001 mentions, this issue might be specific to Windows (I...
**Quick question:** did you create and load a project file? Serial Studio needs to use this file to know how to parse the incoming data. You can easily create new...
By the way, if you want to display multiple frame types at the same time, or you are dealing with binary data, you can choose to implement your own frame...