FTDI Community

General Category => Shared Projects => Topic started by: abhilash xavier on March 11, 2020, 10:36:00 AM

Title: Regarding Reading the Data from FT232 through Serial Port
Post by: abhilash xavier on March 11, 2020, 10:36:00 AM


I am trying to read real time sensor data from FTDI to C# through serial port.  I had already set the parameters for serial port:

    baudrate: 115200
    DataBits: 8
    StopBits: 1
    RtsEnable: True
    DtrEnable: True