need help with a remote control program on Nokia 3650
| Wed, 2007-10-31 08:44 | |||||
|
I have modified the IRScope program [url=http://newlc.com/Programming-IrComm3-wire-raw.html] that is available on the newlc I am sending the volume- signal described at [url=http://www.sbprojects.com/knowledge/ir/sirc.htm] I am using Visual .net 2003 IDE with Carbide.vs plugin. The main problem is that I can not figure out what to write in the write() method. the article states: i have a question here... it is about the character value ... what will the write statement have in its parameter ... a string ? or a buffer and what will be its value ? I am attaching the zipped file of the source and the header file. Please if some kind soul can see what Wrong I am doing here. code snippet of our program: #if defined (__WINS__) err = User::LoadPhysicalDevice(KPddName); err = User::LoadLogicalDevice(KLddName); StartC32(); User::LeaveIfError(iCommServ.Connect()); err = iCommServ.LoadCommModule(KRS232); err = iComm.Open(iCommServ, KCommPort, ECommExclusive); TCommCaps commCaps; iTxTimeOut = 6000000;
|
|||||





