You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ran into a problem where a microcontroller gets rebooted because of the RTS and DTR signal togling while synaser is connecting to the microcontroller's serial port. The RTS and DTR signals are used to access the bootloader of the microcontroller. This issue and the solution was described here by someone else: https://forum.lazarus.freepascal.org/index.php?topic=63101.0
The mentioned solution does worked for me too.
The text was updated successfully, but these errors were encountered:
Kepsz
changed the title
Unwanted RTS and CTS toggling while connecting to the port
Unwanted RTS and DTS toggling while connecting to the port
Nov 22, 2024
Kepsz
changed the title
Unwanted RTS and DTS toggling while connecting to the port
Unwanted RTS and DTR toggling while connecting to the port
Nov 25, 2024
Hi,
I just ran into a problem where a microcontroller gets rebooted because of the RTS and DTR signal togling while synaser is connecting to the microcontroller's serial port. The RTS and DTR signals are used to access the bootloader of the microcontroller. This issue and the solution was described here by someone else: https://forum.lazarus.freepascal.org/index.php?topic=63101.0
The mentioned solution does worked for me too.
The text was updated successfully, but these errors were encountered: