Issues trying to paste in Micropython terminal on XCTU using Xbee3

Hello, I’m having issues pasting in the Micropython terminal. When I do, I get random characters in the terminal. Baud rate matches the board at 9600. Below is the simple code I’m trying to paste and the attachment shows the broken characters that were printed instead.

a = 4;
b = 5;
c = a + b;
print("c = ", c);

image

Are you trying to use the Right click and Past function?

Yes, that’s how I’ve been trying to paste.

@Werby96 I would suggest removing and then downloading and installing the latest version of XCTU.

Yes, that worked! Thanks!!