Writing Command Line Interfaces for Embedded Devices
Several times while developing applications for embedded devices I have had the need to test part or all of their functionality in an efficient and very quick way. A GUI is tedious and slow, but a Command Line Interface (CLI) can be perfectly suited for this task. I had these situations when I developed software… Read More »