Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. Hwo to send document to FAX from eVC++ application

Hwo to send document to FAX from eVC++ application

Scheduled Pinned Locked Moved Mobile
c++
8 Posts 2 Posters 23 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AKSIVAKUMAR
    wrote on last edited by
    #1

    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

    D 1 Reply Last reply
    0
    • A AKSIVAKUMAR

      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

      D Offline
      D Offline
      Daniel Strigl
      wrote on last edited by
      #2

      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!

      A 1 Reply Last reply
      0
      • D Daniel Strigl

        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!

        A Offline
        A Offline
        AKSIVAKUMAR
        wrote on last edited by
        #3

        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.

        D 1 Reply Last reply
        0
        • A AKSIVAKUMAR

          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.

          D Offline
          D Offline
          Daniel Strigl
          wrote on last edited by
          #4

          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!

          A 3 Replies Last reply
          0
          • D Daniel Strigl

            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!

            A Offline
            A Offline
            AKSIVAKUMAR
            wrote on last edited by
            #5

            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

            1 Reply Last reply
            0
            • D Daniel Strigl

              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!

              A Offline
              A Offline
              AKSIVAKUMAR
              wrote on last edited by
              #6

              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

              1 Reply Last reply
              0
              • D Daniel Strigl

                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!

                A Offline
                A Offline
                AKSIVAKUMAR
                wrote on last edited by
                #7

                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

                D 1 Reply Last reply
                0
                • A AKSIVAKUMAR

                  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

                  D Offline
                  D Offline
                  Daniel Strigl
                  wrote on last edited by
                  #8

                  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!

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups