I managed to find a solution so I though to let the community know in case people face the same problem. Here’s what I did:
-
I plugged in the module and ran
ls -lha /dev/tty* > plugged.txt
-
I unplugged the module and ran
ls -lha /dev/tty* > unplugged.txt
-
I then ran
vimdiff plugged.txt unplugged.txt
to find the difference between the 2 and hence identify what the luous module is called inside the /dev/ directory. -
There were two differences -
cu.usbserial-DN05NM1I
and one other. I tried them both and managed to establish a connection using `‘cu.usbserial-DN05NM1I’.