Modules | |
| I2C Bus | |
| Serial Port1 | |
| Serial Port2 | |
| UDP Buses | |
Files | |
| file | buses.h |
| Serial Buses. | |
| file | buses.h |
| Serial Buses. | |
| file | busi2c.h |
| Part of the Modtronix Configurable Buses. This modules uses buffers from the buses module for it's transmit and receive buffers. | |
| file | busser1.h |
| Interrupt driven Serial receive and transmit handler for USART1. Part of the Modtronix Configurable Buses. This modules uses buffers from the buses module for it's transmit and receive buffers. | |
| file | busser2.h |
| Interrupt driven Serial receive and transmit handler for USART2. Part of the Modtronix Configurable Buses. This modules uses buffers from the buses module for it's transmit and receive buffers. | |
| file | busudp.h |
| Part of the Modtronix Configurable Buses. This modules uses buffers from the buses module for it's transmit and receive buffers. | |
Serial Buses have not been implemented yet! Will be implemented in a future version!
The Modtronix SBC65EC 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.8