Thanks everyone for the reply's.
This is what I came up with after modifying Steve's 'enable_cl2_61p44()' routine but very much a work in progress.
It looked right to me, but after seeing your post Steve maybe not so much!
I haven't had a chance to test it as i get the " Retrying Send" errors from hermeslite.py.
Presumably port 1025 is not enabled on the HL2, How is that accomplished? The gateware is 72.8
Alan just to add to your list;-) For transverse use It would be great one day to have the PA enable setting and TR disable setting saved with the profile
and even better the transverter off-set saved for each receiver but can't complain, Spark works great as it is.
def enable_cl2_116(self):
"""Enable CL2 output at 116 MHZ"""
self.write_versa5(0x62,0x3b) ## Clock2 CMOS1 output, 3.3V
self.write_versa5(0x2c,0x00) ## Disable aux output on clock 1
self.write_versa5(0x31,0x81) ## Use divider for clock2
self.write_versa5(0x3d,0x00)
self.write_versa5(0x3e,0xb0)
self.write_versa5(0x32,0x01) ## [29:22]
self.write_versa5(0x33,0x05) ## [21:14]
self.write_versa5(0x34,0x4b) ## [13:6]
self.write_versa5(0x35,0xe8) ## [5:0] and disable ss
self.write_versa5(0x63,0x01) ## Enable clock2
Cheers and 73
Ian VK2AMA