Click here to Skip to main content
15,887,453 members
Home / Discussions / C#
   

C#

 
AnswerRe: JIT Debugger for Async calls Pin
leppie13-Jul-09 3:47
leppie13-Jul-09 3:47 
GeneralRe: JIT Debugger for Async calls Pin
souren7713-Jul-09 4:31
souren7713-Jul-09 4:31 
QuestionDateTimePicker Custome Property... Pin
spalanivel13-Jul-09 2:24
spalanivel13-Jul-09 2:24 
AnswerRe: DateTimePicker Custome Property... Pin
DaveyM6913-Jul-09 2:26
professionalDaveyM6913-Jul-09 2:26 
AnswerRe: DateTimePicker Custome Property... Pin
Alan N13-Jul-09 3:05
Alan N13-Jul-09 3:05 
GeneralRe: DateTimePicker Custome Property... Pin
spalanivel13-Jul-09 3:10
spalanivel13-Jul-09 3:10 
Questionreading data sent through GPRS in C# Pin
Member 305788713-Jul-09 2:05
Member 305788713-Jul-09 2:05 
AnswerRe: reading data sent through GPRS in C# Pin
Jimmanuel13-Jul-09 3:37
Jimmanuel13-Jul-09 3:37 
Your question is way too broad for a specific answer; in general terms the answer is this:

1) figure out how the device is sending data (read the documentation)
2) code your service accordingly

I'm doing the same thing right now - here's what I encountered. Our devices are configurable; we chose UDP sockets as our preferred communication method so we programmed the devices with the required commands and then used this[^] in a service on the server to read incoming data. The other option was to use TCP/IP in which case we would've used this[^] and this[^] on the server to receive data from the devices. All of those classes have methods for opening and closing connections (if applicable) and reading data. We ruled out comms via SMS on a cost basis.

Hope that helps.
Jim


Badger | [badger,badger,badger,badger...]

QuestionControl Box Color Pin
half-life13-Jul-09 2:05
half-life13-Jul-09 2:05 
AnswerRe: Control Box Color Pin
Henry Minute13-Jul-09 3:02
Henry Minute13-Jul-09 3:02 
GeneralRe: Control Box Color Pin
half-life15-Jul-09 19:30
half-life15-Jul-09 19:30 
GeneralRe: Control Box Color Pin
Henry Minute16-Jul-09 2:08
Henry Minute16-Jul-09 2:08 
GeneralRe: Control Box Color Pin
half-life16-Jul-09 20:40
half-life16-Jul-09 20:40 
AnswerRe: Control Box Color Pin
Dave Kreskowiak13-Jul-09 4:36
mveDave Kreskowiak13-Jul-09 4:36 
GeneralRe: Control Box Color Pin
half-life15-Jul-09 19:29
half-life15-Jul-09 19:29 
GeneralRe: Control Box Color Pin
Dave Kreskowiak16-Jul-09 15:55
mveDave Kreskowiak16-Jul-09 15:55 
GeneralRe: Control Box Color Pin
half-life16-Jul-09 20:42
half-life16-Jul-09 20:42 
Questionmedia not adding to play list Pin
uglyeyes13-Jul-09 1:52
uglyeyes13-Jul-09 1:52 
AnswerRe: media not adding to play list Pin
Anindya Chatterjee13-Jul-09 2:09
Anindya Chatterjee13-Jul-09 2:09 
GeneralRe: media not adding to play list Pin
uglyeyes13-Jul-09 2:22
uglyeyes13-Jul-09 2:22 
GeneralRe: media not adding to play list Pin
Anindya Chatterjee13-Jul-09 2:57
Anindya Chatterjee13-Jul-09 2:57 
GeneralRe: media not adding to play list [modified] Pin
uglyeyes13-Jul-09 4:01
uglyeyes13-Jul-09 4:01 
GeneralRe: media not adding to play list Pin
uglyeyes13-Jul-09 17:54
uglyeyes13-Jul-09 17:54 
GeneralRe: media not adding to play list Pin
uglyeyes14-Jul-09 13:39
uglyeyes14-Jul-09 13:39 
GeneralRe: media not adding to play list Pin
uglyeyes14-Jul-09 17:05
uglyeyes14-Jul-09 17:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.