<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: N1MM-Logger32 Bridge	</title>
	<atom:link href="https://www.n2amg.com/software/n1mmlogger32bridge/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.n2amg.com/software/n1mmlogger32bridge/</link>
	<description></description>
	<lastBuildDate>Mon, 25 May 2026 03:04:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>
		By: N2AMG		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123438</link>

		<dc:creator><![CDATA[N2AMG]]></dc:creator>
		<pubDate>Mon, 25 May 2026 03:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123438</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123437&quot;&gt;Barry VE6BMX&lt;/a&gt;.

Hi Barry.
Actually I don&#039;t think I ever did. Its been a while since I last worked on the bridge. From looking at the debug the Logger32 tcp port is closing for some reason. I will take a look at this but I can&#039;t know exactly when. I have a number of projects being worked on that are up there on the food chain. I will let you know when I get to it.

73 Rick]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123437">Barry VE6BMX</a>.</p>
<p>Hi Barry.<br />
Actually I don&#8217;t think I ever did. Its been a while since I last worked on the bridge. From looking at the debug the Logger32 tcp port is closing for some reason. I will take a look at this but I can&#8217;t know exactly when. I have a number of projects being worked on that are up there on the food chain. I will let you know when I get to it.</p>
<p>73 Rick</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Barry VE6BMX		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123437</link>

		<dc:creator><![CDATA[Barry VE6BMX]]></dc:creator>
		<pubDate>Mon, 25 May 2026 02:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123437</guid>

					<description><![CDATA[Hi Rick,
Did you ever get the program to work via 2 computers? Eg: Version 4. Because right now, i cannot get N1MM to talk to Logger32 on another computer. It works for the first 10 seconds, then i lose Logger32.]]></description>
			<content:encoded><![CDATA[<p>Hi Rick,<br />
Did you ever get the program to work via 2 computers? Eg: Version 4. Because right now, i cannot get N1MM to talk to Logger32 on another computer. It works for the first 10 seconds, then i lose Logger32.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob Schofield		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123285</link>

		<dc:creator><![CDATA[Bob Schofield]]></dc:creator>
		<pubDate>Sat, 28 Feb 2026 15:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123285</guid>

					<description><![CDATA[Rick

thanks.  I had not seen it do this in the past.  I just setup for the UBA, and I see that the bridge is still doing this same thing.

Thanks again for all your software that I use.

Bob/VE1RSM]]></description>
			<content:encoded><![CDATA[<p>Rick</p>
<p>thanks.  I had not seen it do this in the past.  I just setup for the UBA, and I see that the bridge is still doing this same thing.</p>
<p>Thanks again for all your software that I use.</p>
<p>Bob/VE1RSM</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: N2AMG		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123284</link>

		<dc:creator><![CDATA[N2AMG]]></dc:creator>
		<pubDate>Thu, 26 Feb 2026 01:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123284</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123281&quot;&gt;Bob Schofield&lt;/a&gt;.

Hi Bob..
With a contest like the one this past weekend I could see this happen. you have to remember that every 4 seconds N1MM sends out a broadcast. The bridge can&#039;t handle that speed so I toss everything that is sent into a buffer and then work off that buffer. besides N1MM sending a normal broadcast out every time the frequency changes it throws another message. So actually that creates double the messages that the buffer needs to keep up with. I wish I could do something to the buffer to speed it up but it takes a second or 2 for each block sent to Logger32 and get its acknowledgement before sending another block to it..
Look in the folder you have installed the bridge to and look for DebugLog.txt and send that if it is there..

73 Rick N2AMG]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123281">Bob Schofield</a>.</p>
<p>Hi Bob..<br />
With a contest like the one this past weekend I could see this happen. you have to remember that every 4 seconds N1MM sends out a broadcast. The bridge can&#8217;t handle that speed so I toss everything that is sent into a buffer and then work off that buffer. besides N1MM sending a normal broadcast out every time the frequency changes it throws another message. So actually that creates double the messages that the buffer needs to keep up with. I wish I could do something to the buffer to speed it up but it takes a second or 2 for each block sent to Logger32 and get its acknowledgement before sending another block to it..<br />
Look in the folder you have installed the bridge to and look for DebugLog.txt and send that if it is there..</p>
<p>73 Rick N2AMG</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob Schofield		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123281</link>

		<dc:creator><![CDATA[Bob Schofield]]></dc:creator>
		<pubDate>Mon, 23 Feb 2026 17:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123281</guid>

					<description><![CDATA[Rich

I had to stop using the N1MM - Logger32 bridge during the contest this weekend.  It was constantly stepping through a bunch of frequencies and then every so often it would log a QSO.  It was so far behind in logging QSO to Logger32 that I decided to just stop using it.  This is the 1st time I have seen the Bridge do this.

I turn the Bug on but nothing was showing up in that window, so I have nothing to forward on to you.

If you have a suggestion I could try the connection again and then see if I can capture some info to forward on to you.]]></description>
			<content:encoded><![CDATA[<p>Rich</p>
<p>I had to stop using the N1MM &#8211; Logger32 bridge during the contest this weekend.  It was constantly stepping through a bunch of frequencies and then every so often it would log a QSO.  It was so far behind in logging QSO to Logger32 that I decided to just stop using it.  This is the 1st time I have seen the Bridge do this.</p>
<p>I turn the Bug on but nothing was showing up in that window, so I have nothing to forward on to you.</p>
<p>If you have a suggestion I could try the connection again and then see if I can capture some info to forward on to you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: N2AMG		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123196</link>

		<dc:creator><![CDATA[N2AMG]]></dc:creator>
		<pubDate>Sat, 29 Nov 2025 00:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123196</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123193&quot;&gt;Gerry VE6LB&lt;/a&gt;.

Hi Gerry..
the 12000 ports are UDP ports. They only allow one connection to the port and not anymore.
So once you make the connection to L32 that port is locked between Logger32 and the bridge.
There are error&#039;s in the Debug but that just shows me the XML processor shut down because of the first error and then didn&#039;t process anymore data because of the error..

73 Rick N2AMG]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123193">Gerry VE6LB</a>.</p>
<p>Hi Gerry..<br />
the 12000 ports are UDP ports. They only allow one connection to the port and not anymore.<br />
So once you make the connection to L32 that port is locked between Logger32 and the bridge.<br />
There are error&#8217;s in the Debug but that just shows me the XML processor shut down because of the first error and then didn&#8217;t process anymore data because of the error..</p>
<p>73 Rick N2AMG</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gerry VE6LB		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123193</link>

		<dc:creator><![CDATA[Gerry VE6LB]]></dc:creator>
		<pubDate>Mon, 24 Nov 2025 20:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123193</guid>

					<description><![CDATA[Hi Rick,
I decided to pursue getting N1MM to log on L32.
I have N1MM sending on 12060 to the top box on the bridge (also 12060) and the bottom box of the bridge sending on 12061 to UDP 12061 on L32.
I also then set WSJT on the same ports to send a Q to L32 which failed.
Sending a Q on 12060 from WSJT directly to L32 on 12060 is OK (Bridge closed).
Tried to send from N1MM directly to L32 which failed as expected.
I&#039;ll send the eEbug log directly.]]></description>
			<content:encoded><![CDATA[<p>Hi Rick,<br />
I decided to pursue getting N1MM to log on L32.<br />
I have N1MM sending on 12060 to the top box on the bridge (also 12060) and the bottom box of the bridge sending on 12061 to UDP 12061 on L32.<br />
I also then set WSJT on the same ports to send a Q to L32 which failed.<br />
Sending a Q on 12060 from WSJT directly to L32 on 12060 is OK (Bridge closed).<br />
Tried to send from N1MM directly to L32 which failed as expected.<br />
I&#8217;ll send the eEbug log directly.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: N2AMG		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123074</link>

		<dc:creator><![CDATA[N2AMG]]></dc:creator>
		<pubDate>Mon, 07 Jul 2025 19:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123074</guid>

					<description><![CDATA[Jim I forgot to mention to send me the debug file directly to rellison@twcny.rr.com
That way I will get them in email..
73 Rick N2AMG]]></description>
			<content:encoded><![CDATA[<p>Jim I forgot to mention to send me the debug file directly to <a href="mailto:rellison@twcny.rr.com">rellison@twcny.rr.com</a><br />
That way I will get them in email..<br />
73 Rick N2AMG</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: N2AMG		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123073</link>

		<dc:creator><![CDATA[N2AMG]]></dc:creator>
		<pubDate>Mon, 07 Jul 2025 14:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123073</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123072&quot;&gt;Jim&lt;/a&gt;.

Hi Jim..
I did see your message earlier but took the weekend off from answering emails.
Turn Debug on and try logging 2 qso&#039;s. After doing that send me the debug file so I can see if it is a bridge fault of a Logger32 fault..
73 Rick N2AMG]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123072">Jim</a>.</p>
<p>Hi Jim..<br />
I did see your message earlier but took the weekend off from answering emails.<br />
Turn Debug on and try logging 2 qso&#8217;s. After doing that send me the debug file so I can see if it is a bridge fault of a Logger32 fault..<br />
73 Rick N2AMG</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim		</title>
		<link>https://www.n2amg.com/software/n1mmlogger32bridge/comment-page-1/#comment-123072</link>

		<dc:creator><![CDATA[Jim]]></dc:creator>
		<pubDate>Mon, 07 Jul 2025 12:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.n2amg.com/?p=1247#comment-123072</guid>

					<description><![CDATA[Rick not sure if you got my earlier post but I nw have the bridge showing both green lights for N1MM IP Address and Logger32 IP Addressand but nothing is getting logged to Logger32. In the Logger32 Response window it shows ACK.

K2QB]]></description>
			<content:encoded><![CDATA[<p>Rick not sure if you got my earlier post but I nw have the bridge showing both green lights for N1MM IP Address and Logger32 IP Addressand but nothing is getting logged to Logger32. In the Logger32 Response window it shows ACK.</p>
<p>K2QB</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
