08-28-2007 10:05 PM
08-28-2007 10:37 PM
By the way, it would be really helpful if someone kind out there could create a .vi example for me.
Just a simple front panel and block diagram to make me understand the basics.
A SMS Box to type the short messages, choosing of ports, send button, and a list of phone numbers to which the messages suppose to send.
Thank you all. God bless.
08-29-2007 09:02 AM
The com port selection is just a ring control. Right click on it and select 'Edit Items'. Add an item called Com 7 and assign it a value of 6.
Not sure what kind of example you are looking for. The VI you posted has all of the things you are asking for. It could (and should) be rewritten to use the VISA functions, an event structure, no sequence structure, and proper error handling.
09-01-2007 05:08 AM
so is there any way to activate the itegno 3000 beside the one that KAKA had posted ?
i think what he has was to activate an nokia handphone?
is there any example to activate the itegno 3000 ??
09-01-2007 09:10 AM
09-04-2007 11:10 PM
I have tried using the vi with the modem but it doesnt work.
It keeps saying it has an error. I dont know how to troubleshoot.
09-05-2007 06:44 AM
09-11-2007 09:58 PM
09-11-2007 10:27 PM
09-12-2007 10:10 AM
Kaka777,
The error code is truncated. Make the indicator bigger or use a probe to get the entire code.
Ace666,
The VI already has those commands except for the CTRL-Z. To add that, after the last fram in the sequence, add another and for the string to send, create a string constant and right click on it and select Hex Display. The hex value of CTRL-Z is 1A.
Whoever wrote this VI decided to ignore the responses back from the modem. That might be a good thing to add. I would also recomend that you first try all of the commands in hyperterminal to verify you hav a good connection.