Menu

Setting up broadcast fm

Help
Thomas
2025-02-11
2025-02-12
  • Thomas

    Thomas - 2025-02-11

    I have an Icom ic-705. I'm trying to set the mode to WBFM, frequency to 88.1 mhz (as hz), and the vfo to B in this order (python):
    vfo (this works)
    mode (self.rig.set_mode(self.state.vfo, Hamlib.RIG_MODE_AM)) but this sets the mode to CW. Why doesn't this work?

    thanks,
    lmccourry

     
    • Michael Black

      Michael Black - 2025-02-11

      It's probably band memory doing it.Try this to set it directly without doing vfo changes...
      self.rig.set_mode(RIG_VFO_B, Hamlib.RIG_MODE_AM)

      On Tuesday, February 11, 2025 at 12:21:55 PM CST, Thomas <lmccourry@users.sourceforge.net> wrote:
      

      I have an Icom ic-705. I'm trying to set the mode to WBFM,  frequency to 88.1 mhz (as hz),  and the vfo to B in this order (python):
      vfo  (this works)
      mode (self.rig.set_mode(self.state.vfo, Hamlib.RIG_MODE_AM)) but this sets the mode to CW. Why doesn't this work?

      thanks,
      lmccourry


      Setting up broadcast fm


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hamlib/discussion/25919/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       
      • Thomas

        Thomas - 2025-02-12

        I found that if I set the VFO and then set the mode up front it works. Previously I was setting the VFO and then some other items BEFORE setting the mode. So the order seems to matter.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.