Pass GRV-CSERI-4 Input to Subroutine

I’m attempting to use a GRV-CSERI-4 input module for the first time. When I have used a PAC serial module in the past, I’ve defined a communication handle to communicate with serial devices. With the Groov module, it looks like I define devices like I would any other input device. However, if I want to pass one of those input devices to a subroutine, I’m not seeing any way to do that. Am I missing something?

You still need to setup a comm handle. The comm handle will use the name you defined in the IO setup.

Here is a sample comm handle that uses a CSERI module:

@MySerial2:baud=9600,parity=e,data=8,stop=1,timeout=1.0

@varland This post (the first few posts) go over it in a little more detail if I am getting your question right in my head…

Thank you @Philip & @Beno.