FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: Return the driver to his standard behavior after using FT_SetEventNotification  (Read 22058 times)

Pierre

  • Newbie
  • *
  • Posts: 1
    • View Profile

I am using FT_SetEventNotification() as shown in the driver documentation example and start a thread to receive and process the FT_EVENT_RXCHAR events.

Once I collect all the expected data, I kill the receiving thread and want to return the driver to its default behavior; i.e. cumulate the received bytes in its internal buffer without generating the FT_EVENT_RXCHAR event.

How can I do this?
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 892
    • View Profile

Hi,

what programming language are you using? are you able to show a screenshot of your code?

Best regards

FTDI community
Logged