Click here to Skip to main content
15,911,132 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Good day Forum Family, I have an issue with my final year project. I'm Using Libelium Waspmote Sensor with GPRS Module as an SMS Gateway but it is working perfectly only when I used Step into functionality else it is non-responsive. I'm accessing the Waspmote sensor through Serial Ports in C#. Everything works normal but only if F11 is used. Kindly Help cause I'm stuck and I know not what to do. I'm presenting the project on the 18th of August.
Posted

1 solution

//TRY SLEEP METHOD
Int SleepTime =1000; //WAIT FOR SOME TIME TO SEND SMS
System.Threading.Thread.Sleep(SleepTime);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900