-
Notifications
You must be signed in to change notification settings - Fork 31
M10-IT - two people #18
Description
After a bit of a struggle, being something of a linux newbie, I managed to get the data downloaded for my M10-IT, into sqlite and hence into LibreOffice calc, with correct UK text date/times. All great! Thanks to all for their work.
However, I have two people on my M10, and I can't find a way to get at the second data set. Not understanding the protocol it's not been possible for me to figure out how to change the python scripts to get at this data. I've never written any python before, but I'm hoping I can manage it provided I know what message I am meant to be sending. Any ideas?
Also, is there any way to automate the finding of the USB device numbers rather than having to create OMRON_DEV by hand each time? (I'm not sure but have some idea that one of the python scripts does this - is that correct?)
For your information only (no complaint!) the problems I had (not doubt due to being new to linux, and rather slow) are as follows. I'm on ubuntu 12.04 64 bit.
- it took me a while to figure out what the git clone command was meant to be, having never heard of git before - I hadn't understood from the instructions I just had to add the http address of the repository
- I had to download several additional libraries - no problem (pythyon_numpy, python_tk, python-matplotlib)
- 'ls -l $OMRON_DEV groups' failed - I'm not sure what the 'groups' was intended to do but had to omit it
- when I first ran the test it couldn't find the library libomron.so.0.9.0 - eventually I created a sh script that exported a LD_LIBRARY_PATH (I don't really understand this stuff but I cribbed it from elsewhere and it worked)
Anyhow, thanks again.