08-17-2023 03:15 AM - edited 08-17-2023 03:24 AM
Hello all, i have a solution to communicate with RasPi through SSH in TestStand.
However, i need to open two terminals at the same time and write some commands to this two terminals.
Can anyone advise if there is a way to open two terminals at the same time?
Thank you.
Best regards,
XJ
Solved! Go to Solution.
08-17-2023 06:05 AM - edited 08-17-2023 06:05 AM
Guess you can achieve this runing the code for communication/ terminal with each Raspi in a seperate thread
09-19-2023 09:35 PM
@Oli_Wachno wrote:
Guess you can achieve this runing the code for communication/ terminal with each Raspi in a seperate thread
Hi Oli_Wachno,
I only have1 raspi and i would like to open multiple terminal from that raspi. Thanks.
09-20-2023 06:37 AM
Same thing, just open the terminals to the same raspi instead of different ones
Seems you are trying to use the raspi as a shared resource, so make sure you are not running into conflicts between the executions