What is the lowest latency communication method between a computer and a microcontroller?

后端 未结 6 1576
误落风尘
误落风尘 2021-02-11 04:04

I have a project in which I need to have the lowest latency possible (in the 1-100 microseconds range at best) for a communication between a computer (Windows + Linux + MacOSX)

6条回答
  •  情歌与酒
    2021-02-11 04:42

    Ethernet

    Look for a board that has a gigabit ethernet port directly connected to the microcontroller, and connect it to the PC directly with a crossover cable.

提交回复
热议问题