Path: ccsf.homeunix.org!CALA-MUZIK!newsfeed.media.kyoto-u.ac.jp!border2.nntp.dca.giganews.com!nntp.giganews.com!novia!atl-c08.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!FUSE.NET-a2kHrUvQQWlmc!not-for-mail From: nobody@whocares.com (Dave Houston) Newsgroups: comp.lang.basic.visual.misc,comp.lang.basic.visual.database,comp.lang.clipper,comp.lang.visual.basic,japan.comp.lang.visual-basic,microsoft.public.vb.visual_modeler Subject: Re: help ! USB IR receiver/transmitter Date: Sat, 03 Jun 2006 13:41:40 GMT Organization: none Reply-To: nobody@whocares.com Message-ID: <44818de5.98045093@nntp.fuse.net> References: X-Newsreader: Forte Agent 1.5/32.452 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@usenetserver.com Lines: 55 X-Trace: d22a6448191947d611b0e25592 Xref: ccsf.homeunix.org japan.comp.lang.visual-basic:98 You picked the wrong hardware. USB-UIRT has a developer's SDK if you want to write your own application. It is also supported by numerous software applications. Most are getting as complicated as Girder but you might look at V-REMOTE which is voice control software for it that was due for release a month or so ago. http://www.usbuirt.com/ http://www.bonnersoftware.com/vremote.aspx If you expect to do this for others in the future, another more costly but more versatile approach is the General Caché GC-100 which has a TCP/IP interface. It's fairly easy to work with and you can readily translate Pronto CCF codes for use with it. http://www.globalcache.com/index.html You might also look here for other approaches. http://www.abledata.com/ Wally wrote: > >Is there a simple code for reading and transmitting infa red for the >tv, vcr, dvd etc. > >I have a client who has limited/no use of her hands. I've purchased a >tira-2 infa red receiver/transmitter so she could control her tv, >vcr,dvd via the computer using dragon speak. the program they >suggested to use was Girder.. But this is a very complicated program >for her to use. > >All I need is a simple little program that with record a infa red >singal and then plays it back when I click on the proper command >button. > >Can somebody help? > >Is there a program already available? > >or a simple vb code that will do this? > >Command buttonone records the IR from the old remote via the tira-2 >box (usb). >and Command button two plays it back via the tira-1 box. > >I know it's porblay not as simple as I make it out to be, but this >girder program seems to be made to control the whole house. it's >overkill for just a simple turn it on turn it off need. > >Thanks for your help > >Wally