IRDA communication problem.
-
:confused:Hello everyone, I write a POCKET PC Irda Chat application. Two POCKET PC transmiss data to each other. When one application is close, then start up again and ready to send data but this action will get a error code=1359. If two devices closed and start up again, the function will work fine. The question is when one closed and never can connect with the other one.Why? Please reply the answer to tsung-yu@yahoo.com.tw simultaneously. Thanks.
-
:confused:Hello everyone, I write a POCKET PC Irda Chat application. Two POCKET PC transmiss data to each other. When one application is close, then start up again and ready to send data but this action will get a error code=1359. If two devices closed and start up again, the function will work fine. The question is when one closed and never can connect with the other one.Why? Please reply the answer to tsung-yu@yahoo.com.tw simultaneously. Thanks.
What kind of communication do you use? RAW IR or IR SOCKET communication? Show us the code do you use! Daniel ;) --------------------------- Never change a running system!
-
What kind of communication do you use? RAW IR or IR SOCKET communication? Show us the code do you use! Daniel ;) --------------------------- Never change a running system!
-
What kind of communication do you use? RAW IR or IR SOCKET communication? Show us the code do you use! Daniel ;) --------------------------- Never change a running system!
-
Hello, I use IrComm port and call OpenFile(),WriteFile(),ReadFile() function.And I create two threads,one is for sending and another one is for receving. Joye
Try to use the RAW IR port and not the IrCOMM port. How to find the real RAW port index just take a look at Raw IR on Pocket PC. Daniel ;) --------------------------- Never change a running system!
-
Hi, i handle that with checking a timeout period while sending and receiving ... that works quite good. Greetings, Frank
-
What kind of communication do you use? RAW IR or IR SOCKET communication? Show us the code do you use! Daniel ;) --------------------------- Never change a running system!
Hello, Do you have any idea about using IrSock? I need to discover the server using this and actually i want to send/receive packet/file from one device to another device. (ie) HandHeld -To - HandHeld Communication HandHeld - DeskTop PC communication please give me some idea in this regard and let me know if you have any code for to test. thanks, siva
-
Hello, Do you have any idea about using IrSock? I need to discover the server using this and actually i want to send/receive packet/file from one device to another device. (ie) HandHeld -To - HandHeld Communication HandHeld - DeskTop PC communication please give me some idea in this regard and let me know if you have any code for to test. thanks, siva
I have written an article how to use IrSock to send and/or receive data from and to a Desktop PC or another Pocket PC. The guys from PocketPCDN are going to translate it to english, because I have written it in german. So, I think they will publish it the next time. Daniel ;) --------------------------- Never change a running system!
-
Hello, Do you have any idea about using IrSock? I need to discover the server using this and actually i want to send/receive packet/file from one device to another device. (ie) HandHeld -To - HandHeld Communication HandHeld - DeskTop PC communication please give me some idea in this regard and let me know if you have any code for to test. thanks, siva
The translation of my IrDA article is ready and published on on the PocketPCDN at http://www.pocketpcdn.com/articles/irda.html. Daniel ;) --------------------------- Never change a running system!