There are no dumb questions. Yep, it is simple to use Kermit to connect to other machines. Use CP/M 2, the Kermit program
on the communication disks is for version 2 and won't work with CP/M 3, because of the different handling of character
devices.
Of course you need to make sure that the RS-232 connection is working and the baud rates are set properly on both machines.
On the IMSAI the baud rate cannot be set by software, the SIO cards are jumpered for baud rate selection, so on the emulated
IMSAI 8080 it's done in the configuration files.
By default Kermit on the IMSAI will talk to the modem, not to the second serial port, because I assumed that this is what
people want to do first and mostly with the system. So before yo run Kermit you need to reconfigure CP/M for the second
serial port. For this a submit script 'porta.sub' is provided, so just type 'submit porta'. Then run Kermit and use the command
'connect uc1'. Now you are talking over RS-232 to whatever device is on the other end.