I have installed Putty 0.73 on Ubuntu 20.04. I've followed the esp32 esp-idf
instructions found here: . (sudo apt install putty
, etc.) My purpose is to get comms working between the laptop and an ESP32 WROOM module, flash and run hello_world and move on from there. (Following the steps, /dev/ttyUSB0
shows up when I plug in the USB cable to the ESP32.)
After installing and running Putty, I get the terminal error message:
(putty:4202): Gtk-CRITICAL **: 07:35:52.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar.
The installed version of Putty is 0.73
, which is documented to have this bug. The terminal doesn't return to a command prompt but loads the GUI. I've tried the suggestion from here It doesn't work as I cannot save anything from the GUI interface.
I have installed Putty 0.73 on Ubuntu 20.04. I've followed the esp32 esp-idf instructions found here: After installing and running Putty, I get the terminal error message:
(putty:4202): Gtk-CRITICAL **: 07:35:52.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar.
The installed version of Putty is 0.73
, which is documented to have this bug. The terminal doesn't return to a command prompt but loads the GUI.
The Putty GUI also displays, and I'm able to change settings including setting the font to Ubuntu, changing serial values, etc. When I then click OPEN it just beeps.
Ver 0.74... is noted to address this. The latest ver of Putty is 0.76, which I'd like to install and hopefully fix the problem.
I'm unable to find how to install Ver 0.76. The download is available here but the only Unix download is "Unix source archive", .tar.gz
, putty-0.76.tar.gz
.
The Putty GUI also displays, and I'm able to change settings including setting the font to Unbutu, changing serial values, etc. When I then click OPEN it just beeps.
Ver 0.74... is noted to address this. The latest ver of Putty is 0.76, which I'd like to install and hopefully fix the problem.
I'm unable to find how to install Ver 0.76. The download is available at here but the only Unix download is "Unix source archive", .tar.gz:
, putty-0.76.tar.gz
.
Can anyone suggest how to install ver 0.76 or any other approach to establish comms? Thanks in advance for any help.