Top "Communication" questions

Communication is the activity of conveying information.

GUI and windows service communication

I know since Vista, that C# can't hook a UI form directly to the windows service. This was stated on …

c# .net user-interface windows-services communication
How to send command to serial port (JAVA + RXTX)

I have a problem with sending data input to a weight balance. I need to send a ESC P CR …

java serial-port communication rxtx
Tkinter: invoke event in main loop

How do you invoke a tkinter event from a separate object? I'm looking for something like wxWidgets wx.CallAfter. For …

python user-interface communication tkinter
How can a C# app easily communicate and transfer files on a network?

How can a C# app easily communicate with an instance of itself present on another computer, which is on the …

c# networking communication data-transfer file-transfer
Connection through COM port between host and guest in VirtualBox

I am running a certain application on Ubuntu (16.04) in VirtualBox, while VirtualBox is running on Windows 10 (host). In Simulink (running …

matlab virtualbox communication simulink qgroundcontrol
Communication between C# applications - the easy way

I have two C# programs and I want to send some data back and forth between them. (And check if …

c# communication
OPC UA protocol vs MQTT protocol

I would like to compare OPC UA vs MQTT on basis of the general characteristics of both the protocols such …

protocols communication mqtt iot opc-ua
How does the Hamming code work?

When transmitting data, the Hamming code apparently allows you to recreate data that has been corrupted over the wire (an …

communication hamming-code
Calculating modbus RTU 3.5 character time

am new to Modbus and developing an application using Modbus RTU. I would like to know how to find out …

communication serial-communication modbus rs485
How does jdbc work

can anyone tell me How does jdbc work? How it manages to communicate with a DBMS? since DBMS may be …

jdbc communication database