Click here to Skip to main content
15,907,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a table like this.

Date | Traveller_ID | Distance Travelled
-------------------------------------
2015-12-12 | 34253 | 2344km
2015-12-12 | 32535 | 2344km
2015-12-12 | 35343 | 2344km
2015-12-13 | 34253 | 12km
2015-12-14 | 34253 | 323km
2015-12-15 | 34253 | 244km

C#
What I need to do is when I send a SMS saying 'TravellerID<space>date' (eg: 34235 2015-12-12) to the telephone number of the PDU modem connected 
(PDU is used in C#) it should send a reply SMS saying 'Distance is 2344 km' .

How to do this?
Posted

1 solution

 
Share this answer
 
Comments
Member 12167481 30-Dec-15 11:45am    
Is there a way to automatically detect port settings without entering them manually. (Such as we connect dongles, but never manually set port details)
Pls explain. Thanks in advance

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