Data Transfer Through Data Modem
Hello, Just long time out from this forum. Currently, I'm writing a file transfer module by using the normal modem, I did established the connection between two terminal & only can send out data at one terminal only. But after 30 over second the line will automatically disconnect.
Did anybody have any idea of the cause and any better way to do this?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Data Transfer Thru Modem & Dialup - Help Please
hi all
i need to send my DB datas to other machine thru dial up useing modem, and other end pc has to download or accept the datas which iam sending, is it possible ??, it should be like pc anywhere.
lot of replies and help will be very much appreciated,
thanks
parthi
Sending Data From Modem To Modem
Hello,
I have 2 modems which i am using to send data between 2 vp apps. At least that's what i want to do, but i'm not too sure how.
Here's what i think i need to do. I want my modem A to dial the modem B on my pc. Then i want the vb app on modem A to send data to the VB app on modem B . So i need the mscomm control to send AT commands to modem A so it can dial modem B .
Has anyone done this before ? Just need some tips as to how to get started. How do i actually send a string ( my data) using an AT commands, to the remote modem ?
Really need some help asap
Thanks.
Ken
Getting Data From Modem...
OK!! this thing i have never done...
anyone can get me any information on how can i give/get data to/from modem?? Suppose someone has dialed my computer thru phone.. I want to respond to his call... how can i get the input from the Modem and How can I give sound output to the Modem??
Thanx in advance...
MOIN.
Getting Data From A Modem...
When you are connected to the internet, it has a small icon with two computers there, and if you double click them, it shows how much you have downloaded. ( ) How can I make my vb app count how much the modem recieves?
(I am using win95)
Transfering Data Through Modem
hi friends,
there is one requirement in my company, transfer the data through modem. for we need to check the modem is connected properly, status and transfer the data through modem using VB programe.
prince
Sending Voice And Data Through A Modem.
hey guys. heres the deal. I want to make an answering machine/remote control program for my computer. I want it to pick up the phone after a number of rings, and give a voice message to the person on the phone. I want to be able to for example press the # key, then it asks for a security code. from there I have a variety of options by pushing numbers on the keypad. I dont even know if this is possible, but I think it is. I know very little about commmands for modems, so any help is appreciated. Thanks.
How Send Data To Internal Modem
Dear Sir,
I have a program that send data via modem.
I use mscomm object for link with modem. I send AT code to modem via mscomm1.output command , after dialing and handshaking ,I couldn't send data to host computer .
Please note that I use internal modem that install on com3 ,IRQ9.
Also note that I could receive data that send from host computer and only I couldn't send data.
Data Fax Voice Modem For Laptops
Hi,
This is not a VB related question.
I want to know details of laptop modems having data fax voice capabilities.
I have been searching along a lot but have found modems having data fax capabilities but withough voice capability.
Does anyone have any idea?
Thanks in advance.
Send Data To Another Computer Using Modem - Help Please...
Say I have an internet connection already established (so does my friend) how can I get my vb program to send him a string of text through vb. I am making a dice game, highest number wins...
How can i get my dice number through to him, to display on his computer as "Tim rolled 6 + 6 = 12."
Any help is cool. Thanks.
{Sending Data Through A Modem}very Basic Question
I was wondering where to start if i want to write a program that sends through my modem individual bits and bits and bytes... basically i want the 2 pairs to give me pulses on command. like i want to be able to send 1001 and have it pulse 5volts 0 volts 0 volts and 5volts . is this possibe?
Serial Reception Of Data From Modem With Atmel89C51 Microcontroller
sir
i am using atmel 89C51 microcontroller to receive the serial data coming from modem , i am able to recive it directly from the serial port through RS232 and can display it in the LCD by the Mscomm VBTERM.VBP code given in the MSDN help ..
But i am not able to receive the data from modem after transmitting from another modem ..
is the data format coming from serial port by using VBTERM.VBP program and by using the modem are the same or different ...
Can any ine help me with a code to display the text from modem through a microcontroller AT89C51 in HD44780 LCD.
Its urgent plz help me ...
Manipulating Sound Data FROM A Modem (this Is Prob. One For The Techies :-))
I've been considering this idea for a while (I specifically need it for something :-))
The idea is simple...I want to record a 2-way data conversation over a phone line as I have a piece of hardware which communicates with its server and I want to know what it sends and receives. I can handle the "listener" section that goes on the wire between the device and the wall, but I am thinking about how easy it would be to decode the data from a *saved* WAV file. The WAV, I assume, would have 2-way traffic divided into two lines (left and right audio, perhaps, or maye stored in 2 WAV files, I dunno)
Basically, how simple do people think it would be to convert the tones to values (0-255 a byte at a time, I would assume, although 0 and 1...which would then be converted to 0-255...would work just as well)?
I'm sure there must be a way to do this...although I am sure there would be tons of complications :-)
(BTW, excuse my not replying if anyone answers...I'm off to work until about 8pm, about 8 hours after this is posted...I'll read the replies when I get back and make any replies I need to :-))
Transfer Of Data
Hi there,
I got a bit of a problem.
I need to transfer newly imputted data from one excel-sheet to an existing sheet.
I tried this ;
Private Sub CommandButton1_Click()
Dim Addr, Space, CCC, SCC, CBN, SC, CurrRow, LastRow
Sheets("Blad2").Select
Space = Chr(32)
Close #1
Open "G:sharedExceltransfer ransferRBtest.xls" For Output As #1
LastRow = Application.CountA(ActiveSheet.Range("A:A"))
For CurrRow = 1 To LastRow
Addr = Cells(CurrRow, 1)
CCC = Cells(CurrRow, 2)
SCC = Space & Space & Space & Cells(CurrRow, 3)
CBN = Cells(CurrRow, 4)
SC = Cells(CurrRow, 5)
Print #1, Addr; Space; CCC; Space; SCC; Space; CBN; Space; SC
Next
Close #1
End Sub
But it just overwrites the existing data. What I want it to do is go to the next empty line and paste the selected range under the allready existing data.
Can anyone tell me if this is somehow possible ?
I tried putting a
Selection.End(xlDown).Offset(1, 0).Select
before the print allready, but that doesn't seem to do it.
Please help,
Thank you!
Grtz Sfek
Transfer Data Help
hey
this is my problem.... I have 2 dbs one has the structure i need the other the data......i can import the structure into a new db but how do i import/export the data i need.......(both dbs have a large amount of tables but no relation etc.. it's a back end.) the db with the data has a field size that’s bigger then the front end but the structure db is ok ... these dbs have so many table and fields it kind of hard to tell what field is the problem
Data Transfer
can any one supply the code that will let me find two words in a list then copy the data between those word and transpose it on to another sheet. As i have a listing of addresses that i need to sort but they are entered on after another which isn't helpful
Transfer Data From VB To VB??
My first post!!
I have a VB app that I made for some folks out in the field. They will fill out some information and then that information will need to be shared with my internal office. We will be looking at the same forms, but with some additional fields. Here is the question...how can I do this? Web based isn't an option and I don't know XML. How can I get the information from the people outside of the office doing data entry on the VB app into our office so we can view it using the same VB app plus some fields?
Can you email a form's contents from outside of an office, and then have that data appear in the form inside of the office?? I don't want to put it into an Access DB and then have them email the DB if possible. Suggestions pleeeease? Thanks!
SQL Data Transfer
hello !
i'll try to explain this clearly ....
i would like to move a field from one table to another, with all its data, while keeping the data in the correct row (my 2 tables have a common field which is the primary key in one of them) i have created the fields in both tables.
i have no idea how to do this. i'm using microsoft sql server 7.0, but the export function doesn't seem to want to let me do this. it tries to insert new rows, which is not what i need.
if you have an idea, please let me know
Huby.
Using XML To Transfer Data...
I have a client/server environment that is 'supposed' to get data from a database, and transfer it to a client application, using XML, classes, etc etc..
In the client code:
Public Sub RetrieveXML()
Dim sxml As String
Dim bRetVal As Boolean
' Get the string
sxml = mCaster.GetActiveViewXML
' Use the DOM to get the data elements
bRetVal = xd.loadXML(sxml)
' Assign the properties to attributes
MoveXML 0
End Sub
Things are blowing up on the sxml = mCaster.GetActiveViewXML Line.
Tracing this back a bit...: mCaster is defined as follows in the class_initialize:
Private Sub Class_Initialize()
Set mCaster = New DataLayer.Class1
End Sub
DataLayer is an activex dll.
Everything is referenced correctly, I cant seem to locate the origin of the problem.
The resulting error from the mCaster.GetActiveViewXML line is:
Invalid Procedure Call or Argument.
Any hints or suggestions? Maybe where should i look next for deeper debugging?
Thanks in advance.
ADO Data Transfer!!!!!
Help needed. I have two separate database connected to the two separate ADO controls, and these controls are located on a SSTAB control. The idea here is that, when a user clicks on a button, the record highlighted on ADO (a) on SSTAB tab 1 will be deleted and transfered to ADO (b) on SSTAB tab 2 as a new record. The problem is, how do I do it? Also, how do I insert the date during runtime into a new record on the ADO, rather than entering the date manually?
Another thing is, how do I use the Calendar control to store activities for a particular date? Is it possible to do so?
Please help..this is urgent..anyone? Any help is much appreciated..thank you!
Data Transfer
Hello. Mike here.
I have no knowlage of SQL at the moment so please bare with me.
I have this form with a lisbox on it. I would like 'results' from a certain column in my MS Acess Database from a certain Table to be shown in this list box.
Here is some information that I think could help:
Database Name: Dates
Table: Job Information
Selected Column: DateList
I would like to, some how check through this database and look at column DateList and if a Date matches Todays Date then the information is shown on the listbox. It will show only the records who's date matches Todays.
Can anyone help me?
Data Transfer
I am working on getting data to transfer from a program we bought to our AS400, and I am having a heck of a time.
Lets start with the upload process...
(I need to also call a stored procedure (sp_export) every time the timer on the form 'goes off'.)
Any thoughts?
Option Compare Database
Option Explicit
Private Sub cmdStart_Enter()
'(Can I just call 'LoadData' when the form loads instead of this?)
Call loaddata
End Sub
Private Sub cmdEnd_Click()
Application.Quit
End Sub
Private Sub Form_Load()
Me.Visible = False
Me.TimerInterval = 60000
End Sub
Private Sub Form_Timer()
Call loaddata
End Sub
Transfer Data
how do i transfer data from one text box to another (i.e) cut and paste data between text boxes?
Transfer Data From Mdb To Cdb?
I have a VB front end with an access db. I want to send some data from the mdb to a cbd database I already have in the PocketPC device.
Ive looked around and all I find is how to copy files from the desktop thru RAPI.
Has anyone successfully opened a .cdb database from a VB frontend and sent data from the mdb to the cdb? Thanks.
Data Transfer
Hi
I have a two database's (Access) with the same field's in both, wat i would like to do is trensfer the data from on to the other.
Is this posible?
Tried a search but I come up with a few thousand entries!
Thx
Data Transfer --> VBA To MFC DLL
I have a large data strucutre that is used in an embedded C application. I have replicated the strucutre in VC++ and put a class wrapper around it. This data structure contains mostly basic data types. However there are a few fields that are fixed length arrays (char []) as string placeholders.
I need to transport this structure to VBA. I have used IDL in order to solve this before. But I was wondering if you guys have any other reccommendations. ?
We are using an excel spread sheet as a tag list for our product. I will use this data to generate a binary file that will be used by our embedded software to configure hardware at run-time.
Could the VB Gurus please tell me how I can transfer this data to the DLL... what is the best way??? Lets say I store the excel data in a vb data strucute (and use an array of these strucutres). can I pass a pointer to that block of memory to my dll. Can I go in reverse as well? I know there might have to be translation. Im a little stuck here, please help..
Need Help With MDI. I Want To Transfer Data.
I have a program that has a main form and three additional forms. I need to transfer information within the additional forms during run time. When a user selects transfer, I want to take their name from one form and have it search the selected form for a vacant seat in a seating chart. I have a subprocedure Add that I would like to call to complete this task. Is this possible? HELP!!
Data Transfer
hi,
what is the most efficent way of copying all the contents of a 'Microsoft Excel Comma Separated Values File' into an Access Sheet?
the file has 3000 rows x 5 columns so its not that small!! speed is essential!
any help would be appreciated.
thanks and regards,
dave.
Data Transfer From AS/400
Is it possible to transer data from an AS/400 to a server w/o using a Data Transer package? Currently we have a package set up, and to run it from VB I would have to use the Shell command. I am looking for a way to run a transfer w/o using the Shell command. Is it (im)possible?
Chris
Data Transfer
How can I now the transfer speed of the internet
in kb?
Data Transfer
I am trying to send data from a running application to a web page does any one have any clues or know of anywhere I might look.
Thnx!!!
TRANSFER DATA
hi,
i have a form where i save a particular data(suppose form1),for
ex,a student has joined for a course.i need to open another form
form2 ,where i want to get something like a message says one new
student has joined(if possible the name of student also.)that is
each time a student joins,i should get that in the form2.once i
process it,then the next student.so do i have to fire an event for
that?
this is more or less similar to teh listbox prob which i had
earlier
thanks ,asad,for suggestions.but thats not what i wanted.
regards
laya.
Data Transfer
--Boundary_(ID_a551HuV4U6tiCfjB//z5sw)
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 7BIT
hi all,
we are designing a 'billing package' inj vb6-sql2000
my client has 2 offices, off-'A' and off-'B'
the software will be installed at both the location
we need to transfer the data from off-'B' to off-'A' every day
& then connect the new records to off-'A' database
we tried using 'CD' for datatransfer it works fine but as 'SQL2000' needs detaching, copying the cd, & then attaching the database, it is becomes a little problematic for the non-technical user.
Is there any other way of transfering the data
We thought of 'dial up connection', but can anybody explain me how is it done in VB at both the ends ie. sending & receiving
thanks for all the help
--Boundary_(ID_a551HuV4U6tiCfjB//z5sw)
Content-type: text/html; charset=iso-8859-1
Content-transfer-encoding: 7BIT
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3700.6699" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2>we are designing a 'billing package' inj
vb6-sql2000</FONT></DIV>
<DIV><FONT face=Arial size=2>my client has 2 offices, off-'A' and
off-'B'</FONT></DIV>
<DIV><FONT face=Arial size=2>the software will be installed at both the
location</FONT></DIV>
<DIV><FONT face=Arial size=2>we need to transfer the data from off-'B' to
off-'A' every day</FONT></DIV>
<DIV><FONT face=Arial size=2>& then connect the new records to off-'A'
database</FONT></DIV>
<DIV><FONT face=Arial size=2>we tried using 'CD' for datatransfer it works fine
but as 'SQL2000' needs detaching, copying the cd, & then attaching the
database, it is becomes a little problematic for the non-technical user.
</FONT></DIV>
<DIV><FONT face=Arial size=2>Is there any other way of transfering the
data</FONT></DIV>
<DIV><FONT face=Arial size=2>We thought of 'dial up connection', but can
anybody explain me how is it done in VB at both the ends ie. sending &
receiving</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>thanks for all the help</FONT></DIV>
<DIV> </DIV></BODY></HTML>
--Boundary_(ID_a551HuV4U6tiCfjB//z5sw)--
Data Transfer
Hi all !
I want help to find out if can transfer files with FTP commands or something similar, between two computers which are connected with dial-up connection (something like PC Anywhere)
Need Help With Data Transfer
Hey people
Do any of you know where I can find a program that will tell me what connections I have going right now, where x program is sending data to, and all that? I tried Commview, but it wasn't quite detailed enough.
Also, I'm making a program to connect to Yahoo webcams, does anyone know how to do that? I know about the DLL file that YIM includes, but I'm trying to do it all without that
Thanks,
Later
How To Transfer Data?
hai every body!
can any one help me out in getting the portnumber of a system in the network and then send any file or information to any port number instantly through VB6.
I am not familiar with the Winsock controls.
Please provide the codes for that.
thankx in advance.
I need the codes Urgently,
Thank you!
pandit
Data Transfer
hai every body!
can any one help me out in getting the portnumber of a system in the network and then send any file or information to any port number instantly through VB6.
thankx in advance.
I need the codes Urgently,
Thank you!
pandit
Data Transfer
I am having access database a.mdb with 100s of tables in that. I need to try some modification on a.mdb and simultaneously i need to upgrade records every day in a.mdb. So i am going to make a copy of a.mdb to temp.mdb.. all the updation of data in the tables will be done in a.mdb....after complete modification of temp.mdb i would like to update my temp.mdb with missing data how to do this? Is there any way i can do it?
Transfer Data
How can I transfer data from an Access database to another (similar) Access database using VB code- Any suggestions greatly appreciated.
Thanks
Winsock Data Transfer
Greetings
Well, my question is the following: I wanted to know how can I get the data sent and received between two different IP address and how to difference between one and another (if there is more than one process in the same PC sending and receiving data from a server). I know the server address, so I wonder if it's possible to, like, "catch" as to say, that information before arrives?
Thanks in advance
Mysql Data Transfer
I have been looking now for 5 days trying to find out how to do this and yes I am new to vb6. What I am trying to do is,
1) have a screen that has two text fields. 1=date and 2=notes.
2) have a command button that when clicked sends the information from 1 and 2 to my web host and store the information in a mysql.
3) In another VB app. have a screan that when you click the receave button it gets the information from the mysql and shows the information to the end user.
This sounds so easy as I sit here and type this out but I have no clue. can someone point me in the right direction for this or if someone knows of a tutorial or example I would be most appreative.
I have bought three books now working on this. Teach yourself VB6 by Patricia Hartman...Visual Basic Programming for the absolute beginner by Michael Vine and Visual Basic 6 Complete. These are all great books but none seam to address what I am trying to do here.
Thanks in advance for any help anyone can give me.
LPT1 Data Transfer
Hello,
Is it possible to send and recieve data throught a LPT1 port (the standard printer port) from one computer to another, second, If i compiled the code to do so on a win2k machine would it run Ok on a win95 machine. Would the version of mscomm be different ( it probably is ) and would i have to code with that in mind?
Thanks
Simple Data Transfer Help
hey
I have a simple table with a tickbox collum (yes/no) Is it possible to assign VB code to a command button on one of my forms which moves all the rows which are ticked into a seprate table?
thx in advance
Transfer Data From VB To Excel
Hello,
I'm trying to transfer some data from a VB form to an existing excel spreadsheet with text boxes, check boxes and option buttons on it. On the VB form, I have 5 text boxes and when I click on a button I want the information on these text boxes to be loaded on the spreadsheet's text boxes and then print the spreadsheet as a report.
I know how to open the excel application from vb then load my existing spreadsheet in memory but then I can't find a way to fill the text boxes of my spreadsheet.
Would somebody have a suggestion on this problem?
Chris.
SQL Server Data Transfer
I have two tables, Month-1 and Month-2, both are rather large.
I want to copy all the data from Month-1 to Month-2. Is there a special SQL call or some VB functionMethod that can do this efficiently. I want to avoid writing a With statement and having to type all 64 fields.
Please Help........
|