Serial Port Communication between PC and Arduino using Visual Basic.Net for Beginners
Cross Platform serial communication using Python (PySerial) and Arduino
Tutorial on How to connect an Arduino or Microcontroller like AVR ATmega328P,MSP430 ,PIC with a Windows/Linux PC using serial port (ViCP) and talking with it using Python and pySerial library.
GUI Serial port Data Logging System to CSV text file using Python and tkinter (ttkbootstrap)
Controlling AC Electrical devices from PC using USB Port and Python
Controlling AC electrical devices from a PC using the USB port and Python involves interfacing with external hardware capable of switching AC power, such as relays, and using Python to send commands to the hardware over USB. Here's a general overview of how you can accomplish this:
Serial Port Communication tutorial using Java and Arduino (ATmega328P)
Native Serial Port Programming on Linux (Unix) system using C and terminos API
Submitted by Rahul.Sreedharan on 7 June 2015 - 11:17am
tutorial on programming the serial port on linux distros like ubuntu,fedora ,mint linux,debian
Hello Folks,
This is a tutorial on how to program the Serial Ports on your Linux box.Serial Ports are nice little interfaces on the PC which helps you to interface your embedded system projects using a minimum number of wires.In this tutorial we will write a small program that will send and receive ASCII characters to a microcontroller development board.
Serial Port Programming Tutorials
Cross Platform Python Serial Port Programming Tutorials
- Read more about Serial Port Programming Tutorials
- Log in to post comments
USB to Serial,RS232,RS485 Converter (USB2SERIAL V3.0)
USB2SERIAL V3.0 is a FT232 based protocol converter which can be used as the following
Serial communication using Python (PySerial) and Arduino/AVR/PIC Micro on Linux
A short tutorial on how to setup a serial port communication between a Linux PC/Laptop and a AVR/PIC/MSP430 Microcontroller or Arduino using pySerial and Python.