Code Monkey home page Code Monkey logo

serialloggerpy's Introduction

SerialLoggerPy

Arduinoのシリアルプリントを簡易的に保存するやつ

To log Serial print and save text file for Arduino.

Install

pip install serial

↑でエラーが出るときは以下のようにしてみるとうまくいくことがある。

If an error occurs in the above, the following may work.

pip uninstall serial
pip uninstall pyserial
pip install pyserial

Update Schedule

  • 更新予定(更新日時)
  • タイムスタンプの追加(2024/2/17)
  • 使えるCOMポートの一覧を最初に表示する(2024/2/18)
  • ボーレートを指定できるようにする(2024/2/19)
  • Serial.write的な機能を実装する(2024/3/22)
  • タイムスタンプをミリ秒までとれるようにする(2024/2/28)



  • Update schedule (date and time of update)
  • Add timestamp(2024/2/17-JST)
  • Display the list of available COM ports first(2024/2/18-JST)
  • Enable to specify baud rate(2024/2/19-JST)
  • Implement Serial.write-like functionality(2024/3/22-JST)
  • Time stamp to milliseconds(2024/2/28-JST)

serialloggerpy's People

Contributors

tail-backshape avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.