The secondary development of USBCAN module based on Qt

 

Recently, I made a USBCAN secondary development PC software with qt. After my actual test, the effect is good, and the interface is similar to the official software. The purpose of this software is to learn to call the secondary development library of the module,

When collecting data, you can simply process the data, which makes debugging easier.

Qt version: qt5.14.2   

The interface is as follows:

Interface 1: Realize data receiving and sending operations:

1

 Interface 2: Realize real-time data display and dynamic waveform changes

2

 

The interface of this software is similar to the official software, and it is basically the same to use.

The official software is as follows:

The software supports three USBCAN modules: USBCAN-2A, USB_CAN-2C, CANalyst-II

Details:

       1. Baud rate is optional:

       

 

     2. Optional working mode:

       3. Optional receiving mode

   4. You can check the real-time storage, save the data to a txt file, the file is automatically generated, and the file name is the current time

5. The file save format is the same as the list arrangement in the software: serial number, time, time stamp...

The above is the detailed introduction of the software, welcome everyone to exchange and learn together, QQ: 2284108152

Provide a copy of the software and secondary development materials download address, you can download and test by yourself.

Data screenshot;

download link:

链接:https://pan.baidu.com/s/1u_8VmNb77_cFjytDbcwikw
提取码:yr6g

 

Guess you like

Origin blog.csdn.net/hs977986979/article/details/109652847