Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.27 KB

File metadata and controls

38 lines (21 loc) · 1.27 KB

labuno4

Open Source Oscilloscope built with Flask, pyserial, HTML, javascript and Arduino Uno.

LabUno Desktop interface

Built With

Contributing

Please contact the author for contributing with this work.

Authors

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Acknowledgments

FAQ

  • Change USB port to corresponding port where your Arduino device is connected, on app.py:

ser = serial.Serial('COM7', baudrate=500000, timeout=10)

  • If you are on Linux (Ubuntu 16.04 LTS), comment the line below on app.py:

ser.set_buffer_size(rx_size = 25600, tx_size = 12800)