Hwo to send document to FAX from eVC++ application
-
Hi all, subject says it all !! Note: ---- Buildign application for iPAQ and eVC++ application will be running on that pocket PC. Suggestions are most welcome. Thanks, siva
-
Hi all, subject says it all !! Note: ---- Buildign application for iPAQ and eVC++ application will be running on that pocket PC. Suggestions are most welcome. Thanks, siva
I think that it's possible to send some AT/FAX commands via the serial port (or the IrDA port) of the Pocket PC to the fax. Just search in Google for "
AT FAX commands
" To send some AT commands via the serial port or the IrDA port take a look on my article Infrared Communication with your Mobile Phone. Daniel ;) --------------------------- Never change a running system! -
I think that it's possible to send some AT/FAX commands via the serial port (or the IrDA port) of the Pocket PC to the fax. Just search in Google for "
AT FAX commands
" To send some AT commands via the serial port or the IrDA port take a look on my article Infrared Communication with your Mobile Phone. Daniel ;) --------------------------- Never change a running system!Dear Daniel, Thank you for your instant reply. Already i had seen your article reagrding that "Infrared Communication with your Mobile Phone. " But I need more information regarding sending via both serial/IrDa port. Please guide me. Thanks siva.
-
Dear Daniel, Thank you for your instant reply. Already i had seen your article reagrding that "Infrared Communication with your Mobile Phone. " But I need more information regarding sending via both serial/IrDa port. Please guide me. Thanks siva.
Ok! First create a simple eVC++ application to send some AT commands via the serial port. I think the best method is to create a simple dialog based application with an edit box and a button. In the edit box you can edit the current AT command at runtime. When you click on the button just send the command in the edit box via the serial port to the device (don't forget to add '\r' at the end of the string). As next connect the Pocket PC to the device (fax) and try the AT commands. So you can test the system. The code to write a AT command via the serial port works as same as via the IrDA port (in my article). The only thing is, that you have to find out at what port (COM1, COM2, ...) your device is connected. I hope this will help you! Daniel ;) --------------------------- Never change a running system!
-
Ok! First create a simple eVC++ application to send some AT commands via the serial port. I think the best method is to create a simple dialog based application with an edit box and a button. In the edit box you can edit the current AT command at runtime. When you click on the button just send the command in the edit box via the serial port to the device (don't forget to add '\r' at the end of the string). As next connect the Pocket PC to the device (fax) and try the AT commands. So you can test the system. The code to write a AT command via the serial port works as same as via the IrDA port (in my article). The only thing is, that you have to find out at what port (COM1, COM2, ...) your device is connected. I hope this will help you! Daniel ;) --------------------------- Never change a running system!
OK. I will check this and get back to you. Here are my questions: Lets assume that I am having Pokcet PC device with GSM/GPRS enabled(ie.Always connected...) How to access the FAX device from my eVC++ applciation which is running on the Pocket PC witout using IrDa? Expecting your reply in this regard. Thanks, siva
-
Ok! First create a simple eVC++ application to send some AT commands via the serial port. I think the best method is to create a simple dialog based application with an edit box and a button. In the edit box you can edit the current AT command at runtime. When you click on the button just send the command in the edit box via the serial port to the device (don't forget to add '\r' at the end of the string). As next connect the Pocket PC to the device (fax) and try the AT commands. So you can test the system. The code to write a AT command via the serial port works as same as via the IrDA port (in my article). The only thing is, that you have to find out at what port (COM1, COM2, ...) your device is connected. I hope this will help you! Daniel ;) --------------------------- Never change a running system!
OK. I will check this and get back to you. Here are my questions: Lets assume that I am having Pokcet PC device with GSM/GPRS enabled(ie.Always connected...)and Lets assume that the internet was down and I want to send the document to the remote Fax device...from from my eVC++ applciation which is running on the Pocket PC witout using IrDa? Expecting your reply in this regard. Thanks, siva
-
Ok! First create a simple eVC++ application to send some AT commands via the serial port. I think the best method is to create a simple dialog based application with an edit box and a button. In the edit box you can edit the current AT command at runtime. When you click on the button just send the command in the edit box via the serial port to the device (don't forget to add '\r' at the end of the string). As next connect the Pocket PC to the device (fax) and try the AT commands. So you can test the system. The code to write a AT command via the serial port works as same as via the IrDA port (in my article). The only thing is, that you have to find out at what port (COM1, COM2, ...) your device is connected. I hope this will help you! Daniel ;) --------------------------- Never change a running system!
Hi, I will check this and get back to you. Here are my questions: Lets assume that I am having Pokcet PC device with GSM/GPRS enabled(ie.Always connected...)and Lets assume that the internet was down and I want to send the document to the remote Fax device...from from my eVC++ applciation which is running on the Pocket PC witout using IrDa? Expecting your reply in this regard. Thanks, siva
-
Hi, I will check this and get back to you. Here are my questions: Lets assume that I am having Pokcet PC device with GSM/GPRS enabled(ie.Always connected...)and Lets assume that the internet was down and I want to send the document to the remote Fax device...from from my eVC++ applciation which is running on the Pocket PC witout using IrDa? Expecting your reply in this regard. Thanks, siva
If your Pocket PC have a serial port you can connect it directly to the fax. Maybe, there are also exist some CF Cards with a serial port (RS232) for the Pocket PC. I think there exist also some IRDA to RS232 converter you can connect to the fax. And of cource there is a very smart way to send the AT commands to the fax, with Bluetooth. There exists some Bluetooth to RS232 converter you can connect to the fax. For the Pocket PC there are also exist some Bluetooth CF Cards. Daniel ;) --------------------------- Never change a running system!