Bug 563108 - Remove BaudRate enum from org.eclipse.cdt.serial
Summary: Remove BaudRate enum from org.eclipse.cdt.serial
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on: 543122
Blocks:
  Show dependency tree
 
Reported: 2020-05-12 13:03 EDT by Jonah Graham CLA
Modified: 2020-05-12 13:03 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonah Graham CLA 2020-05-12 13:03:49 EDT
The BaudRate enum was too limiting as it implied that only listed baud rates are supported. With Bug 543122 any baud rate can now be set.

Therefore this bug is to track eventual removal of the BaudRate enum.

As part of Bug 543122 all CDT API that uses BaudRate has been deprecated with replacements provided that use a baud rate integer value.