Infrared IrSIR

Login to reply to this topic.
Fri, 2008-07-04 13:27
Joined: 2005-07-26
Forum posts: 81

http://www.newlc.com/Programming-IrComm3-wire-raw.html

Using above example, suppose I need to send an AT command to some mobile (having IR input) using the above program with Nokia 3230. Can I send a direct command like this:

void CIrScopeTx::WriteComm(const TDesC& aTxData)
{
if (!IsActive())
{
   iTxData.Copy(_L("ATD0123456789;"));
   iTxComm.Write(iTxStatus, iTxTimeOut, iTxData);
   SetActive();
}
}

Or is there sny other method to achieve it?


Mon, 2008-07-07 09:36
Joined: 2005-07-26
Forum posts: 81
Re: Infrared IrSIR

No reply Sad

  • Login to reply to this topic.