half-duplex
There are 13 repositories under half-duplex topic.
GitMoDu/LoLa
Low Latency Radio System
industrial-robotics-lab/OmniCar-arduino
Arduino code for OmniCar project.
viteo/STM32-BluePill-SCServo-library
STM32 BluePill SCServo (Waveshare/FeeTech) library port for LL
sylvaing19/OneWireInterface
Implements the Dynamixel 1.0 protocol to communicate on half-duplex UART with any compatible device
theritik01/Computer-Network-All-Lab
Learn Network Protocol and Network Programming
ufnalski/scs15_servo_half_duplex_l432kc
SCS15/SC15 servo drive with half-duplex UART interface and STM32/HAL.
rakshith-crm/C-File-Transfer-Network-Socketing
The project uses the concept of Network Socketing and File Handling to transfer files from the server to the client (checks access permission), when requested by the client.
vinit714/Multi-Client-Server-Hand-Cricket-game
A game called Multi Client Hand Cricket game is built using socket programming. It’s a two-player game where two players show scores on their respective fingers.
aleksa012po/C_Hardware_UART_Half_Duplex
This is a project showcasing hardware UART communication on an Atmel AVR microcontroller. It enables bidirectional data transmission and reception, demonstrating the implementation of a half-duplex serial communication channel. Useful for AVR-based projects requiring robust serial communication capabilities.
aleksa012po/C_Hardware_UART_Send_String
"C_Hardware_UART.c" is a project showcasing hardware UART communication on an Atmel AVR microcontroller. It enables bidirectional data transmission and reception, demonstrating the implementation of a half-duplex serial communication channel. Useful for AVR-based projects requiring robust serial communication capabilities.
aleksa012po/C_Software_UART_Half_Duplex
This is a software UART implementation for Atmel AVR microcontrollers. It enables serial communication using timer interrupts and provides functions for data transmission and reception. Ideal for projects requiring software-based UART communication with external devices.
debasishray16/Computer_Network
.pkt format files along with C -files which can be downloaded and are executable in Cisco Packet Tracer. This repository has been opened for taking reference for various computer networks experiments.
Priyansh2/ChatApp
A rudimentary messaging application based on client-server architecture for communication amongst multiple connected clients.