Skip to content

taeraemon/HJ_GCS_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pip install PyQt5 pyqtgraph PyOpenGL PyOpenGL_accelerate
# How protocols works

- GCS -> NC  (Telecommand)
    - Design
        - :    -> Command Start
        - ID   -> Command ID (SV, MV)
        - ;    -> Separator
        - IDX  -> Index of target (0 ~ N-1)
        - ;    -> Separator
        - DATA -> Command Data (0: OFF, 1: ON)
        - #    -> Command End

    - Example
        - :SV;0;1#
        - :SV;0;0#
        - :MV;0;180#
        - :MV;0;0#


- NC -> GCS  (Telemetry)
    - Design
        - CSV style.
        - end with \n

    - Example
        - 1.23,2.34,3.45,...,13.37\n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages