Skip to content

Conversation

@cmaglie
Copy link
Member

@cmaglie cmaglie commented Oct 5, 2021

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • The PR follows
    our contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • UPGRADING.md has been updated with a migration guide (for breaking changes)
  • What kind of change does this PR introduce?
    This PR implements the CLI monitor command:
$ ./arduino-cli monitor -p /dev/ttyACM0
Connected to /dev/ttyACM0! Press CTRL-C to exit.
HELLO 492
HELLO 493
HELLO 494
HELLO 495
HELLO 496
HELLO 497
HELLO 498
^C
$ 

@cmaglie cmaglie requested a review from silvanocerza October 5, 2021 15:13
@cmaglie cmaglie force-pushed the pluggable-monitor-cli-command branch from 96d2780 to 9419fb7 Compare October 5, 2021 15:31
Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
@cmaglie cmaglie merged commit 728847c into arduino:feature/pluggable-monitor Oct 5, 2021
@cmaglie cmaglie deleted the pluggable-monitor-cli-command branch October 5, 2021 15:51
cmaglie added a commit that referenced this pull request Oct 5, 2021
* Implementation of Monitor business logic

* Implementation of 'monitor' command of the CLI

* fix i18n

* Update commands/monitor/monitor.go

Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>

Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
d-a-v pushed a commit to d-a-v/arduino-cli that referenced this pull request Oct 14, 2021
* Implementation of Monitor business logic

* Implementation of 'monitor' command of the CLI

* fix i18n

* Update commands/monitor/monitor.go

Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>

Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
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.

2 participants