Search found 243 matches

by xol
Fri Jun 15, 2012 4:40 am
Forum: SUB-20 General Discussion
Topic: SUB-20 based Universal EEPROM Programmer
Replies: 2
Views: 27559

Re: SUB-20 based Universal EEPROM Programmer

In SUB-20 Tool 1.6.16 added support for SPI devices.

Currently supported SPI devices are:
AT25Fxxxx
NMC93xx

Currently supported I2C devices are:

AT24CXX
24LC64
by xol
Wed Jun 13, 2012 7:56 am
Forum: SUB-20 General Discussion
Topic: 1-wire support
Replies: 3
Views: 33223

Re: 1-wire support

Good idea.
We wanted to do it but ....

What device are you working with? What are the most popular devices to start with? What do you think.
by xol
Thu May 17, 2012 7:01 am
Forum: SUB-20 General Discussion
Topic: Python support?
Replies: 27
Views: 205349

Re: Python support?

HI, Let's pass to SUB-20 Tool and SUB-20 disconnected from target and MAX converter. 1. What SUB-20 model do you have? 2. What is the FW and Library version? 3. Where exactly are you looking for MDC and MDIO? Is it on 10pin header or on DB9 connector? 4. What settings do you provide to SUB-20 Tool a...
by xol
Sat May 12, 2012 5:04 am
Forum: SUB-20 General Discussion
Topic: SUB-20 and NI LabView
Replies: 6
Views: 272601

Re: SUB-20 and NI LabView

You can also use native LabView VI's.
Download here version 0.3:
http://www.xdimax.com/sub20/download/SUB-20-VI-0.3.zip
Or check for latest versions here:
viewtopic.php?f=2&t=506
by xol
Thu Apr 26, 2012 5:46 pm
Forum: SUB-20 General Discussion
Topic: how to use LabVIEW read-write vi?
Replies: 2
Views: 22543

Re: how to use LabVIEW read-write vi?

Hi
Try the same first with SUB-20 tool. I do not think it is related to vi. Make sure first your SPI is working correctly.
by xol
Fri Apr 06, 2012 7:24 am
Forum: SUB-20 General Discussion
Topic: matlab >NET functions
Replies: 4
Views: 31682

Re: matlab >NET functions

You have not selected Slave Address to read/write.
Try to run I2C Scan to see slave devices available on the Bus.
by xol
Fri Feb 17, 2012 8:41 am
Forum: SUB-20 General Discussion
Topic: Looking for MDIO capable module
Replies: 0
Views: 23135

Looking for MDIO capable module

Hi Everybody, We are looking for MDIO compatible PHY or any other MDIO compatible module for purchase. The best thing would be a development board with MDIO slave device for reasonable price. Why do we need it? Some of our customers would like to use third party MDIO modules as a reference for MDIO ...
by xol
Thu Feb 09, 2012 5:40 am
Forum: SUB-20 General Discussion
Topic: RS485 missing received data
Replies: 1
Views: 15468

Re: RS485 missing received data

HI, The loop you use is good for receiving messages of known size with an interval between messages of at least 5-10ms. This is to compensate interval between subsequent calls to sub_rs_xfer. If you want to ONLY RECEIVE data you CAN use FIFO. Something like this: sub_rs_set_config(...); sub_fifo_con...
by xol
Fri Jan 27, 2012 8:04 am
Forum: Grex and DVD Red PRO
Topic: Recording VHS to DVD on Magnavox ZV457MGP
Replies: 0
Views: 37838

Recording VHS to DVD on Magnavox ZV457MGP

Back Panel: dvd.jpg 1. Connection : AUDIO-OUT(L1) L White =======> IN_AUDIO L White AUDIO-OUT(L1) R Red =======> IN_AUDIO R Red VIDEO-OUT(L1) Yellow ======> Grex IN Grex OUT =======> IN-VIDEO Yellow S-VIDEO OUT ======> TV S-VIDEO IN 2. Operation : In DVD mode select L1 INPUT In VCR mode press Play P...
by xol
Sun Jan 22, 2012 5:45 am
Forum: SUB-20 General Discussion
Topic: Visual C# Express 2010
Replies: 1
Views: 18942

Visual C# Express 2010

Message from Russ: Thanks for your response and support. The package arrived today in fine shape and I've been spending the entire day (while snowed in) attempting to use it! Your demo/test program SubTool works just fine with it (as far as I've tested). However, my attempts to get the sample progra...