Serial USB Adapeter access through gcc/g++

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
i would look into the termios header
Thank you very much, looking through the header i figured out how to access the device!
Topic archived. No new replies allowed.