BEAN NAME
|
BEAN INFO
|
|
|
|
AsynchroSerial
|
Asynchronous serial communication. |
|
| |
This bean implements an asynchronous serial communication between two devices.
Features:
- selectable number of information bits
- selectable number of stop bits
- selectable parity
- selectable handshaking
|
|
SynchroMaster
|
Serial synchronous master-slave communication - MASTER. |
|
| |
This bean (in cooperation with bean SynchroSlave) implements a serial synchronous master-slave communication between two devices.
Features:
- selectable order in which bits are transmitted
- selectable input buffer size
- selectable output buffer size
- selectable active edge of the clock signal
- selectable output pin for the clock
- selectable channel used for serial communication
- selectable communication speed
|
|
SynchroSlave
|
Serial synchronous master-slave communication - SLAVE. |
|
| |
This bean implements slave side in communication with bean SynchroMaster.
|
|
AsynchroMaster
|
Serial asynchronous master-slave communication - MASTER. |
|
| |
This bean supports asynchronous serial master-slave communication. This allows to connect up to 256 microcontrollers (just 1 master and up to 255 slaves). Each slave has its own unique identification - a number between 0 and 254. The communication format has 8 information bits and 1 control wake-up (or broadcast) bit.
|
|
AsynchroSlave
|
Serial asynchronous master-slave communication - SLAVE. |
|
| |
This bean (in cooperation with bean AsynchroMaster) implements a serial asynchronous master-slave communication between two devices.
This allows to connect up to 256 microcontrollers (just 1 master and up to 255 slaves). Each slave has its own unique identification - a number between 0 and 254. The communication format has 8 information bits and 1 control wake-up (or broadcast) bit.
|
EnhAsynchro Master
|
Enhancement of standard asynchronous serial master/slave communication - MASTER |
|
| |
This bean is enhancement of standard AsynchroMaster bean for an asynchronous serial master-slave communication.
|
EnhAsynchro Slave
|
Enhancement of standard asynchronous serial communication - SLAVE |
|
| |
This bean is enhancement of standard AsynchroSlave bean for an asynchronous serial master-slave communication.
|
EnhAsynchro Serial
|
Enhancement of standard asynchronous serial communication |
|
| |
This bean is enhancement of standard AsynchroSerial bean for an asynchronous serial communication
|
EnhSynchro Master
|
Enhancement of standard synchronous serial communication |
|
| |
This bean is enhancement of standard SynchroSerial bean for a synchronous serial communication
|
|
CANchannel
|
CAN communication interface |
|
| |
This bean provides services for serial communication using the CAN 2.0 A and B protocol developed by Robert Bosch 1991 standard ISO 11868.
These services are corresponding to a data link layer in ISO/OSI Network model and are designed for "fullCAN" chips. Generally there are independent message buffers which can be configured for standard or extended frames and also can have different acceptance codes for message filtering.
|