Hi all,
I have a need to read and write text to the console automatically. My customer has created a program on the chip, which communicates via the console in CCS. I was going to originally try to automate this via Windows GUI automation, but looking into it I can only access the console by selecting it and not reading or writing. I viewed the console via Accessibility Insights to see what is possible and only selection is. I can use "Keyboard entry" instead of text editing to enter what I need to the console, but I cannot readback with the Windows UI automation SDK.
So now I'm looking at the 'scripting' the CCS has. I haven't found a way to communicate via the console yet, but was wondering if anyone knew the commands or if this is even possible. There was another option I was thinking of exploring which didn't work, but again I might not know what I'm doing... I wanted to print the console to xml via the scripting console then I can readback with some other program and automate the rest with the Windows UI SDK.
Any thoughts on this?
Thanks in advance.