-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working