PutS()

Send a String to a terminal through the internal USART.

 Requires: hardware.bas

Syntax: Puts(string)

Example:

Dim s(10) As String
 
s="Ready:"
Call puts(s)   '  Display Ready: on the terminal


Notes:

When including hardware.bas into a project, it should be placed before any other source file in the project tree view.

Also See: putC