Inicio > Aplicaciones > Productividad
serial plotter

serial plotter

Publicado por: Mohamed BOUDOUR
Licencia: 62

Capturas de pantalla:

Mínimo
SO
Arquitecturax86,x64,ARM,ARM64
Recomendaciones
SO
Arquitecturax86,x64,ARM,ARM64

Descripción

Serial Plotter is a programm that can receive data from any electronic board and reprent the result on very nice graph. The program can manager up to four channels and has Free run and append feature. the programm use a simple protocol to ease the task for fast developpement of a code on the hardware side. The protocol is as follow : string command = NumberOfSamples.ToString() + "," + SamplingTimeuS.ToString() + "," + activatedChannels + "," + FreeRunCmd;


Explination : NumberOfSamples : How many samples (points) you want to receive. SamplingTimeuS : sampling time in micro seconds activatedChannels : is a string of 4 bits, each bit represent a channel example : 0001 : Channel 0 is activated and the others deactivated 1010 : channel 1 and 3 activated and channels 0 and 2 deactivated. FreeRunCmd : not used for now.


Here is an arduino code to test : To make it work, install TimerOne library (in library manager)


the code is here https://github.com/mdboudour/Serial-Plotter-Example/blob/812ec854143f980c27d39600a8478b47221791bd/serial-arduino.ino


A la gente también le gustó

Opiniones

Artículo

sobre serial plotter
Advertisement
Tendencias en aplicaciones
Aplicaciones mejor valoradas
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.