Questions tagged [data-transfer]

Data transmission, digital transmission, or digital communications is the physical transfer of data (a digital bit stream) over a point-to-point or point-to-multipoint communication channel.

Data transmission, digital transmission, or digital communications is the physical transfer of data (a digital bit stream) over a point-to-point or point-to-multipoint communication channel.

Examples of such channels are copper wires, optical fibres, wireless communication channels, storage media and computer buses. The data are represented as an electromagnetic signal, such as an electrical voltage, radiowave, microwave, or infrared signal.

While analog transmission is the transfer of a continuously varying analog signal, digital communications is the transfer of discrete messages. The messages are either represented by a sequence of pulses by means of a line code (baseband transmission), or by a limited set of continuously varying wave forms (passband transmission), using a digital modulation method. The passband modulation and corresponding demodulation (also known as detection) is carried out by modem equipment. According to the most common definition of digital signal, both baseband and passband signals representing bit-streams are considered as digital transmission, while an alternative definition only considers the baseband signal as digital, and passband transmission of digital data as a form of digital-to-analog conversion.

Data transmitted may be digital messages originating from a data source, for example a computer or a keyboard. It may also be an analog signal such as a phone call or a video signal, digitized into a bit-stream for example using pulse-code modulation (PCM) or more advanced source coding (analog-to-digital conversion and data compression) schemes. This source coding and decoding is carried out by codec equipment.

Wikipedia: http://en.wikipedia.org/wiki/Data_transmission

915 questions
-1
votes
1 answer

Transferring Drive data to another domain

is it possible to transfer data from Google Drive (GSuite) from one organization to another using API calls? I have access to superuser accounts in both organizations Example. Employee from company1 needs to transfer its Gdrive data to company2.
-1
votes
1 answer

How to access QString value from one class (window UI) in another class?

I am about to program a small desktop application to capture the working times of my fellow co-workers. It must be customized to our needs, therefore a commercial solution is not an option (+ we have no money). I am using Qt (5.11.2) and C++. I have…
Strohmi
  • 523
  • 5
  • 21
-1
votes
2 answers

REDCap - reporting data back to user

I'm looking for a simple solution for a cooperative project where specimens will be mailed to me, and I would report several measurements back to the sender. I need the originating site to fill out a form with some basic information (specimen ID,…
Michal J Figurski
  • 1,262
  • 1
  • 11
  • 18
-1
votes
1 answer

Data exchanged between two linux servers

I am Using Filebeat and Kafka for Log management. I have a query that sends from data Filebeat to Kafka. How to know if the data is in plaintext format or is it encrypted? Please help me. Thank you.
-1
votes
1 answer

Can we retrieve any data from a device via Bluetooth?

I would like to get my hands on Spyder Bluetooth wearable wireless ECG device and transmit the data to an app. Now I'm fairly new to Bluetooth communication, so can someone please direct me to reliable source that can help me distinguish…
Jamie
  • 99
  • 2
  • 9
-1
votes
2 answers

Implementation of data flow between devices?

A similar question was asked How to send data from one android device to another? However their scope of data pass is between android devices. And so to extend that question, I wanted to know ways of connecting two completely separate devices like…
Jamie
  • 99
  • 2
  • 9
-1
votes
1 answer

Folder is empty while data transfer Sata Hard Drive From Laptop Into USB External Enclosure

I need a little help - I am trying to take the data from hard drive to another laptop using Sata Hard Drive (2.5" Serial ATA Hard Drive Enclosure). However, it is successfully recognized as E drive but the drive says it is empty. My user account has…
Chrissa
  • 87
  • 2
  • 14
-1
votes
2 answers

How fast is rsync?

Anyone ever transferred large files with it? What is the main advantage over ftp and other methods? Speed? or slicing
andrewk
  • 3,721
  • 4
  • 30
  • 37
-1
votes
1 answer

Best way to transfer bulk data

I have 2 requirements, both involving data-transfer. In the first one I have an application 'A' which has data in its staging table of database, this data has to be transferred to another application 'B'. Here there are around 50k-60k records that…
-1
votes
1 answer

What is the most efficient way for PHP and JavaScript to transfer data?

I've seen many different approaches for transferring javaScript and PHP data, but I question the efficiency and precision. What I mean by that is, say for example you have a javaScript platformer (game) that has 10 levels. You have many users with…
Mystical
  • 2,505
  • 2
  • 24
  • 43
-1
votes
1 answer

How to send a double type to another computer through the same LAN?

I've created a calculator which outputs two double numbers based on given numbers, using c# windows form application. I would like to output these numbers onto another computer that is connected to the LAN (Ethernet). I've tried to use both sockets…
Silver007
  • 99
  • 9
-1
votes
3 answers

Best practices of transferring data from service to activity

What is the best practice for transfer of some (not huge, but often) amount of data from several services to activity? I'm using BroadcastReceiver in my MainActivity this way: private class Receiver extends BroadcastReceiver{ public Receiver()…
Sovan
  • 168
  • 1
  • 3
  • 12
-1
votes
3 answers

Is there a script that can transfer text from an excel file into an Adobe design program?

We're making a quiz game. We have a question bank on a Google Drive Spreadsheet. We have a designer who has made a generic design for the question cards, in Photoshop. Now, can we somehow transfer the questions, with the corresponding answers, onto…
primalmk
  • 1
  • 2
-1
votes
1 answer

Unable to transfer data between 2 SQL servers on the same network

I am trying to transfer data from one server to another as a one off exercise, I've setup the linked server but I am still having an issue with identity fields SET IDENTITY_INSERT Regions On INSERT INTO Regions SELECT * FROM…
Weiz_ell
  • 3
  • 6
-1
votes
3 answers

Need a script to transfer data from one excel sheet to another

I have a user who works with Excel sheets daily. She spends a lot of time transferring data from one sheet to another and has requested that I find a script/macro/formula that could automate some of the process. I have searched around and found some…
CeeTech
  • 3
  • 1
  • 3