Visual_Basic 板


LINE

请问我们怎麽用GPS去接收座标的值想要传到PORT 然後在用PAPAGO去读取这些座标..让他可以去读取汇出轨迹 现在我们的程式码可以接收对方传过来的值去自动存到记事本 可是在传到PORT我们比较没概念,不知道从着手,麻烦板上的高手大大指导一下 谢谢~~^^ Option Explicit Private intNowConnect As Integer '设定目前连接之Winsock Private blnServer As Boolean '判断是否为Server端 Private Sub Command1_Click() 'Server建立连线 Dim I As Integer For I = 1 To 1 '设定本机连接埠 Winsock1(I).LocalPort = Str(5000 + I) '开始聆听 Winsock1(I).Listen Next I blnServer = True Text3.Enabled = False Command1.Enabled = False 'Command2.Enabled = False 'Command3.Enabled = True Dim s As Integer s = Not CBool(Timer2.Interval) Command1.Caption = IIf(s, "停止", "Command1") Timer2.Interval = Abs(s) * 6 * 1000 End Sub Private Sub Timer2_Timer() Call Command4_Click End Sub Private Sub Command2_Click() Dim I As Integer 'Client设定连线资讯 For I = 0 To 2 '设定远端IP Winsock1(I).RemoteHost = Text3.Text '设定远端连接埠 Winsock1(I).RemotePort = Str(5000 + I) Next I 'Client开使连线 Winsock1(0).Connect Timer1.Enabled = True blnServer = False Text3.Enabled = False Command1.Enabled = False 'Command2.Enabled = False 'Command3.Enabled = True End Sub Private Sub Command3_Click() Dim I As Integer '取消连线 For I = 0 To 2 Winsock1(I).Close Next I Text3.Enabled = True Command1.Enabled = True 'Command2.Enabled = True 'Command3.Enabled = False End Sub Private Sub Command4_Click() If FreeFile = 1 Then Open "C:\Test.txt" For Append As #1 End If If Text1.Text = "" Then Close #1 Else Write #1, Text1.Text, Close #1 End If Text1.Text = "" Command1.Enabled = True Timer1.Interval = 5000 Timer1.Enabled = True End Sub Private Sub Form_Load() Dim I As Integer '设定切换Winsock用Timer Timer1.Enabled = False Timer1.Interval = 3000 intNowConnect = 0 Text1.Text = "" 'Text2.Text = "" Text3.Text = "210.71.14.219" 'Text4.Text = "Name" End Sub Private Sub Text2_KeyDown(KeyCode As Integer, Shift As Integer) '呼叫Command4_Click送出对话讯息 If KeyCode = vbKeyReturn Then Call Command4_Click End Sub Private Sub Timer1_Timer() Dim I As Integer 'Client判断是否已连线,若为连线则关闭Timer跳离Sub '否则切换下一Winsock,继续连线 For I = 0 To 2 If Winsock1(I).State = sckConnected Then Timer1.Enabled = False Exit Sub Else Winsock1(I).Close End If Next I '切换下一Winsock,继续连线 intNowConnect = intNowConnect + 1 If intNowConnect > 2 Then intNowConnect = 0 Winsock1(intNowConnect).Connect End Sub Private Sub Winsock1_Connect(Index As Integer) 'Client端连线成功 Put_Msg Index & " 上线了~" End Sub Private Sub Winsock1_ConnectionRequest(Index As Integer, ByVal requestID As Long) 'Server端接受Client之连线 If Winsock1(Index).State <> sckClosed Then Winsock1(Index).Close Debug.Print requestID Winsock1(Index).Accept requestID Put_Msg Index & " 上线了~" End Sub Private Sub Put_Msg(strMsg As String) '放置对话讯息 Text1.SelStart = Len(Text1.Text) Text1.SelText = strMsg & vbCrLf End Sub Private Sub Winsock1_DataArrival(Index As Integer, ByVal bytesTotal As Long) Dim I As Integer Dim strData As String '撷取撷取目前的资料区块 Winsock1(Index).GetData strData Put_Msg strData '若为Server端,必须再将接收到之讯息传送至其他Client If blnServer Then For I = 0 To 2 If I <> Index And Winsock1(I).State = sckConnected Then Winsock1(I).SendData strData DoEvents End If Next I End If End Sub --



※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 210.71.14.219
1F:推 MrOrz:请问「传到port」是什麽意思@@? 05/11 23:33







like.gif 您可能会有兴趣的文章
icon.png[问题/行为] 猫晚上进房间会不会有憋尿问题
icon.pngRe: [闲聊] 选了错误的女孩成为魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一张
icon.png[心得] EMS高领长版毛衣.墨小楼MC1002
icon.png[分享] 丹龙隔热纸GE55+33+22
icon.png[问题] 清洗洗衣机
icon.png[寻物] 窗台下的空间
icon.png[闲聊] 双极の女神1 木魔爵
icon.png[售车] 新竹 1997 march 1297cc 白色 四门
icon.png[讨论] 能从照片感受到摄影者心情吗
icon.png[狂贺] 贺贺贺贺 贺!岛村卯月!总选举NO.1
icon.png[难过] 羡慕白皮肤的女生
icon.png阅读文章
icon.png[黑特]
icon.png[问题] SBK S1安装於安全帽位置
icon.png[分享] 旧woo100绝版开箱!!
icon.pngRe: [无言] 关於小包卫生纸
icon.png[开箱] E5-2683V3 RX480Strix 快睿C1 简单测试
icon.png[心得] 苍の海贼龙 地狱 执行者16PT
icon.png[售车] 1999年Virage iO 1.8EXi
icon.png[心得] 挑战33 LV10 狮子座pt solo
icon.png[闲聊] 手把手教你不被桶之新手主购教学
icon.png[分享] Civic Type R 量产版官方照无预警流出
icon.png[售车] Golf 4 2.0 银色 自排
icon.png[出售] Graco提篮汽座(有底座)2000元诚可议
icon.png[问题] 请问补牙材质掉了还能再补吗?(台中半年内
icon.png[问题] 44th 单曲 生写竟然都给重复的啊啊!
icon.png[心得] 华南红卡/icash 核卡
icon.png[问题] 拔牙矫正这样正常吗
icon.png[赠送] 老莫高业 初业 102年版
icon.png[情报] 三大行动支付 本季掀战火
icon.png[宝宝] 博客来Amos水蜡笔5/1特价五折
icon.pngRe: [心得] 新鲜人一些面试分享
icon.png[心得] 苍の海贼龙 地狱 麒麟25PT
icon.pngRe: [闲聊] (君の名は。雷慎入) 君名二创漫画翻译
icon.pngRe: [闲聊] OGN中场影片:失踪人口局 (英文字幕)
icon.png[问题] 台湾大哥大4G讯号差
icon.png[出售] [全国]全新千寻侘草LED灯, 水草

请输入看板名称,例如:WOW站内搜寻

TOP