kebasaa / SCIO-read

Read data from the SCIO spectrometer
GNU General Public License v3.0
31 stars 4 forks source link

researcher license #2

Closed Marsenrage closed 3 years ago

Marsenrage commented 5 years ago

I have a researcher license and can download spectrum. How can i sent it to you?

kebasaa commented 5 years ago

Could you do me the favour of scanning the same material twice?

  1. With the app, providing me with the spectrum from the researcher license
  2. On a Linux computer, like this:

Connect the SCIO to your computer through USB. Turn it on. Go to the console, and type:

cat /dev/ttyACM0 | hexdump -C > "SCIO-scan.txt"

in another console then type the following to scan:

echo -n -e "\x01\xba\x02\x00\x00" > /dev/ttyACM0

After scanning, hit Ctrl+C in the first console to stop logging to the file, and please send me that file. That would be very helpful. Thank you

kebasaa commented 5 years ago

And please let me know if you didn't receive my e-mail address...

Marsenrage commented 5 years ago

yeah, I was so busy and did not check this email, I will try to sent you the data as soon as possible. Thank you.

On Sun, Sep 8, 2019 at 8:31 AM kebasaa notifications@github.com wrote:

And please let me know if you didn't receive my e-mail address...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kebasaa/SCIO-read/issues/2?email_source=notifications&email_token=ADHNZTFINJDN6UYNU6WJF2DQIT5DBA5CNFSM4ITV76Q2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6FQAEY#issuecomment-529203219, or mute the thread https://github.com/notifications/unsubscribe-auth/ADHNZTA5EDZIMFTS5HENRRLQIT5DBANCNFSM4ITV76QQ .

nachtschatt3n commented 3 years ago

did you get the file yet?

kebasaa commented 3 years ago

Hi, thanks all for the support. Since I found both the raw data and the resulting spectral data sent back from the SCiO server to a log file, we have even better information then what I asked for here.

Please check the "01_rawdata/log_files" folder, where all the information is available in the log files of the app and help me crack this!