Copying the data matrix payload content to Clip board

Hi!! I want to copy the Decoded data matrix “Pay load” content to the windows Clipboard(Just I want to paste it using Ctrl+V into my application).
In Python, I use pyperclip.copy().
I searched through the Docs, but didn’t find one. Can anyone help in this regard or suggest any other alternatives?

Hi, the data matrix decoding is running on the OpenMV Cam. You have to transfer it via serial to the PC. Please use the print() method and write an application on the PC to read the print() statements.