Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / communication

Communication

communication

Great Reads

by Anupam_Datta
Motion activated Pushbullet notification from your Arduino to your Smart Gadgets
by Ben M Watson
Five more attributes of highly effective programmers
by Bernhard Nebel
How does asynchronous serial communication work, what Arduino libraries are there to support it, and what can go wrong?
by orouit
This article illustrates how to send command to an Arduino UNO board from an USB serial port and control the wave from of the 16 bits timer/counter

Latest Articles

by Anupam_Datta
Motion activated Pushbullet notification from your Arduino to your Smart Gadgets
by Ben M Watson
Five more attributes of highly effective programmers
by Bernhard Nebel
How does asynchronous serial communication work, what Arduino libraries are there to support it, and what can go wrong?
by orouit
This article illustrates how to send command to an Arduino UNO board from an USB serial port and control the wave from of the 16 bits timer/counter

All Articles

Sort by Score

communication 

by Ben M Watson
Five more attributes of highly effective programmers
by Bernhard Nebel
How does asynchronous serial communication work, what Arduino libraries are there to support it, and what can go wrong?
by Minh Danh Nguyen (ToughDev)
More about ST7735 1.8-inch 128×160 Color LCD on a PIC Microcontroller
by Minh Danh Nguyen (ToughDev)
Experiment with ST7920 128×64 graphical LCD on PIC
by Minh Danh Nguyen (ToughDev)
How to fix PlatformNotSupportedException when running WCF apps
by Trần_Tuấn_Anh
Serialization and deserialization are crucial concepts in computer science that facilitate the storage and transmission of complex data structures. In this article, we will explore what these terms mean, their significance, and how they are implemented in practice.
by Trần_Tuấn_Anh
In the Java programming language, the wait(), notify(), and notifyAll() methods are fundamental for inter-thread communication. These methods play a crucial role in multi-threaded applications where threads need to coordinate their activities. But which class do these methods belong to?