Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harmonize with Blink Serial API implementation #6

Open
reillyeon opened this issue Aug 9, 2019 · 0 comments
Open

Harmonize with Blink Serial API implementation #6

reillyeon opened this issue Aug 9, 2019 · 0 comments

Comments

@reillyeon
Copy link
Collaborator

  • Blink doesn't implement setOptions() and getInfo(). The semantics of these are unclear but multiple implementation experience here could be instructive.
  • Blink expects SerialOptions to be passed to open().
  • Blink expects SerialPortRequestOptions to be passed to requestPort().
  • Blink does not provide a SerialPort constructor. The constructor provided by the polyfill is useful for manually constructing a SerialPort from a USBDevice which is something the polyfill can support clients doing outside of the specified Serial API.
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

No branches or pull requests

1 participant