SerialToSerial
From NetBurner Wiki
The Serial To Serial Example is an example included with the NNDK. It can be found in \nburn\examples\serial\SerialToSerial.
Project Description
This simple program opens both serial ports and sends data from one to another using the select() function, which can pend on multiple file descriptors at one time.
The serial ports are initialized by the monitor in polled mode. To enable buffered interrupt driven mode, the serial ports are closed and then reopened with OpenSerial().
Requirements
Source Code
This source code is included for reference only.For up to date source, please use the example application source code included with your Development Kit
