SerialTerminal.h: Any informations about this available?

Hi,
Today I tried File->Example->SerialTerminal->SetLEDTerm

For a longer time I had to find out, that this only works if ON/OFF are followed by a ';'-character.

Searching the Arduino Reference via the IDE, using Search Engines...but I could find any informations
directly related to "SerialTerminal" but a lot of "dust" - that is: discussions about serial communications
in common, the init() function and so on.

Where can I find further informations about the SerialTerminal-Library, what it is able to do and what
other functions are available with it?

Thanks a lot in advance for any help!
Cheers
mcc

Where did you get the SerialTerminal library from ?

Have you looked at the .h and .cpp files

Why don't you look at the documentation? Google says it's from here: GitHub - SMFSW/SerialTerminal: Arduino Hardware Serial Terminal (for processing of serial communication)
Documentation is pretty terse - but that's pretty normal when people release libraries they wrote - writing good docs is hard.

This is not a library that comes with the IDE - it's written by some guy who isn't affiliated with Arduino, so you should not expect to find anything in the Arduino documentation about it.

Hi DrAzzy,

I try to prevent using Google. I searched the web with www.startpage.com and didn't find the github
page ... or overlooked it being blinded by all the other """mathces""" like "terminal emulators", "serial
communications", explanations of UARTs in general etc...

Thanks for the link!
At least it explains something...

Have a nice day! :slight_smile:
Cheers
mcc

I searched the web with www.startpage.com and didn't find the github
page

Where did you download the library from in the first place ?