How To Send Sms Through GSM Mobile Connected With Computer
Aug 18, 2010Could anybody give me code to connect with GSM mobile and send sms through it?
View 2 RepliesCould anybody give me code to connect with GSM mobile and send sms through it?
View 2 Replieshow to use at commands in vb.net and how to send image from computer connected to GSM modem to a mobile using vb.net
View 1 RepliesHow to send file on a computer connected to LAN?
View 4 RepliesHow do you share files from one computer to another that are connected in one wireless internet connection? I mean, it's possible using shared folders this means it could be possible in vb.net too..
View 1 Repliesis it possible at all the detect a mobile (eg. IPhone) that is connected to PC via USB and through it send an SMS using its mobile phone service? I have been searching for a while and all I have found is there are web pages you can write code that send sms via them but I am looking at code that is independent of another person or company.
View 1 RepliesI posted the message below in the VB6 section of this forum with no success, but as I've now got access to VB2008 via work, I thought I'd try again here. Basically I'd like to be able in code navigate to a folder held on a mobile device like a mobile phone connected to a pc using MS Activesync? It shows up in the drive list within "My Computer" as a system folder, I've vb6 code to detect all the drives including network mapped drives but not the mobile device.Ultimately I'd like to do file copying when my program detects a mobile device has been connected.
View 1 RepliesHow to have the computer to tell the usb connected device what to do.
View 1 RepliesCan anyone provide the resource to learn making connection between computers over the LAN and retrieve files? EDIT: And can I browse the folders like its done in the local machine?
View 3 Repliesi have a task to create a TCP Server (a program that is listening on its network card interfaces for incoming data stream).I have search on the internet and i found that i can use two methods : Socket or TCPListener class.I have created an example for Socket class, but i wondering how could i test it? I need to check that if another computer in the network send some string data to the listener computer , then this message should be displayed.Here is the example from microsoft that i am using for TCP Server using Socket:
Public Shared Sub Main()
' Data buffer for incoming data.
Dim data = nothingc[code]....
But it does not work because of the PORT setting.If in the TCP Server i have "Dim localEndPoint As New IPEndPoint(ipAddress, 0)" the client crashes, but if i change the port from any (0) to 11000 for example,the client works fine.Do you know why?
Later edit2:Maybe i should have started with this question:Which method is recommended for my scope?asynchronous or synchronous method ?
getting the computer names which are logically connected in the network using vb.net.
View 2 RepliesI am trying to create a client server application. Server side is vb.net program which runs in my computer and listens for commands. Client side is J2ME application which is in my mobile that will send commands.
I have a Bluetooth dongle for my computer and I am going to use Bluetooth as the medium. Wifi is not supported by my mobile.
I know basics of VB.Net(using VB2010). And I have Oracle's J2ME SDK installed in my computer and I have created small(simple applications) applications using it.
So, I have searched in Google. But most of the results are confusing. Today I found Wireless Communication Library .NET Edition. But documentation is very poor. So I don't know in between things, that is connection establishment. But I can code how to execute when each command is received at both sides.
i need to check if my Computer is connected with an Active Directory Domain or only in a Workgroup. Is this possible?
View 4 Repliesow to send sms from pc to mobile in vb.net
View 1 Repliesi tried hard to send sms without ssending number.
i mean [from:Idea] hi,there?
the sms which ssended by u ,at other mobile it dosent shows any phone numbers,it shows as shown above. i have asked to provides for this kind of services or features but they are not responding and say that they sending this kind of sms through their server.remind u i am not using gsm modem.
I want to send the messages from my computer to mobile. I am using vb.net 2008 edition,
View 1 RepliesI have this code where I get all the IP's connected to the network.[code]...
But my LAN game is sending to those IP's that are connected to the network. but not yet opened my game. what I want is how do I code that the tcplistener or tcpclient will tell the host that they are active.....so that If they are active...their IP's are the only one's who will receive.
i need code to send sms in vb.net using mobile.
View 4 Repliesi have big problem on sending Message to mobile. i had created one application where i'm storing the All the information of customer now when they placing order i want to send them message of their bill amount. and bill date. but i'dont no how to send message on GSM AND CDMS mobile.
View 1 Repliescan we send mess from mobile to pc by how.(in vb.net)
View 6 Replieshow i send and recive sms through GSM like mobils using the AT command. vb.net have any api or control for it
View 1 RepliesI am building a Windows Desktop software that will respond to SMS request and sending a SMS as reply automatically.
The software is ready and working just fine but it works only and only with Nokia Mobiles and the prerequisite is that Nokia's PC Suit has to be installed first before my app can work.
But now my customer wants to change his mobile so he wants me to change programming so that it works with any mobile.
I wanna to no how to send email to mobile advice?
View 5 Repliesi need to send datas to mobile application developed using java can i send datas from vb.net windows application to java mobile applications can anyone tell me what is the simplest and secure way to send data from vb.net windows app to java mobile app
View 1 Repliesi want vb.net code to send or receive sms to mobile phone-GSM modem
View 1 RepliesI want to send a simple command, such as "v20" followed by a carriage control character, to a heating/cooling block connected to a desktop computer running Windows XP. I am able to get the commands to work within a terminal emulator. I want to compile a simple program that will be executed by software used to control a liquid handling robot.I've looked at the how to send strings to serial ports in visual basic page and modified that code ever so slightly to send the data that I want. However, it does not work and my heating/cooling block is not changing temperatures.
Here's what I have written:
Sub SendSerialData(ByVal data As String)
data = "n65"
' Send strings to a serial port.
[code]....
Is their a way to send the server client info(account) With out connecting to the server(Full back and forth communication).
View 4 RepliesI want to create application to send message to Mobile by SMS , But I didn't know what the requirement for this and what the steps to make this application?
View 1 Replieshow to send file from my pc to my mobile using bluetooth @ vb2005
by making a program and inclouding it this feature?
I have a Zebra TLP 2844 Printer connected by USB to my computer. I want to send EPL Commands from Visual Basic .Net to the printer through the USB Port wich the printer is connected to. USB is a Serial port but IT IS NOT COM PORT. So, I don't want the method of connecting the COM port with VB.Net. I want a USB method or any helpfull idea or code.
I searched the net for many days but no solution was found.
Briefly, I want to print to Zebra TLP 2844 from Vb.Net over USB port.
I am currently making an application which can send recharge amount by using a mobile device. (Nokia E71).
View 3 Replies