From 66e372bec3aace9f50fc70b06808bffa293da558 Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Sun, 17 Nov 2024 02:03:26 -0500 Subject: [PATCH] Update README.md --- examples/UDP Function Generator/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/UDP Function Generator/README.md b/examples/UDP Function Generator/README.md index e6047fc2..ce597251 100644 --- a/examples/UDP Function Generator/README.md +++ b/examples/UDP Function Generator/README.md @@ -8,8 +8,6 @@ With **Serial Studio**, you can use the **Quick Plot** feature to easily visuali ![Serial Studio with UDP Function Generator](doc/screenshot.png) -**Compatibility**: This program runs on any system with support for **POSIX sockets** and is compatible with **Serial Studio** for visualization. - ### What is a Function Generator? A **function generator** creates electrical waveforms that can be used for testing circuits, analyzing systems, and generating real-time signals for processing. This program simulates such a generator but transmits its output over a UDP socket instead of generating physical signals.