Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

MSCOMM control

Last post 05-11-2008 2:28 AM by Toyapogi. 25 replies.
Page 2 of 2 (26 items) < Previous 1 2
Sort Posts: Previous Next
  • 05-08-2008 2:55 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    hi there... i have a problem here...

    how can i set my mscomm to queue all incomming message while im the modem?

    for example:

    message received > processdata(using the

    modem) * here's the problem... while im
    • Post Points: 5
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 05-08-2008 2:56 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    hi there... i have a problem here...

    how can i set my mscomm to queue all incomming message while im the modem?

    for example:

    message received > processdata(using the

    modem) * here's the problem
    • Post Points: 5
  • 05-08-2008 2:56 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    hi there... i have a problem here...

    how can i set my mscomm to queue all incomming message while im the modem?

    for example:

    message received > processdata(using the

    modem) * here's the problem...
    • Post Points: 5
  • 05-08-2008 2:56 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    hi there... i have a problem here...

    how can i set my mscomm to queue all incomming message while im the modem?

    for example:

    message received > processdata(using the

    modem) * here's the problem... while
    • Post Points: 5
  • 05-08-2008 2:56 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    hi there... i have a problem here...

    how can i set my mscomm to queue all incomming message while im the modem?

    for example:

    message received > processdata(using the

    modem) * here's the problem... while im processing the data and a new
    • Post Points: 5
  • 05-08-2008 2:56 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    hi there... i have a problem here...

    how can i set my mscomm to queue all incomming message while im the modem?

    for example:

    message received > process data(using the modem) * here's the problem... while im processing the data and a new message was received my previous process stops and the new message received will process.. so the previous will not work properly...

    how can i set it to queue after i finish the first process

    • Post Points: 5
  • 05-08-2008 2:56 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    hi there... i have a problem here...

    how can i set my mscomm to queue all incomming message while im using the modem?

    for example:

    message received > processdata(using the

    modem) * here's the problem... while im processing the data and a new message
    • Post Points: 5
  • 05-08-2008 2:57 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    hi there... i have a problem here...

    how can i set my mscomm to queue all incomming message while im the modem?

    for example:

    message received > processdata(using the

    modem) * here's the problem... while im processing the data and a new message received my
    • Post Points: 5
  • 05-08-2008 3:02 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    why i have so many replies IM VERY SORRY PLEASE DELETE IT

    here what i wanna say

    hi there... i have a problem here...

    how can i set my mscomm to queue all incomming message while im the modem?

    for example:

    message received > process data(using the modem) * here's the problem... while im processing the data and a new message was received my previous process stops and the new message received will process.. so the previous will not work properly...

    how can i set it to queue after i finish the first process

    • Post Points: 5
  • 05-08-2008 7:15 AM In reply to

    Re: MSCOMM control

    For receiving Message 

    Set MSComm1 = New MSComm
            Call fnOpenPort
           
            ' Send an 'AT' command to the phone
    '        MSComm1.Output = "AT" & Chr$(13)
            ' The phone will respond with an 'OK'
            Sleep (500)
            MSComm1.Output = "AT+CMEE=1" & Chr$(13)
            ' Set up the phone for a text message
            MSComm1.Output = "AT+CMGF=1" & Chr$(13)
            'The phone will respond with an 'OK'
            Sleep (500)
            ' new mesg indication automatically send to pc, and not saved new mesg to sim/phone memory
            MSComm1.Output = "AT+CNMI=1,2,0,0,0 " & Chr$(13)
            'MSComm1.Output = "AT + CMGL =" & Chr$(34) & "ALL" & Chr$(34)

            'MSComm1.Output = "AT+CMGL=2" & Chr$(13)
            Sleep (500)
            ' Dim recSms1 As String
            Dim a As String
            a = MSComm1.Input
            
         Try this.

    • Post Points: 10
  • 05-11-2008 2:28 AM In reply to

    • Toyapogi
    • Not Ranked
    • Joined on 06-18-2007
    • Philippines
    • Junior Member
    • Points 120

    Re: MSCOMM control

    hmm but the modem will be used in it right? for receiving the incomming data? so my proccess will be interrupted again

    how can it be something like the modem will not received a message while im using it

    • Post Points: 5
Page 2 of 2 (26 items) < Previous 1 2