Search found 242 matches

by xol
Wed Aug 18, 2010 1:02 pm
Forum: SUB-20 General Discussion
Topic: About the RS232 tab of SUB-20 tool v1.6.9
Replies: 3
Views: 9601

Re: About the RS232 tab of SUB-20 tool v1.6.9

Hi,
The better way is to connect UART to FIFO in this case RS232 input will be captured into FIFO and you could read it from FIFO with sub_fifo_read:
http://www.xdimax.com/sub20/doc/HTML/su ... config.htm
UART has to be configured first
http://www.xdimax.com/sub20/doc/HTML/su ... config.htm
by xol
Wed Aug 18, 2010 5:13 am
Forum: Grex and DVD Red PRO
Topic: copied about 100 VHS tapes with total success
Replies: 1
Views: 13770

Re: Grex won't copy some VHS tapes

HI,
How exactly it happens? Do you get protection message from the beginning? What is the exact message?
What indication do you see on Grex with this problematic tapes?
by xol
Wed Aug 18, 2010 4:57 am
Forum: SUB-20 General Discussion
Topic: About the Flash memory support in SUB-20
Replies: 4
Views: 12178

Re: About the Flash memory support in SUB-20

Yes, why not?
You can do it using SPI interface.
by xol
Fri Aug 13, 2010 10:27 am
Forum: SUB-20 General Discussion
Topic: About the RS232 tab of SUB-20 tool v1.6.9
Replies: 3
Views: 9601

Re: About the RS232 tab of SUB-20 tool v1.6.9

Hi, The RS232 Rx is activated only after you press Read button for the period of time defined in Rxmsg, Rxbyte timeouts combination according to the API documentation: http://www.xdimax.com/sub20/doc/HTML/sub_rs_timing.htm The maximum timeout you can get is 4sec. So Rx can be active for no more then...
by xol
Thu Aug 12, 2010 5:16 am
Forum: SUB-20 General Discussion
Topic: The Start/Stop function of SUB-20 I2C
Replies: 2
Views: 8005

Re: The Start/Stop function of SUB-20 I2C

HI,
You should not issue START before I2C write. I2C write will issue START internally.
Look here: http://www.xdimax.com/sub20/doc/HTML/sub_i2c_write.htm
I2C write has it's own START
by xol
Tue Aug 10, 2010 4:25 pm
Forum: SUB-20 General Discussion
Topic: Data transfer rate SPI -> PC very low?
Replies: 1
Views: 7107

Re: Data transfer rate SPI -> PC very low?

HI,
First of all you can try to increase read size.

In next release we will have special flag FIFO_READ_FULL that will guaranty 64 bytes divisible reads. It will increase performance.
by xol
Mon Aug 09, 2010 5:33 pm
Forum: SUB-20 General Discussion
Topic: SPI Interface in LabVIEW
Replies: 24
Views: 91663

Re: SPI Interface in LabVIEW

Cool.
We hope to see more orders from you :mrgreen:
by xol
Sat Aug 07, 2010 8:27 am
Forum: SUB-20 General Discussion
Topic: SPI Interface in LabVIEW
Replies: 24
Views: 91663

Re: SPI Interface in LabVIEW

Next try. Hope the last one.
by xol
Fri Aug 06, 2010 6:04 am
Forum: SUB-20 General Discussion
Topic: RELEASE
Replies: 4
Views: 11113

Re: RELEASE

Hi
It's on the way. Will be ready in next release.
by xol
Thu Aug 05, 2010 7:06 pm
Forum: SUB-20 General Discussion
Topic: SPI Interface in LabVIEW
Replies: 24
Views: 91663

Re: SPI Interface in LabVIEW

OK,
I can clean it.
Tell me if all the rest is OK.