Menu

Home

Dmitry

SUprotocol is Simple Universal Protocol.
Based on RS232 Asynchronous mode.
Connect MCU with PC with uComp C# component.

Data model:

32 BLOCKs as 32bit data.
Any Block can be UIN32, INT32, FLOAT,[UINT16:UINT16],[SINT16,SINT16],BYTE[4]-Union Structure
PC is master.

uComp can do the next things:
1) Connect MCU with PC.
2) Work with variable (or variables) at PC and synchronize them with MCU automatically
(parametric setters).
3) Read any interested variable (or variables), modify them at PC and transfer back to MCU
automatically(working variables)
4) Read any interested variable (or variables), interpolate them with
Ax³+Bx²+Cx¹+D=f(x) poly (sensor variables), this feature can work in automatic mode.
5) Automatically create poly (A,B,C,D coefficients) by fixing point pairs(x,f(x)) in real time
or at start of program.
6) Do fast packet reading from MCU(read a structure), max packet length is 256 bytes.

Screenshot thumbnail


Project Admins: