LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PDA gsm module bultin and Labview Mobile Module

How can I program a PDA, that has Windows Mobile 5.0 as the operation systema with GSM module bultin, using Labview and Mobile module to send TCP and UDP messages over GPRS? Does Labview 8.6 has any pallete to access the GSM module Bultin or do I have to send At commands to GSM modem? If second is right, how could I know which com do I have to use?

 

In my case I am using the Ipaq 6945 by HP.

 

Thank you

Regards

0 Kudos
Message 1 of 2
(2,741 Views)

Hi Momesso

 

       LabVIEW can communicate with PDA devices using PDA Module, but does not exist a GSM Built-in.
       To program this application in your PDA, you must have the driver to communicate LabVIEW and GSM module and have a deeper understanding of the low level implementation of the phone.
       We basically allow the OS to determine which hardware could transmit the GPRS message over (i.e. GSM Modem).
       The TCP and UDP tools are available to use in PDA Module.
       Or, you can use other connectors in PDA which you could connect a GSM modem and send commands via VISA, such as via a serial, Bluetooth, USB, or PCMCIA port.

 

Regards

 

Napoleão
Application Engineering
National Instruments

0 Kudos
Message 2 of 2
(2,712 Views)