On Sat, Mar 25, 2023 at 09:47 PM, <vitaliy_kh@...> wrote:
However using a control over Serial Link requires not only a Python script but
some additional SW components:
matplotlib
pillow
pyserial
Well, of course I don't have any of these extra components.
I have no idea where to get them.
Hello Vitaliy,
You just have to type in the Windows Terminal:
$ pip install matplotlib
$ pip install pillow
$ pip install pyserial
I guess, that you have already installed python3.
Rudi DL5FA