ProSoft Technology MVI69-ADM User Manual

Page 256

Advertising
background image

Serial Port Library Functions

MVI-ADM ♦ 'C' Programmable

Developer's Guide

'C' Programmable Application Development Module

Page 256 of 342

ProSoft Technology, Inc.

February 20, 2013

Example

BYTE dd[5] = { 10, 20, 30, 40, 50 };
int nn;
nn = 5;
if (MVIsp_PutData(COM1, &dd[0], &nn, 1000L) != MVI_SUCCESS)
printf("%d bytes were sent\n",nn);

See Also
MVIsp_PutCh (page 251)

MVIsp_Puts (page 253)

Advertising