Serial Monitor data to Morse code

Hi! I'm very new to programming and I have connected my arduino to multiple sensors with their data output to the serial monitor. So I was wondering on how to connect a Morse code translator to my data in the serial monitor. The ultimate goal of this is taking the translation and connecting that to my HAM radio. Any help would be appreciated!!

I have tried using a Morse code translator which uses the computer input in the serial monitor, but that works to no avail.

-Thanks!

Exactly what you're trying to do needs a bit more of an explanation. The Serial monitor is simply a display for ASCII characters. If however, you want to create long and short pulses that you can feed directly into your radio, simulating a CW key, this is also possible. Connecting a Morse code translator in the serial monitor, is a bit ambiguous. Try presenting your question a bit differently.