07-14-2005 03:51 AM
07-14-2005 04:48 AM
I have done PC to PDA comm in LV both in Wi-Fi and in CDMA (144 kbps), and in both cases the communication module was built into the device (no DLL used).
07-14-2005 05:21 AM
Hi
thank's for the response.
I used dll only for establish connection GPRS but I used natives TCP of Labview for communication.
I watched I have the problem if I used PDA like a server but if I use Pda like a client the trasmission is faster . Pda is connected by GPRS but pc is in a LAN with dhcp maybe is a cause?
thank's
elisa
07-14-2005 05:44 AM
When you say you used the PDA as a server, do you mean that you used the listen VI on the PDA side?
That sounds like a weird implementation because normally you would expect the server to be on all the time and listening, and the PDA is not on all the time. I presume you're doing this because of the DHCP use. Incidentally, does the PDA have a fixed IP address?
I don't think the use of DHCP should slow you down because once you get an IP address, I think it should work OK.
Maybe there is a bug in the PDA module where using the PDA as a server slows it down. You can probably simulate this by physically connecting the PDA to a computer in your network and see if it's still slow.
07-14-2005 07:05 AM
09-28-2006 08:27 AM
Hi,
I have to activate GPRS connection from LabView for PDA, please how did you do?
What kind of dll did you use?
I found a CMHELPER.dll that shoud have connection manager functions, but I 'm not able to call it from "Call Library Function Node" because I'm not able to create the stub dll.
Please, could help me?
Monica
09-28-2006 11:32 AM
09-29-2006 02:50 AM
Hi Elisa,
Thank's for your answer. The problem is that I'm not able to create dll in Visual C++. Please, could you send me (monyka_la@yahoo.it) your code?I will be very pleasant if I could help you about something else....
Monica
09-29-2006 06:04 AM
What type of GPRS link do you have? The usual speed is 14.4 kB unless you have some newer UMTS systems, so I would expect the data transmission to be VERY slow in comparison to a normal network connection.
@gulm wrote:HiI finded solution to activate GPRS connection form LabView for PDA (I used Pocket pc) with a dll call.I have a problem: if I launch a PDA TCP server on PDA and I use a pc like a client (like example on labview) the transmission is very slow i transmit only casual number and client read and plot this number .Is a problem of GPRS connection ??