¡@

Home 

c# Programming Glossary: modem

Schedule machine to wake up

http://stackoverflow.com/questions/1141735/schedule-machine-to-wake-up

This machine would be using dialup or 3G wireless modem so unfortunately it can't rely on Wake on LAN. c# windows services..

how to use custom ip address to browse a web page c#/.net

http://stackoverflow.com/questions/12028010/how-to-use-custom-ip-address-to-browse-a-web-page-c-net

you can't achieve a change of your IP by restarting your modem. However it won't obviously allow you to use whatever IP you'd..

I need a event to detect Internet connect/disconnect

http://stackoverflow.com/questions/4457773/i-need-a-event-to-detect-internet-connect-disconnect

get a .NET event for ethernet cable disconnect but if the modem is reset then this event does not get triggered. I don't want..

How do I use dataReceived event of the SerialPort Port Object in C#?

http://stackoverflow.com/questions/466474/how-do-i-use-datareceived-event-of-the-serialport-port-object-in-c

the following code successfully on my machine using a null modem cable between COM33 and COM34 namespace TestApp class Program..

Get external IP address over remoting in C#

http://stackoverflow.com/questions/66363/get-external-ip-address-over-remoting-in-c-sharp

also internal. It's only used to communicate with the DSL modem which actually has the external internet facing IP address... doing a really massive hack involving hardcoding the DSL modem password into your application and querying the DSL modem and.. modem password into your application and querying the DSL modem and screen scraping the admin page and God help you if the modem..

Get local ip address c#

http://stackoverflow.com/questions/6803073/get-local-ip-address-c-sharp

network and I am connected to the internet directly via a modem with no router then I would like to get an error. How can I..

Find gsm modem port in c#

http://stackoverflow.com/questions/7139035/find-gsm-modem-port-in-c-sharp

gsm modem port in c# I want to loop through the available ports System.IO.Ports.SerialPort.GetPortNames.. to find if a port is used by a gsm modem. Any idea please. c# port share improve this question What.. did in my application for one similar task To check that a modem is connected to particular port you can send AT command into..