The Modtronix SBC68EC Web Server implements many different serial buses that can be linked together via the web based interface. For example, USART 1 (RS232 port) can be linked to a UDP port to implement a USART to UDP interface converters. The following buses are currently implemented:
By default, there are 8 buffers that can be used for the buses. Each bus can be configured to have a receive and/or transmit buffer. When configured to have a receive buffer, all received data will be stored to it. When configured to have a transmit buffer, all data contained in this buffer will be transmitted. The following buffers are defined:
1.5.2