9 years ago.

Using serial connection to draw at specific points

Hi

I recently purchased a Nucleo-F410RE and started tinkering with it, I tried the "Hello world" for LEDs and a a simple "Hello world" for serial.

I want to write a simple snake program using the serial connection ,(as I don't have any peripherals like an LCD screen), but I can't seem to find a function in the serial api which helps me to define my "screen size" (for ex, 10x20) and a function which helps me writing at a specific location (for ex, write at 4,5)

Does the MBED API offer anything like this ? I would like to draw a simple snake game over the USB-Serial which MBED offers as a default thing.

Be the first to answer this question.