Coder Social home page Coder Social logo

x-tools-author / x-tools Goto Github PK

View Code? Open in Web Editor NEW
540.0 26.0 213.0 45.64 MB

Qt SerialPort-UDP-TCP-WebSocket-Modbus-CAN-BLE-Assistant.

License: GNU Lesser General Public License v3.0

C++ 90.39% CMake 6.56% Shell 0.21% QMake 2.17% C 0.28% Qt Script 0.39%
qt uart serialport udp tcp websocket com modbus master slave server client serial assistant canbus xtools

x-tools's Introduction

xTools LGPL License

build-windows build-ubuntu build-macos build-android

xTools is a user-friendly, open-source, cross-platform debugging tool-set based on Qt (recommended version: Qt6.5). It offers extensive support for SerialPort, BLE, UDP, TCP, WebSocket, Modbus and CANBus debugging functionalities. Here are some notable features:

  1. Data Reading and Writing: This serves as the fundamental function across all tools.
  2. Timed Sending: Enables scheduled transmission of "Hello" to the device every second.
  3. Auto Response: Automatically responds with "Hi" when receiving "Hello" from the device.
  4. Data Transmitting: Facilitates forwarding data received from a SerialPort device to a BLE device.
  5. Multiple Text Formats: Show text as bin, otc, dec, hex, ascii or urf8 etc..
  6. (etc.)

You can get xTools form Micorsoft Store.

MainWindow.png

You can get xTools form Micorsoft Store.

About the Project

stars forks watchers star fork

Author x-tools-author
E-mail [email protected]
User Communication 952218522 (QQ Group)
Qt Technology Communication 723516989 (QQ Group)
Gitee https://gitee.com/x-tools-author/x-tools
GitHub https://github.com/x-tools-author/x-tools

x-tools's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

x-tools's Issues

modbus client, cannot connect on external ip

on modbus TCP client, we should be able to choose the IP not from a dropdown list but any IP, since the server we want to poll might be somewhere else on the network.

keep going on this good soft.

除自动选择IP外,无法手动设置ip地址

使用过程中,例如TCP服务器端,服务器地址会自动识别出本地拥有的IP地址,但在windows 下不插网线设置的固定IP无法识别到,需要手动输入设置才行。modbus作TCP客户端时,主机地址是不应该为远程的IP地址,而不是本地的?

可否增加一个功能

有的时候需要重复发送一些调试指令,能否增加一些textbox,可以存储一这些指令,然后点击文本框前的按钮就会把这些指令发送出去。 指令支持16进制,ASC码, 支持定时发送, 支持对指令进行注释。

The TcpClient produce an auto reconnect bug

if clicked the auto reconnect checkbox once,
the client will always auto reconnect to the tcp server,no matter if the checkbox is not checked;
this bug is the tcpclient controller didn't update the parameter context

QtSwissArmyKnifeV3.4.1解压后Qt5.14.2 ming64编译报错打不开数据库

SAKApplication QSAKDatabase.sqlite3 open failed: "unable to open database file Error opening database"
ASSERT failure in SAKApplication: "Open database failed!", file ..\QtSwissArmyKnife-3.4.1\src\SAKApplication.cc, line 103
10:18:59: 程序异常结束。

mDatabaseName = QString("%1/%2.sqlite3").arg(path).arg(qApp->applicationName());
修正为:
mDatabaseName = "mydb.db";//QString("%1/%2.sqlite3").arg(path).arg(qApp->applicationName());
正常编译通过;

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.