

(MAC OS 32/64bit) for MacOS Sierra/High Sierra. Do not install the drivers for the Mojave, because it seems that the latest versions are equipped with the built CH340/CH341 support.

* This driver only supports the asynchronous serial interface. MAC OS 32/64bit (version: 1.5 5) This driver is for MacOS Sierra/High Sierra. In all cases the CH341 supports an I2C interface as well. * * The CH341 device can be used to implement an RS232 asynchronous * serial port, an IEEE-1284 parallel printer port or a memory-like * interface. My Kernel is 3.12.// SPDX-License-Identifier: GPL-2.0 /* * Copyright 2007, Frank A Kingswood * Copyright 2007, Werner Cornelius * Copyright 2009, Boris Hajduk * * ch341.c implements a serial port driver for the Winchiphead CH341. Supports baud rate varies from 2400bps to 115200bps. It is compatible with 5V and 3V3, and it can be used to upload codes or communicating with MCUs Features: Full speed USB device interface conforms to USB Specification Version 2.0. QDebug()<<"buffer size: "< QObject::connect(&serial, SIGNAL(bytesWritten(qint64)), this, SLOT(onBytesWritten(qint64)), Qt::DirectConnection) QObject::connect(&serial, SIGNAL(readyRead()), this, SLOT(onReadyRead()), Qt::DirectConnection) The driver supports many CH340 / CH341 / H元40 based dongles and USB interfaces, like clone Arduino’s. QSerialPortInfo info = XXXX // Generally in Linux: /dev/ttyUSB0, in win: COM1 The Prolific Winchiphead CH340 / CH341 / H元40 Serial Driver for Apple Mac OS X driver is the reliable interface between your CH340 / CH341 / H元40 based cable and your Mac. I have tried in different linux distributions and does not work anywhere. I am using the same PC, both operating systems are installed native. The following code works for me correctly in Windows, but Linux does not work.