Hello,
I'm new to SFML, working through the tutorials, all good so far, but what I need and cannot find is how to use a serial port with SFML.
OS is Windows 7, IDE is Visual Studio 2012 Express, SFML version 2.1.
Background: I have to develop a basic computer game which uses the input of two microcontrollers connected with serial ports.
Question: I would like to have events similar to the mouse or keybord events whenever data are received on the serial port (and of course send something sometimes). Is there anything like that in SFML available?
Thank you, Ivo