I would like to know if its possible to open a second tab (.tnt configuration) from a script that is running in the first open tab?
I would also like to know if its possible to switch between tabs from a script?
There's a feature I'd like to see, which I haven't discussed, but I would like to be able to launch AbsoluteTelnet with a serial port connection instead of telnet from the web browser.
Here's the scenario:
1. Launch the main script from the web browser with a serial connection on COM1 at 38400 baud in the first open tab to communicate with some hardware under test.
2. I need to open a second tab with another serial connection on COM2 at 2400 baud from a (.tnt configuration) file to communicate with some test measurement equipment, the script would then take some measurements, write them into a log, and then returning control to the first tab, and closing the second tab (if that's possible).
3. Close AbsoluteTelnet when the main script running in the first has finished.
I seriously need to find out if this is even possible with AbsoluteTelnet (and soon!), or else I'm going to be forced to move on to another program.
Thanks,
-BG