Serial USB Adapeter access through gcc/g++

Jun 24, 2014 at 7:26pm
Hello, for the program that I am developing I am using a USB Serial adapter since my machine does not come with one. My computer detects it and it listed in the /dev/ directory as "serial". How would I go about utilizing and accessing the adapter through c/c++ in Linux?

I appreciate any help,
DerGeek
Jun 26, 2014 at 6:30pm
i would look into the termios header
Jun 27, 2014 at 12:20am
Thank you very much, looking through the header i figured out how to access the device!
Topic archived. No new replies allowed.