Skip to content

Bug: Olimex remoteControl module cannot open telnet connection #137

@TB-1993

Description

@TB-1993

Problem/Opportunity

The telnet console class was updated to conform with the console interface class. However, the olimex remoteController class uses the telnet class and it was not updated to use the telnet class after the changes.

Steps to reproduce

No response

Expected Behavior

The olimex class should create a telnet connection to the olimex device capable of sending and receiving data. It should also be able to use the methods provided to it by the telnet class.

Actual Behavior

The Olimex class does not pass the correct arguments to the telnet class and therefore errors out while trying to initialise a telnet object.
The Olimex also expects the telnet classes readUntil method to return bytes, however it now returns a string.

Notes (Optional)

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions