Skip to content

Conversation

@kurtmckee
Copy link
Contributor

This introduces the following changes to migrate internal usage of deprecated interfaces to use supported interfaces:

  • .portstr -> .name
  • .setRTS() -> .rts
  • .getSettingsDict() -> .get_settings()
  • .applySettingsDict() -> .apply_settings()
  • .inWaiting() -> .in_waiting
  • .isOpen() -> .is_open

In addition, the test suite's DummySerial class is updated, and commented-out code is updated.

This introduces the following changes:

* `.portstr` -> `.name`
* `.setRTS()` -> `.rts`
* `.getSettingsDict()` -> `.get_settings()`
* `.applySettingsDict()` -> `.apply_settings()`
* `.inWaiting()` -> `.in_waiting`
* `.isOpen()` -> `.is_open`

In addition, the test suite's `DummySerial` class is updated,
and commented-out code is updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant