Search found 12 matches

by keldon7
Fri Mar 23, 2012 4:55 pm
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

Here the Driver!!!! It's not the Final, i'd like to insert the set of number channel in the parameter shell. Now, like before, if you want change the number of sensor used you must recompile-it. Also , I think, i've found a mistake on the conversion value in the Linux's driver. According to the guid...
by keldon7
Sat Mar 03, 2012 10:30 am
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

Hi guys! I'm not forget about you. :mrgreen: Finally, after a very long time of driver testing, i can say "IT WORKS" :D :D :D I have one question... I can give you only the windows driver (and you will update your) or i must add my driver with the Linux's one? in a few day i will update: ovasCDriver...
by keldon7
Thu Feb 02, 2012 3:36 pm
Forum: Box and application development
Topic: p300 help
Replies: 3
Views: 5465

Re: p300 help

Hi! I have the last version of OpenVibe but there's no comment on P300 Classic's scenario. I opened the xDawn Version and i found the comments but it's quite different in rispect to the classic version, can you explain what the function of the group A and B? (the group A and B highlighted in the pic...
by keldon7
Sat Dec 17, 2011 10:17 am
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

Hi! I was looking on internet the warnings "gdkpixmap-win32.c:302: CreateDIBSection failed" and "gdkpixmap-win32.c:114: DeleteObject failed" and i found a many pages with both problems and crash. It seems that the problem is a bug in the gtk libraries and in the "gtkrc" file. As possible i will try ...
by keldon7
Thu Dec 15, 2011 1:44 pm
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

Hi! I tried different acquisitions with the server compiled in release mode and changing only the DriftTolleranceValue AcquisitionServer_DriftToleranceDuration = 2 AcquisitionServer_DriftToleranceDuration = 4 AcquisitionServer_DriftToleranceDuration = 8 AcquisitionServer_DriftToleranceDuration = 16 ...
by keldon7
Thu Dec 15, 2011 9:26 am
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

Here a new log (without my mistakes)
It's clean, no error
by keldon7
Wed Dec 14, 2011 4:21 pm
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

Ehm...Right! That lines can be ignored because they are my mistake. I modified the interface-GTec-GMobiLabPlus.ui file modifying this <object class="GtkListStore" id="model2"> <columns> <!-- column-name gchararray --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes"...
by keldon7
Tue Dec 13, 2011 9:25 am
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

I'm Late, I know....but the departement was closed so i can't do test until yesterday.... I compiled the acquisition server in debug mode and....It Worked.... No Error, No Crash,No message, Nothing I will do other test to understand what/where is the problem but if the problem is really inside the g...
by keldon7
Fri Dec 02, 2011 2:59 pm
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

Here again! This is the last problem that i meet: the driver is compiled and loaded, the connection is created and when i click to Play the device send data but after 20 seconds appear this crash report. Any idea? ######################################################################################...
by keldon7
Thu Dec 01, 2011 2:47 pm
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

problem solved
Finally i can test my driver.


Thanks for All!!!
by keldon7
Thu Dec 01, 2011 11:12 am
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Re: Driver gMobilabPlus under Windows

Thank you for the answer, I'll try to be more specific. I modified the previous driver trying to let it works under windows, I modified only the part related to the connection, all the rest is the same code. I modified also the FindThirdPartyGMobiLabPlusAPI.cmake adding the "WIN32 section" and when ...
by keldon7
Wed Nov 30, 2011 4:25 pm
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44014

Driver gMobilabPlus under Windows

Hi Guys! Here the newest n00b! I'm trying to create a Driver for the Acquisition Server under Windows for gMobilabPlus device but i'm crashing with a problem. My Driver compiled and the gMobilabPlus.dll file has been created but when i compile the code but it's not called by ovasCApplicationServerGU...