Trying to convert these VB cmds to Aspect.
I'm sending cmds to a mobile phone's Ctrl Port to emulate handset keystrokes via the PC's direct-connect com port.
Extracts of a VB code:
'****constants for the data byte representation of
keystrokes****
'****to duplicate handset actions, a button depression
must be sent and then followed by a button release
message, along with the associated authentication
messages****
Public Const keyRelease As Byte = &H0
Public Const keyOne As Byte = &H1
Public Const keyTwo As Byte = &H2,&H3,&H4, etc...
Public Const keySend As Byte = &HD
Public Const keyEnd As Byte = &HE
Public Const keyClr As Byte = &H11
Public Const keySto As Byte = &H12
Public Const keyRcl As Byte = &H13
Public Const keyDown As Byte = &H14
Public Const keyUp As Byte = &H15
Public Const keyMenu As Byte = &H16, etc....
Also, would I use the 'Transmit' or the 'Comwrite'?
I am a novice at Aspect scripts, so go easy on me, pls.
Thanks in advance !!
AquaTek
I'm sending cmds to a mobile phone's Ctrl Port to emulate handset keystrokes via the PC's direct-connect com port.
Extracts of a VB code:
'****constants for the data byte representation of
keystrokes****
'****to duplicate handset actions, a button depression
must be sent and then followed by a button release
message, along with the associated authentication
messages****
Public Const keyRelease As Byte = &H0
Public Const keyOne As Byte = &H1
Public Const keyTwo As Byte = &H2,&H3,&H4, etc...
Public Const keySend As Byte = &HD
Public Const keyEnd As Byte = &HE
Public Const keyClr As Byte = &H11
Public Const keySto As Byte = &H12
Public Const keyRcl As Byte = &H13
Public Const keyDown As Byte = &H14
Public Const keyUp As Byte = &H15
Public Const keyMenu As Byte = &H16, etc....
Also, would I use the 'Transmit' or the 'Comwrite'?
I am a novice at Aspect scripts, so go easy on me, pls.
Thanks in advance !!
AquaTek