Skip to main content
  • Buy cheap DIN rail mountable Isolated USB to Serial (TTL) /RS232/RS485 converter from India Bangalore(Bengaluru)

    ISO-USB2SERIAL V2.1 is a industrial grade isolated USB to Serial (TTL) /RS232/RS485 converter with ESD protected serial interfaces. Ideal for protecting the sensitive USB inputs of the PC/Laptop from industrial high voltage transients that may couple into the RS485 /RS232 lines.

    Get Started
  • buy industrial grade Ft232 usb to serial rs232 rs485 converter in India with FT232 breakout Board with Screw terminals

    USB2SERIAL V3.0 is a FT232 based protocol converter which can be used as USB to Serial(5V/3.3V)/RS232/RS485 converter

    Get Started
slider image

Simple Python tkinter (ttkbootstrap) GUI interface for serial port communication with Arduino

In this tutorial ,We will learn to build a simple cross platform GUI based serial port communication with Arduino Microcontroller using Python and tkinter (ttkbootstrap).To make the interface look nice we will use the theme extension for tkinter called ttkbootstrap which provides modern flat style themes.

A Quick & Easy Introduction to Python GUI design using ttkbootstrap and tkinter

This tutorial is designed to get a Python novice  started quickly on using ttkbootstrap GUI Library to create beautiful and professional looking Python Programs . Tutorial assumes that the reader has some experience with Python language. Source Code link Below.

Controlling DTR and RTS pins of Serial Port using Win32 API and C/C++

In the previous tutorial we learned about communicating with the serial port (reading and writing) using Win 32 API. 

In this tutorial,

we will look into another function that will let us control two more pins, RTS and DTR

Unlike RXD and TXD pins that are used for sending and receiving data,