Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Other compatible software? ...

  1. Default Other compatible software? ...

    Hi, I'm interested in "Mindplace Thoughtstream USB Personal Biofeedback" but I have some doubts about...

    1. I wonder if it works with VIM LABS Light software. Anyone has test Thoughtstream with this software? or other real time analysis acquisition and representation programs?

    http://www.verim.de/verim-lab/verimlab_setup.exe

    2. Are any technical information about comunication, formats and information data structures that are passed in real time between device and computer software ("USB interface software")?

    Thank you very much,

    Best Regards.

  2. #2
    Join Date
    Apr 2006
    Location
    Calgary, Alberta, Canada
    Posts
    4,117
    Blog Entries
    3

    Default Re: Other compatible software? ...

    Hello and Welcome!

    Quote Originally Posted by galvanic View Post
    1. I wonder if it works with VIM LABS Light software. Anyone has test Thoughtstream with this software? or other real time analysis acquisition and representation programs?
    I had a look on the Verim web site and it's really difficult to tell if the Verim 3.0 software does or does not work with the Thoughtstream. They mention the Thoughtstream on various places on the web site but, even after looking at the manual, it's just not clear whether or not it is supported. I would recommend you send them an e-mail and ask. Maybe post the answer once you find out for the benefit of others wondering about this!

    2. Are any technical information about comunication, formats and information data structures that are passed in real time between device and computer software ("USB interface software")?
    There is some information here. If you have any further questions about the data format, please feel free to reply in that thread.

    Let us know if you need any other information that will help in your decision!
    -Andy.

    Hey, if someone makes a good post, don't forget to click at the bottom of their post to add to their reputation!

  3. #3

    Default Re: Other compatible software? ...

    VERIM is now compatible with the ThoughtStream USB; we just don't have experience with that software yet. VERIM grew out of Mental Games, becoming quite a bit more sophisticated and expensive. Once we have some experience with it we may start selling it ourselves, but in the meantime you can order it directly from VERIM.
    -Robert

  4. #4
    Join Date
    Apr 2006
    Location
    Calgary, Alberta, Canada
    Posts
    4,117
    Blog Entries
    3

    Default Re: Other compatible software? ...

    Thank you Robert for clearing that up!
    Are there 2 different software versions or does the same version work with the Thoughtstream and the Mind-Reflection?
    -Andy.

    Hey, if someone makes a good post, don't forget to click at the bottom of their post to add to their reputation!

  5. Default Re: Other compatible software? ...

    Hi,

    Thank you both for the information. You are very kind.

    Well, I have contacted VERIM and asked them about. They have pointed me that VERIM Lab Light is not working with the ThoughtStream USB currently. But they may include a driver when the professional version is released.

    However it seems ThoughtStream USB works with other software from VERIM (ie: mental games).

    It would be very useful if the TS USB manufacturer provides drivers and documentation on the communication protocol by USB in order we can build own computer applications when needed.

    Regards.

  6. #6
    Join Date
    Apr 2006
    Location
    Calgary, Alberta, Canada
    Posts
    4,117
    Blog Entries
    3

    Default Re: Other compatible software? ...

    Quote Originally Posted by galvanic View Post
    It would be very useful if the TS USB manufacturer provides drivers and documentation on the communication protocol by USB in order we can build own computer applications when needed.
    Did you have a chance to look at the information in the thread I linked to in my earlier reply?
    -Andy.

    Hey, if someone makes a good post, don't forget to click at the bottom of their post to add to their reputation!

  7. Default Re: Other compatible software? ...

    Yes, I've looked it. But I have not been able to identify the information that helps to program the device. Specifically I mean the minimim technical information (driver, USB protocol and mode used, api library or whatever needed to do so...) to communicate with the device using Java, C+, Python or any programming language, with the goal of making conductivity readings in real time within customized programs.

  8. #8
    Join Date
    Apr 2006
    Location
    Calgary, Alberta, Canada
    Posts
    4,117
    Blog Entries
    3

    Default Re: Other compatible software? ...

    Oh, Ok.

    To communicate with the Thoughstream, it's just serial data. Communication is one-way, out of the Thoughtstream only. So if you know how to do serial communication in your programming, it's as simple as that.
    The COM port settings are 19200 baud, N,8,1, no handshaking.

    The SiLabs driver creates a VCP (Virtual Com Port) when the Thoughstream is plugged in.

    I wrote a small program that spits out the raw data from the TS written in VB.NET, so let me know if I can help with your project.
    -Andy.

    Hey, if someone makes a good post, don't forget to click at the bottom of their post to add to their reputation!

  9. Default Re: Other compatible software? ...

    Quote Originally Posted by Andy View Post
    Oh, Ok.

    To communicate with the Thoughstream, it's just serial data. Communication is one-way, out of the Thoughtstream only. So if you know how to do serial communication in your programming, it's as simple as that.
    The COM port settings are 19200 baud, N,8,1, no handshaking.

    The SiLabs driver creates a VCP (Virtual Com Port) when the Thoughstream is plugged in.

    I wrote a small program that spits out the raw data from the TS written in VB.NET, so let me know if I can help with your project.
    Thank you very much Andy,

    To take a look at the part of your program that manages the communication with TS SUB would be fantastic and from a great help.
    I assume that the data are received in a buffer from a RS232 virtual connection... Do you know what exact information is transmitted, in what order and format are stored, and in which frequency does it happen?. I have not been able to find this data.

    On the other hand I would want to add that in the "Thought Stream Interface" Software I miss another real time graph (in a different color) representing the relative % change in resistivity or conductivity over some time interval (a kind of derivative function). It helps a better control the variability in real time... In fact VERIM LAB Light software already incorporate this feature ("Relative Local Change", fixed at 2 seconds I think). But if time interval could to be chosen according our need by program options, it would be even much better.
    Last edited by galvanic; 03-30-2013 at 01:15 PM.

  10. #10
    Join Date
    Apr 2006
    Location
    Calgary, Alberta, Canada
    Posts
    4,117
    Blog Entries
    3

    Default Re: Other compatible software? ...

    Quote Originally Posted by galvanic View Post
    Thank you very much Andy,
    No problem!

    To take a look at the part of your program that manages the communication with TS SUB would be fantastic and from a great help.
    I assume that the data are received in a buffer from a RS232 virtual connection... Do you know what exact information is transmitted, in what order and format are stored, and in which frequency does it happen?. I have not been able to find this data.
    It was in the thread that I linked to previously. See here.
    It's the ADC value and a timestamp.

    On the other hand I would want to add that in the "Thought Stream Interface" Software I miss another real time graph (in a different color) representing the relative % change in resistivity or conductivity over some time interval (a kind of derivative function). It helps a better control the variability in real time... In fact VERIM LAB Light software already incorporate this feature ("Relative Local Change", fixed at 2 seconds I think). But if time interval could to be chosen according our need by program options, it would be even much better.
    That would be very cool if you were able to write something that does this.

    I've attached my program which was more designed to find COM ports than anything else, not specifically for what you're doing.

    If you hook up your TS to your computer, put on the sensors, start the TS then run the program, open the correct port at 19200 baud, it will display the raw data coming from the TS.
    Attached Files Attached Files
    -Andy.

    Hey, if someone makes a good post, don't forget to click at the bottom of their post to add to their reputation!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Binaural compatible?
    By djmcc in forum Sirius
    Replies: 2
    Last Post: 02-22-2012, 04:30 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •