Difference between revisions of "Xenomai RTSerial"
Line 18: | Line 18: | ||
Xenomai provides a RTDM profile for serial device drivers enabling real-time UART serial communication. | Xenomai provides a RTDM profile for serial device drivers enabling real-time UART serial communication. | ||
The RTDM serial driver provides the necessary user-space API to perform serial port configuration and communication. | The RTDM serial driver provides the necessary user-space API to perform serial port configuration and communication. | ||
− | The following sections will outline the use of the interface and provide basic examples. | + | The following sections will outline the use of the user-space interface and provide basic examples. |
<!-- /*********************************************************************************************************/ --> | <!-- /*********************************************************************************************************/ --> |
Revision as of 13:32, 3 March 2016
Contents
General Information
Xenomai provides a RTDM profile for serial device drivers enabling real-time UART serial communication. The RTDM serial driver provides the necessary user-space API to perform serial port configuration and communication. The following sections will outline the use of the user-space interface and provide basic examples.