473,586 Members | 2,678 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using modem in c#

I am currently working on an application in c# that doesn't trust the
internet for its communication. Our company needs this software to connect
to another computer through modem and then send and receive data. Any
suggestion or helpful tutorials for this in c# ?

Thanks for any help!

Jul 11 '07 #1
2 6731
Hello hmdz,

See there a sample http://www.codeproject.com/useritems/SerialComm.asp
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

hI am currently working on an application in c# that doesn't trust the
hinternet for its communication. Our company needs this software to
hconnect to another computer through modem and then send and receive
hdata. Any suggestion or helpful tutorials for this in c# ?
h>
hThanks for any help!
h>
Jul 11 '07 #2
Do they not trust currency either, using gold instead? =)

Sorry, I had to ask, given the statement "doesn't trust the internet",
given the myriad number of ways that one can secure communications over the
internet.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"hmdz" <hm**@hotmail.c omwrote in message
news:uQ******** ******@TK2MSFTN GP04.phx.gbl...
>I am currently working on an application in c# that doesn't trust the
internet for its communication. Our company needs this software to connect
to another computer through modem and then send and receive data. Any
suggestion or helpful tutorials for this in c# ?

Thanks for any help!

Jul 11 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
6554
by: Ashish | last post by:
Hi, I was trying to make a out going call through the voice modem, play a audio file and disconnect. With the XTAPI implementation of the JTAPI I am able to do it with an analog phone line. The XTAPI forum and the docs on sourceforge.net were really helpful. Now what my real aim was to do this whole thing using a mobile phone connected to a...
2
2592
by: Etienne Labuschagne | last post by:
Assuming the modem is on COM5: m = open('COM5','wb+') m.write('+++\r\n') m.flush() m.write('ATQ0V1E0\r\n') m.flush() m.write('ATDT5551234;\r\n') m.flush() response = m.read()
0
1420
by: Dany | last post by:
Hi, everybody: How can I establish a connection using my modem in .NET? I want my application to initialize the modem, place a call and prepare all of the settings needed to create a TCP Socket and begin a normal communication; I mean, I want to automatically initialize
6
17159
by: ransoma22 | last post by:
I developing an application that receive SMS from a connected GSM handphone, e.g Siemens M55, Nokia 6230,etc through the data cable. The application(VB.NET) will receive the SMS automatically, process and output to the screen in my application when a message arrived. But the problem is how do I read the SMS message immediately when it arrived...
0
1619
by: cr113 | last post by:
I need to programmatically connect to a private network thru a modem using VPN. Currently I can connect directly using a dialup connection to a private network thru a modem using the following code: Private Declare Function InternetAutodial Lib "wininet.dll" (ByVal dwFlags As Long, ByVal dwReserved As Long) As Boolean Private Sub Test()
17
3346
by: Franc Zabkar | last post by:
My D-Link DSL-302G modem/router has a real-time clock whose settings are volatile. To avoid hand keying the date/time via the modem's JS interface, I wonder if there is a way to copy the JS code to the hard drive and modify it to automatically retrieve the PC's date/time. I could then add the hacked JS page to my browser's bookmarks. I've...
0
2012
by: bishnu12 | last post by:
Hi all, There are two questions 1. I am trying to write a programme which can query to a modem get the modem details. i am using normal send() and recv() functions. But when i try to fetch a file from the modem. It shows me... Error:400 Bad request. 2. The modem requires a username and password to get inside it. How can i set the...
2
1900
by: =?Utf-8?B?QHdpbg==?= | last post by:
Hello There, I need to page a pager whenever an error event takes place in my app. What is the best approach in this? Should I use and modify the SerialPort class to talk to the modem. I hope someone wants to help me or has an example for me Thanks
4
8266
by: jacobkktan | last post by:
Hi guys/gals, i'm new to this forum, and WHOA IT'S GREAT!!! I'm working for a Software company and i'm incharge in developing a simple SMS gateway. Everything is working fine currently, I'm using cache to connect to the GSM modem the company is supplying. As such, we are using AT+ commands, forgive me if this question is silly, but i...
2
2388
by: muruganyuva | last post by:
hi, in my project i'm sending the data from source to destination with the help of modem. one modem at the source and other at the destination. at first i'm initializing the source modem. "AT E0 V1 X4 N1 &D0 &K0 S0=2" Then i connects the modem and transfer the data.
0
7912
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7839
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8202
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3837
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3865
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.