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

Feature Request - It would be nice to have the ability to copy all output from the serial monitor to a text file, or even have an automatic logging option for the serial monitor. #670

Closed
1 of 4 tasks
tkuraku opened this issue May 26, 2016 · 4 comments
Labels
Milestone

Comments

@tkuraku
Copy link

tkuraku commented May 26, 2016

What kind of issue is this?

  • Question. This issue tracker is not the place for questions. If you want to ask how to do
    something, or to understand why something isn't working the way you expect it to, use
    our Community Forums https://community.platformio.org
  • Feature Request. Start by telling us what problem you’re trying to solve. Often a solution
    already exists! Don’t send pull requests to implement new features without first getting our
    support. Sometimes we leave features out on purpose to keep the project small.
  • PlatformIO IDE. All issues related to PlatformIO IDE should be reported to appropriate repository
    https://github.com/platformio/platformio-atom-ide/issues
  • Bug report. If you’ve found a bug, please provide information below.

You can erase any parts of this template not applicable to your Issue.


Configuration

Operating system:

PlatformIO Version (platformio --version):

Description of problem

Steps to Reproduce

Actual Results

Expected Results

If problems with PlatformIO Build System:

The content of platformio.ini:

Insert here...

Source file to reproduce issue:

Insert here...

Additional info

@bhavyangupta
Copy link

If you are using linux then you can use the following to write the output to a file:

platformio serialports monitor --port=<port> --baud=<baud> >> output_file

@s4m0r4m4
Copy link

s4m0r4m4 commented Feb 4, 2017

Good idea! this would be a great feature.

@ivankravets
Copy link
Member

Sorry for the delay. I'm going to close this issue because we don't plan to fix it soon. We use PySerial or CLI where you can forward buffer into file. See #670 (comment)

For more advanced SerialMonitor, please take a look at https://freeware.the-meiers.org/

@ivankravets ivankravets added this to the 4.3.0 milestone Mar 17, 2020
@ivankravets ivankravets reopened this Mar 17, 2020
@ivankravets
Copy link
Member

Please upgrade to the latest version via pio upgrade --dev and re-test with log2file filter. See docs https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html

Does it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants