Hardware serial port monitor over WiFi
https://www.electronics-lab.com/hardware-serial-port-monitor-with-wifi/
This tutorial shows how to connect Arduino to the TX line (of a router, RPI) and display serial data on smartphone over WiFi. Arduino listens for serial port communication on its hardware serial port. Then it sends every received line of data trough software serial port to ESP8266. ESP8266 puts every received line of data […]
Dual USB Serial and I2C Converter
https://www.electronics-lab.com/dual-usb-serial-and-i2c-converter/
Jesus Echavarria has posted a new project, a dual USB – Serial and I2C converter to communicate with serial and I2C devices. Hi all! After a couple of months with a lot of work, I come here again with the last board I develop before Christmas. It’s a dual USB serial and I2C converter based […]
Serial Port Communication in C#
https://www.electronics-lab.com/serial-port-communication-in-c/
Maurizio tipped us with his latest article on how to use Serial Port in C#. The article does cover the basic code needed to achieve serial communication. The serial port of the PC is a very important resource both in industrial environment and in home-made electronics, due to the wide popularity of the UART interface […]
SerialUSB: A cheap USB proxy for input devices
https://www.electronics-lab.com/serialusb-a-cheap-usb-proxy-for-input-devices/
Serialusb is a cheap (~$5) USB proxy intended to be used with input devices. It is the combination of: a PC software operating the host side of the proxy an atmega32u4 firmware operating the device side of the proxy SerialUSB: A cheap USB proxy for input devices – [Link]
Serial Port Communication in Excel (VBA)
https://www.electronics-lab.com/serial-port-communication-in-excel-vba/
Maurizio @ dev.emcelettronica.com discuss how we can do serial communication in Excel environment. He writes: The purpose of this article is to demonstrate how you can perform serial port communication in the VBA (Visual Basic Applications – script editor included in any typical Microsoft Excel distribution) but without using the MSComm control or any other […]
Have you tried Serial to Ethernet communication?
https://www.electronics-lab.com/have-you-tried-serial-to-ethernet-communication/
More than 50 developers tested Wiznet modules during Pizza workshops in Brno, Bratislava and Budapest. The main topic of Pizzaworkshop was Ethernet communication via Wiznet modules. Developers had a chance to test how fast and simple it is to connect the device to Ethernet and all of this was led by Joachim Wülbeck from Wiznet.Developers […]