Access to the serial port of the net50 – Sundance SMT6060-TCPIP User Manual

Page 32

Advertising
background image

Revision 0.4

Page 32 of 32

Sundance Digital Signal Processing Inc.

4790 Caughlin Parkway 233, Reno, NV 89519-0907, U.S.A.

Tel: +1 (775) 827-3103, Fax: +1 (775) 827-3664, email:

[email protected]

www.sundancedsp.com

7. ACCESS TO THE SERIAL PORT OF THE NET50

SockAPI.lib provides the following functions to access the serial port of the NET50.

int serial232_port_in(char * buf, int bytes);
int serial232_port_printf( const char *fmt, ... );
int serial232_port_out(const char *B, int bytes);

These functions can be used by any task on the network of DSPs to access the serial RS232 port of the
NET50. This allows developers to output debug information on the terminal window connected to the
RS232.

Advertising