Search found 242 matches

by xol
Mon Mar 07, 2011 7:52 am
Forum: Grex and DVD Red PRO
Topic: Losing closed captions with Grex
Replies: 18
Views: 61898

Re: Losing closed captions with Grex

HI,
Can you try to check following connection:
Cable Box --> Grex -->TV and tell me if you get CC this way.
I want to be sure CC are OK on the Grex output.
by xol
Tue Mar 01, 2011 9:09 pm
Forum: Grex and DVD Red PRO
Topic: Losing closed captions with Grex
Replies: 18
Views: 61898

Re: Losing closed captions with Grex

Yes.
That's what I mean. And the fact CC are passing Grex makes me think that the problem is in your recorder.
by xol
Mon Feb 28, 2011 4:44 pm
Forum: Grex and DVD Red PRO
Topic: Losing closed captions with Grex
Replies: 18
Views: 61898

Re: Losing closed captions with Grex

Hi,
Do you see the CC on TV if Grex is connected between player and recorder?
by xol
Fri Feb 25, 2011 1:29 pm
Forum: Grex and DVD Red PRO
Topic: Losing closed captions with Grex
Replies: 18
Views: 61898

Re: Losing closed captions with Grex

First of all please check if CC are properly recorded without Grex.
Also please check if you can see CC watching Uverse directly on TV with and without Grex.
by xol
Fri Feb 11, 2011 7:41 pm
Forum: SUB-20 General Discussion
Topic: FastPWM and SPI
Replies: 2
Views: 8431

Re: FastPWM and SPI

Fast PWM output are sharing SS2,SS3 and SS4 SPI pins. This pins are slave select. They are not vital for SPI functionality and you can run fast PWM at the same time you run SPI transactions. For slave select you still have SS0 and SS1 available. If you do need mode then 2 slave selects you can use o...
by xol
Fri Feb 11, 2011 1:53 pm
Forum: SUB-20 General Discussion
Topic: .NET interface for 3 wire SDIO
Replies: 1
Views: 6867

Re: .NET interface for 3 wire SDIO

HI, Currently SUB-20 SPI module supports only 8bit divisible transfers. In your case I think you should make so called bit-banging using GPIO function. In other words you should program each bit manually. In nearest future we plan to implement a number of additional bit-bang SPI channels inside SUB-...
by xol
Tue Feb 08, 2011 9:11 pm
Forum: Grex and DVD Red PRO
Topic: Grex in South Africa
Replies: 1
Views: 12613

Grex in South Africa

We are happy to announce that customers in South Africa can now purchase Grex locally from our partner CornerSpeed
by xol
Fri Feb 04, 2011 10:01 am
Forum: SUB-20 General Discussion
Topic: Is the SUB-20 libraryTHREAD SAFE ...??
Replies: 4
Views: 11306

Re: Is the SUB-20 libraryTHREAD SAFE ...??

Hi,
Under Linux we use libusb 1.x, which is multithreded with some considerations mentioned here: http://libusb.sourceforge.net/api-1.0/mtasync.html

For us if you care to serialize SUB-20 API calls, which means next API call waits for termination of the previous call, we have no problems.
by xol
Fri Feb 04, 2011 5:54 am
Forum: SUB-20 General Discussion
Topic: Is the SUB-20 libraryTHREAD SAFE ...??
Replies: 4
Views: 11306

Re: Is the SUB-20 libraryTHREAD SAFE ...??

Hi,
What operating system are you going to use?
And what kind of API requests?

You need to understand that USB system is not multi-thread/multi-process oriented. USB device can not perform a number of request at the same time.
by xol
Sun Jan 23, 2011 3:09 am
Forum: SUB-20 General Discussion
Topic: Compile on Linux/Fedora
Replies: 2
Views: 8704

Re: Compile on Linux/Fedora

You have to install libusb first.
http://libusb.wiki.sourceforge.net/