I write an user space application.When I run fd = rt_dev_open("/dev/ttyACM0");
, I get an error. It says that no such device
. But when I use POSIX open() functions, it works fine. How can I use this file xenoami rtdm module?
Asked
Active
Viewed 416 times
0

Sdn
- 21
- 1
- 6
-
1Do you have a question? – Scott Solmer Nov 04 '14 at 13:02
-
I just edited question. – Sdn Nov 04 '14 at 13:08
1 Answers
-1
To run functions real time, we need a rtdm driver. If we don't have, we can't use functions of real time.

Sdn
- 21
- 1
- 6
-
isn't rt_dev_open funcion already in rtdm library linked? what do you mean by rtdm driver? how did you manage to enable it? – maximus May 19 '17 at 15:01