Search found 1 match
- 22 May 2021, 08:10
- Forum: Software
- Topic: Harte Echtzeit mit Python oder C?
- Replies: 5
- Views: 6130
Re: Harte Echtzeit mit Python oder C?
Hello No, you cannot write real-time programs with it. But even with C ++ or C you need an underlying real-time operating system. I don't know what you want to do. But a lot can be solved by passing the real-time evaluations on to microcontrollers. These then only forward the information to the comp...