I have just programmed my Hytera PD365 from an old Mac running 10.11.6. But this should work on any Intel Mac.
First, you need to install Wine. Follow the instructions here
wiki.winehq.org
or use MacPorts, whatever you prefer.
Now, this is important. You can't install a Windows driver on a Mac. But you can check whether there is a driver for your HT. In the case of this Hytera model, the serial controller is a generic Prolific PL2303.
So, you can install the Macos driver downloaded from here:
One installed, when you plug the cable it will create a device node for the USB serial port on the /dev directory.
In my case,
Code:
borjam$ ls -l /dev/*usb*
crw-rw-rw- 1 root wheel 31, 5 9 sep 15:16 /dev/cu.usbserial
crw-rw-rw- 1 root wheel 31, 4 9 sep 15:16 /dev/tty.usbserial
In order to turn this into a COM serial port available for Windows, you need to create a symbolic link.
Code:
borjam$ ln -s /dev/tty.usbserial ~/wine/dosdevices/com1
You can download the CPS package and, once uncompressed, just run the installer software using wine:
And follow instructions. The program will be installed on .wine/drive_c/Program Files (x86)
This is the contents of mine:
Code:
Common Files Internet Explorer
Hytera Windows Media Player
InstallShield Installation Information Windows NT
And inside the Hytera folder you will find the programs you installed.