Hello. I am relative new in using Renode.
I am trying to connect with Python to access Renode (running in Telnet mode).
And I started using this pyrenode library (and not making an own telnet communication class).
When I tried it I was eventually able to connect but only when using robot_port=None with connect_renode.
And when connected I can only use tell_renode() and read_until().
I preferred to use the keyword but since I have somehow to connect to "a Robot server" no keywords are returned.
Can you assist me?
What do I need to install and run besides the "Robot Framework 6.0.2" which is already installed as dependency?
PS - I am running on Windows