KravitzLabDevices / FED3_library

GNU General Public License v3.0
6 stars 17 forks source link

Support for Logging Data of USB Serial Interface #62

Open fish-in-the-sea opened 1 year ago

fish-in-the-sea commented 1 year ago

Add support for sending the log data over the usb serial interface of the fed3 unit

matiasandina commented 3 months ago

@fish-in-the-sea we developed fedwatcher for that purpose https://github.com/matiasandina/FEDWatcher. It's not via USB, but using softwareserial and the BNC/jack. It might still work for your purposes. Happy to help.