Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - N6MEH

Pages: [1]
1
Responding to my own thread, but I believe I've found the answer:

The hardware in the RRC1258 only supports 802.11B. It does not support 802.11G. The issue with WiFi 7 is that they phased out the old WPA-based security for networks and replaced it with requiring a minimum of WPA2. The wireless card in RRC1258 does not support WPA2. It is constantly failing out trying to use old-style WPA connectivity on the new router. I found a bunch of "mismatched authorization packet" errors in the router logs after enabling additional logging to support this conclusion. 

As far as I can tell, the only way to connect a RRC1258 to a Wifi 7 network is:
1) Don't run Wifi 7 at all so that you can keep running WPA
2) Run the ethernet jack on RRC1258 to a wireless bridge that supports a later version of the Wifi standard

It isn't a great option, but until and unless RemoteRig releases an updated device that has better Wifi support, this is about all there is.

There are several companies that make Wifi 6 and Wifi 7 bridges, so luckily the needed parts seem to be easily available.

2
Hello,

Has anyone gotten a RRC1258 to work on a Wifi7 network? I've updated my network router to an Asus ZenWiFi BQ16 Pro. Everything else in my network (including 40+ IoT devices) are working fine, but the RRC client device won't connect.

It finds the network when using "network scan", but when telling it to connect, it just blinks the green LED. I didn't change the network name or WPA password when updating the router.

Is there a way to check the logs in the device to determine why it isn't connecting ?

Is there a known issue with Wifi 7 where some setting in the router needs to be changed? I've included the settings as attachments to this post.

3
Hello All,

I'm trying to see if I can get an AX.25 TNC to work on my IC-7100 via RRC. The 7100 does not have a built in TNC, so I use a software TNC (direwolf).

Direwolf does not know how to key the radio via CAT, so I use a client called "CAT7200" that connects to the com port of the 7100, and generates a new virtual com port that has a few of the CAT commands swapped out so that direwolf knows how to talk to it.

Unfortunately, I get an error message from CAT7200 when pointing it to the virtual com port created by RRC. Apparently RRC does not allow the RTSEnable flag to be called on it's port :(

Is there a possible workaround? Maybe someone knows of a software TNC that works with CAT commands natively? The client is Windows10.

Code: [Select]
   at System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str)
   at System.IO.Ports.SerialStream.set_RtsEnable(Boolean value)
   at System.IO.Ports.SerialStream..ctor(String portName, Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Int32 readTimeout, Int32 writeTimeout, Handshake handshake, Boolean dtrEnable, Boolean rtsEnable, Boolean discardNull, Byte parityReplace)
   at System.IO.Ports.SerialPort.Open()
   at CAT7200.Form1.Open_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
CAT7200
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/jhagen/Desktop/DesktopItems/VHF%20Packet/CAT7200/CAT7200.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.8745 (WinRel.050727-8700)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration

Pages: [1]