[aprssig] Connecting VB.net application to an APRS server
Andrew Rich (Home) vk4tec at tech-software.netSun Jul 26 12:57:40 UTC 2009
- Previous message: [aprssig] Connecting VB.net application to an APRS server
- Next message: [aprssig] Connecting VB.net application to an APRS server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Connect Command2.Enabled = False Winsock2.Protocol = sckTCPProtocol Winsock2.RemoteHost = Text1.Text Winsock2.RemotePort = "30003" Winsock2.Connect Label7.Caption = Winsock2.State Data Arrival and then send Private Sub Winsock2_DataArrival _ (ByVal bytesTotal As Long) Dim strData As String Winsock2.GetData strData, vbString If Winsock3.State = 7 Then Winsock3.SendData strData End If Label5.Caption = strData Label6.Caption = Len(strData) ---------------------------------------------------------- Andrew Rich Amateur Radio Callsign VK4TEC email: vk4tec at tech-software.net web: www.tech-software.net ----- Original Message ----- From: "Vic Fraenckel" <windswaytoo at gmail.com> To: "APRS Sig" <aprssig at tapr.org> Sent: Sunday, July 26, 2009 10:32 PM Subject: [aprssig] Connecting VB.net application to an APRS server >I want to connect a VB.net application to a APRS server. I especially > want to use the User-defined Filtered Feed on port 14580. Could someone > elmer me or at least point me toward some sort of tutorials on how I > might accomplish this. I am currently using VB 2008 Express.. I am a > long time programmer with NO internet programming experience. > > Any enlightenment will be appreciated > > Vic Fraenckel > KC2GUI > windswaytoo ATSIGN gmail DOT com > > * > * > > > _______________________________________________ > aprssig mailing list > aprssig at tapr.org > https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig -------------------------------------------------------------------------------- No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.375 / Virus Database: 270.13.30/2262 - Release Date: 07/25/09 18:01:00
- Previous message: [aprssig] Connecting VB.net application to an APRS server
- Next message: [aprssig] Connecting VB.net application to an APRS server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the aprssig mailing list
