Search found 242 matches

by xol
Thu Jan 20, 2011 7:40 am
Forum: SUB-20 General Discussion
Topic: SUB-20 and LabView 7.1
Replies: 12
Views: 52352

Re: SUB-20 and LabView 7.1

Thanks for the info.
We are waiting to get results of your testings with HW.
by xol
Thu Jan 06, 2011 2:43 pm
Forum: SUB-20 General Discussion
Topic: Problem with activation
Replies: 0
Views: 5976

Re: Problem with activation

What information are you expecting to get from this link?
by xol
Wed Dec 15, 2010 8:18 pm
Forum: SUB-20 General Discussion
Topic: SUB-20 error: Failed to submit async transaction
Replies: 7
Views: 15718

Re: SUB-20 error: Failed to submit async transaction

First of all check it with commented line to be sure it helps. Otherwise our assumptions are useless and we have to look for another reason of the problem.
by xol
Wed Dec 15, 2010 8:16 pm
Forum: Grex and DVD Red PRO
Topic: Grex
Replies: 2
Views: 15389

Re: Grex

Hi,
Have you power cycled it?
Is the blinking you get is close to this one?
http://www.xdimax.com/grex_faq/faq_details.html#mode
by xol
Wed Dec 15, 2010 5:54 am
Forum: SUB-20 General Discussion
Topic: SUB-20 error: Failed to submit async transaction
Replies: 7
Views: 15718

Re: SUB-20 error: Failed to submit async transaction

Hi, In your case there should be no affection. Async transaction was introduced In libusb-1-x we are using as bottom layer. It let's submit USB request and do not block until it's completion. We use it to speed up back to back API calls. But in case of I2C you should not see any difference as I2C is...
by xol
Tue Dec 14, 2010 9:30 pm
Forum: SUB-20 General Discussion
Topic: SUB-20 error: Failed to submit async transaction
Replies: 7
Views: 15718

Re: SUB-20 error: Failed to submit async transaction

In this case let's try to disable ASYNC transactions and use synchronous one.
Comment out in libsub.h this definition:

Code: Select all

#define ASYNC_OUT
by xol
Mon Dec 13, 2010 2:11 pm
Forum: SUB-20 General Discussion
Topic: SUB-20 error: Failed to submit async transaction
Replies: 7
Views: 15718

Re: SUB-20 error: Failed to submit async transaction

Hi,
Please tell us what OS do you use?
What API calls?
How often it happens?
by xol
Wed Nov 24, 2010 8:16 pm
Forum: SUB-20 General Discussion
Topic: SPI data transfer issue
Replies: 43
Views: 93523

Re: SPI data transfer issue

HI,
I suggest you to take a scope and check how it looks.
In a 5 minutes you will get the answer where the problem is.
by xol
Thu Nov 18, 2010 6:31 am
Forum: SUB-20 General Discussion
Topic: SPI data transfer issue
Replies: 43
Views: 93523

Re: SPI data transfer issue

Hi,
There was a bug in DLL with _ess function. One of our customers reported the problem.
You can try to use attached DLL with a fix or wait for next release. The fixed DLL was tested again and should be OK.
by xol
Fri Nov 12, 2010 9:40 am
Forum: SUB-20 General Discussion
Topic: GPIO operations fail with "Bulk write failed"
Replies: 11
Views: 62014

Re: GPIO operations fail with "Bulk write failed"

Thank you too for the patience and cooperation.

BTW what is your project?