Difference between revisions of "Component: GSM (EB066, Generic AT) (Wireless)"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML import)
Line 1: Line 1:
 
 
 
{| width="50%"
 
{| width="50%"
 
|-
 
|-

Revision as of 15:58, 16 January 2014

Author Matrix Ltd.
Version 1.2
Category Wireless


Image GSM (EB066, Generic AT) component

Low level routines for controlling a standard AT GSM / GPRS interface Also available in the form of the EB066 GSM E-block.

Examples

No additional examples


Downloadable macro reference

DialNumber

Performs a standard voice call by dialling the number specified.

Returns 0 for call in progress and 255 for no response.

Parameters

<- STRING Number
This parameter may be returned back to the caller


Return value

BYTE


GetTextString

No additional information


Parameters

BYTE NumBytes


Return value

STRING


SendScript

Send an AT command script.

Returns 0 for fail, 1 for success and 255 for unrecognised script idx.

Parameters

BYTE idx


Return value

BYTE


AnswerIncomingCall

Answers the phone for an incoming type call.

Returns 0 for success and 255 for failure.

Parameters

This macro has no parameters


Return value

BYTE


SendCommand

Sends a command string to the GSM module.

0 = Command sent ok, 255 = No Reply

Parameters

<- STRING Command
This parameter may be returned back to the caller
BYTE SendCR


Return value

BYTE


GetTextNumber

No additional information


Parameters

BYTE NumBytes


Return value

STRING


HangUpCall

Ends a voice based call.

Returns 0 for success and 255 for failure.

Parameters

This macro has no parameters


Return value

BYTE


ReadString

Copies the data from the data string array to a local string variable

Parameters

BYTE NumBytes


Return value

STRING


SendTextMessage

Sends the text message data specified to the number specified using the SMS protocol.

Returns 0 for success and 255 for failure.

Parameters

<- STRING Number
This parameter may be returned back to the caller
<- STRING Message
This parameter may be returned back to the caller


Return value

BYTE


StringReceive

No additional information


Parameters

This macro has no parameters


Return value

BYTE


CheckNetworkStatus

Returns the state of the GSM network.

0 = Not connected, 1 = connected, 255 = no reply from GSM.

Parameters

This macro has no parameters


Return value

BYTE


CheckForIncoming

Checks to see if any incoming phone call or SMS message.

0 = Nothing, 1 = Text Received, 2 = Phone Ringing

Parameters

This macro has no parameters


Return value

BYTE


Initialise

Sets up the GSM module.

Returns 0 for OK, 255 for no reply and 254 for command fail.

Parameters

This macro has no parameters


Return value

BYTE


Simulation macro reference

This component does not contain any simulation macros


Property reference

Expect Echo

This property is of type True or false and can be referenced with the variable name expect_echo.

No additional information


String Array Size

This property is of type Signed integer and can be referenced with the variable name string_size.

Amount of RAM memory to dedicate to receiving responces from the GSM

Message Array Size

This property is of type Signed integer and can be referenced with the variable name message_size.

Amount of RAM memory to dedicate to storing the last SMS message received by the GSM.

Baud Rate

This property is of type Fixed list of ints and can be referenced with the variable name baud.

No additional information


Flow Control

This property is of type True or false and can be referenced with the variable name flow_control.

No additional information


Script Count

This property is of type Fixed list of ints and can be referenced with the variable name script_count.

No additional information


Script1

This property is of type Multiple lines of text and can be referenced with the variable name script1.

No additional information


Channel

This property is of type Fixed list of ints and can be referenced with the variable name channel.

No additional information


TX Pin

This property is of type Single digital pin and can be referenced with the variable name tx_pin.

No additional information


RX Pin

This property is of type Single digital pin and can be referenced with the variable name rx_pin.

No additional information


Label

This property is of type Line of text and can be referenced with the variable name label.

No additional information