comports

pySerial getting writeTimeout exeption when sending data

Hi, I'm getting a writeTimeout on a serial connection using pyserial. I have googled a lot and so far i have found nothing. I thought some other might have had the same problem and solved it. However here is my example code ser = serial.Serial('COM10', baudrate=115200, timeout=2, ...

Searching portable C/++ COM-port library, freely licensed

As title says, I've been trying to find a portable library with C/++ bindings for doing basic COM-port communication for an application I'm servicing. Windows/Linux support is a minimum. As I'm not the original author of the software, and I'm not allowed to alter the details of the contract, the library has to be licensed so that I will...