Skip to content

mitchute/LinuxPythonDAQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

This python program will sample data from a BB electronics data acquisition module 232 SDA12 through a USB adapter.

Should be runnable on either linux or windows (or cygwin), since it should select the right serial port. Of course this assumes that you are communicating with the first port (COM1 or TTYUSB0).

To be able to run the script without sudo privileges, you need to add the user to the dialout group like:

usermod -a -G dialout MY_USER_NAME   (as root, or with sudo)

...and then log out/log in or reboot for the changes to take effect

Running on Windows (I haven't tested this process yet, just guessing):

Running on Debian Linux:

  • Install:

      sudo apt-get install python python-matplotlib python-numpy python-serial
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages