IL2232-HT2022-HIL / SOFTWARE_DEV

This is where software development for the project course will take place
0 stars 0 forks source link

Python: update HiL_client.py by adding communication functions #48

Closed HolgerStenberg closed 2 years ago

HolgerStenberg commented 2 years ago

In order to be able to send data to and from the client, the proposed uart prototype functions should be reviewed and merged to main

Yuxiaowa commented 2 years ago

The function for value transformation (e.g. encode 37.5 to a 16-bit number in the encoding process ) should also be writen and added.

HolgerStenberg commented 2 years ago

The functions for communication is in place and tested out