10-05-2005 10:28 AM
HI,
just came across your email and want to help a little bit,
have worked with the SE GMXX modem, it is very easy what you need,
is only a rs232 cable, and know the set of AT commands that you will need,
in User manual you will receive from your GMxx it should be explained throughly....,
you can try by using hyperterminal before you build any code in LV , you will need VISA indeed,
pretty straightforward I guess.....
10-10-2005 03:57 PM
10-11-2005 04:43 PM
Mor,
So are you trying to wait until all of the information reaches the port before reading? What you may try to implement would be to put the Number of Bytes Property Node in a while loop along with a slight delay. The exit condition for this while loop could be when the number of bytes stop changing from one iteration to the next. Once this happens you can then read all the bytes at port with a VISA read.
Hope this helps!
Andy F.
10-12-2005 07:59 AM
Dear Andy ,
I will try to do it in your way. its sound promissing.
I only need to put the Visa-Read outside the loop that i already have, its simple.
Thanks for you help.
Mor.
12-01-2005 08:50 AM
12-02-2005 04:55 PM
12-03-2005 11:37 AM
04-27-2006 06:19 AM
Hiii,
I also have the same modem can you please send me the AT commands for this? i am requesting to you for this, please....
Thanks,
Nishant
04-27-2006 10:21 AM
04-27-2006 11:07 AM - edited 04-27-2006 11:07 AM
Message Edited by Nishant on 04-27-2006 11:09 AM