Top "Communication" questions

Communication is the activity of conveying information.

Developing two android apps and communicating between two

I am developing two applications names A and B. Application A as activity named MainActivity, service called UpdateService, BroadcastReciever called …

android communication
C++ How to make two programs communicate?

Question: What is the best way to make two programs (both running on the same computer) communicate and interact? (Windows, …

c++ windows qt communication
Android Client Server communication

I have an application in Android which get latitude and longitude from GPS. I want to send these lat and …

android client-server communication
android communication between two applications

I need some help in how to start developing two android applications (on one phone) which communicate with each other. …

android communication
Choosing buffer size for FTP and HTTP transfers

How does one choose the size of a buffer (bytes I read from or write to socket) for the maximum …

algorithm http ftp communication
Communicate with Activity from Service (LocalService) - Android Best Practices

Common scenario - Activity with a background Service to poll server. The Service will run periodically via AlarmManager and also …

android service android-activity android-intent communication
How should I communicate between activities?

I have 3 buttons. Button A, B, and C. Button A resides in Fragment. It starts intent (activity). Within the new …

android android-activity communication
Arduino stops sending data to the serial port after a long time period

I am using an Arduino Uno rev2 device as a permanently connected device that sometimes sends signals to a PC (…

serial-port arduino communication
What is the easiest way to do inter process communication in C#?

I have two C# applications and I want one of them send two integers to the other one (this doesn't …

c# ipc communication interprocess
How to set the baud rate for Macs in a terminal

Is it possible to set the baud rate for Macs in a terminal? If yes, how to set the baud …

macos terminal arduino communication baud-rate