09-01-2005 03:17 PM
01-05-2007 10:59 PM
HI I'm not quite sure about what you're using for the loggin process but you may tray SQL server movile, and perhaps use a WAP page to display de Front panel, that may work with the blackberry. Other way I can think of, is to use a simple MS access database for the logging process using an ActiveX controller in LV and then use a .net ActiveX to control the Front Panel on the blackberry or the PDA.
Hope this works
best regards,
Carlos Ehrenzweig
"we don't see things as they are, we see them as we are"![]()
06-12-2008 04:57 PM
This sounds interesting,
Since it has been a while since you posted this message, please let me know if you managed to get it to work.
Have you tried using a PC with a GPRS modem and then trying to access your web server, using the same APN you tried with the PDA's? If you don't have a modem, you can easily connect your mobile phone.
Some importent notes using GPRS:
Sometimes there can be a lag when using GPRS, its packet switched. After my own experience with GPRS the max lag I've had between two GPRS devices on the public network can be up to 10 (even heard from others up to 20) seconds, but when the TCP communication is stable and you have a continious packet flow little lag occurs, but lag must be taken into consideration. since you do not have a continous flow to begin with, make sure you set correct timeouts at your server. Also remember GPRS is not perfect.
Maybe you need to adjust some timers at your server configuration?
You could also try to put the web server on the GPRS network and the same APN and try to see if communication works between GPRS to GPRS if you have the equipment laying around somewhere..
I have not used GPRS to access a G-web server, but have worked with both GPRS and CGI, and I would really like to hear if you managed to get this to work.