I'm using serial for debugging but several laptops Id like to work with do not have serial. They do have Infrared ports though.
Are the IR ports just serial ports on a COM port? Or are they similar? I've searched quite a bit on IR ports, both here and Google and not much turns up.
Infrared
Re: Infrared
Hi,
To be honest, I've never really thought of IrDA (and never owned any IrDA hardware).
http://www.irda.org/
http://www.irda.org/displaycommon.cfm?an=5
Cheers,
Brendan
Not sure how they work internally, but it seems they negotiate with each other to determine protocols (one of these protocols is a COM port style protocol with COM port baud rates, etc).czhower wrote:Are the IR ports just serial ports on a COM port? Or are they similar?
To be honest, I've never really thought of IrDA (and never owned any IrDA hardware).
http://en.wikipedia.org/wiki/Infrared_D ... ion#IrCOMMczhower wrote:I've searched quite a bit on IR ports, both here and Google and not much turns up.
http://www.irda.org/
http://www.irda.org/displaycommon.cfm?an=5
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
Yes IR are just like virtual com ports, sometimes they may need enabling in the BIOS.
Here is a simple DexOS program to control a furby (the little fury things) by IR, that the same as writing to com port.
Here is a simple DexOS program to control a furby (the little fury things) by IR, that the same as writing to com port.
- Attachments
-
- IR.asm
- (13.55 KiB) Downloaded 17 times
-
- IR.inc.asm
- change this to IR.inc
- (5.15 KiB) Downloaded 45 times
- gzaloprgm
- Member
- Posts: 141
- Joined: Sun Sep 23, 2007 4:53 pm
- Location: Buenos Aires, Argentina
- Contact:
Cool! I was also thinking of implementing a homemade ir controller receiver, like lirc for linux.
BTW, Dex, you have lots and lots of asm source files xD
Cheers,
Gonzalo
BTW, Dex, you have lots and lots of asm source files xD
Cheers,
Gonzalo
Visit https://gzalo.com : my web site with electronic circuits, articles, schematics, pcb, calculators, and other things related to electronics.