There are 0 repository under half-duplex topic.
Arduino code for OmniCar project.
STM32 BluePill SCServo (Waveshare/FeeTech) library port for LL
Implements the Dynamixel 1.0 protocol to communicate on half-duplex UART with any compatible device
Learn Network Protocol and Network Programming
SCS15/SC15 servo drive with half-duplex UART interface and STM32/HAL.
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.
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.
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.
"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.
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.
.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.
A rudimentary messaging application based on client-server architecture for communication amongst multiple connected clients.