ProSoft Technology MVI69-ADM User Manual

Page 254

Advertising
background image

Serial Port Library Functions

MVI-ADM ♦ 'C' Programmable

Developer's Guide

'C' Programmable Application Development Module

Page 254 of 342

ProSoft Technology, Inc.

February 20, 2013

Example

char str[ ] = "Hello, World!";
int nn;
if (MVIsp_Puts(COM1, str, '\0', &nn, 1000L) != MVI_SUCCESS)
printf("%d characters were sent\n",nn);

See Also
MVIsp_Gets (page 257)

MVIsp_PutCh (page 251)

MVIsp_PutData (page 255)

Advertising