Serial Terminal Send Bytes
Answered
I have a possibly rather peculiar embedded application that communicates using a serial port and a simple binary protocol.
It requires that I send raw bytes from my PC. I am currently using a separate serial terminal for that, as it allows for sending a hex value, but I just found that CLion has a serial terminal too, so I was wondering whether it has support for this as well.
And having found nothing about this on the internet and in the docs, I am now asking here.
Please sign in to leave a comment.
Hello,
At this moment, the required function is not supported in the Serial Port plugin.
I created the feature request to implement that in the future:
CPP-50247 Support for sending raw binary/hex bytes in the Serial Terminal plugin
Please vote or leave a comment there and you will be notified if the status changed.
Awesome, thank you a lot, the feature could be really useful in some cases, I believe.