|
Re: Serial Communications
I can tell you about the C APIs. On Linux, it's in the Linux downloader (ifi-picloader) on SourceForge (which is down right now...). The basics you want is tcsetattr() and the termios struct.
Under Windows, you're looking for BuildCommDCB(), GetCommConfig(), GetCommProperties(), and a collection of other functions. (In MSDN.)
I don't know if Qt has functions built-in to handle configuring serial ports.
|