caramoan tour package

caramoan tour package

Author Topic: Globe Tattoo USB Modem in VB6, finally..  (Read 23210 times)

Offline chard5230

  • LR44 Battery
  • *
  • Posts: 3
  • Pogi/Ganda Points: 0
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #540 on: June 28, 2012, 11:37:56 AM »
okay lang po.. salamat po sa link nyo...

system analysis and design po

parang thesis lng din po kaso pag aaralan namin yung system di po ggwa. ^___^

thx po ulet.. sir dummy_c

Philippine Electronics Forum

Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #540 on: June 28, 2012, 11:37:56 AM »

Offline skulltrail

  • LR44 Battery
  • *
  • Posts: 2
  • Pogi/Ganda Points: 0
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #541 on: July 03, 2012, 06:08:26 PM »
sir! pano po ako mkarereceive ng message? gnamit ko po ung code nyo

Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Dim str1, str2, str3 As String
Dim lngPos1, lngPos2 As Integer
Dim strInput As String
Dim msgcheck As Variant
Option Explicit

Private Sub getmssg()
lngPos1 = InStrRev(Text1.Text, "32")    ' Usually there is a "32" near the start of the actual mssg and the mssg
lngPos1 = lngPos1 + 5                        ' usually ends with "OK"( response of the modem). Therefore the mssg must
lngPos2 = InStrRev(Text1.Text, "OK")   ' not contain a "32" or "OK". You could replace "32" with "X" or a symbol
lngPos2 = lngPos2 - 4                         ' like # if the mssg is expected to have an "X" or a symbol #. Other
lngPos2 = lngPos2 - lngPos1                ' symbols may also be used.
Text3.Text = Mid$(Text1.Text, lngPos1, lngPos2)
End Sub

Private Sub erazemssg()
Sleep 300
str1 = "AT+CMGD = 0"
MSComm1.Output = str1 & vbCr
End Sub

Private Sub viewmssg()
str1 = "AT+CMGR= 0"                         ' view the latest mssg recivd
MSComm1.Output = str1 & vbCr
End Sub

Private Sub Command1_Click()
erazemssg
Text3.Text = vbNullString
End Sub

Private Sub Command2_Click()
erazemssg
Unload Me
End Sub

Private Sub Command3_Click()
' Send an 'AT' command to the phone
Command1.Enabled = False
Command2.Enabled = False
Command3.Enabled = False
MSComm1.Output = "AT" & vbCrLf
Sleep 500
MSComm1.Output = "AT+CMGF=1" & vbCrLf
Sleep 500
MSComm1.Output = "AT+CMGS=" & Chr(34) & 222 & Chr(34) & vbCrLf
Sleep 800
MSComm1.Output = "BAL" & Chr(26)
Sleep 2000
Sleep 1500
Command1.Enabled = True
Command2.Enabled = True
Command3.Enabled = True
End Sub

Private Sub Command4_Click()
Command1.Enabled = False
Command2.Enabled = False
Command3.Enabled = False
MSComm1.Output = "AT+CMGS=" & Chr(34) & Text4.Text & Chr(34) & vbCrLf
Sleep 1000
MSComm1.Output = Text2.Text & Chr(26)
Sleep 4000
Command1.Enabled = True
Command2.Enabled = True
Command3.Enabled = True
Command4.Enabled = True
End Sub

Private Sub Form_Load()
With MSComm1
'make sure the serial port is not open (by this program)
If .PortOpen Then .PortOpen = False
'set the active serial port
.CommPort = 5
'set the badurate,parity,databits,stopbits for the connection
.Settings = "9600,N,8,1"
'set the DRT and RTS flags
.DTREnable = True
.RTSEnable = True
'enable the oncomm event for every reveived character
.RThreshold = 1
'disable the oncomm event for send characters
.SThreshold = 0
'open the serial port
.PortOpen = True
End With
End Sub

Private Sub MSComm1_OnComm()
Text1.Text = ""
With MSComm1
'test for incoming event
Select Case .CommEvent
Case comEvReceive
'display incoming event data to displaying textbox
strInput = .Input
Text1.SelText = strInput
End Select
End With
End Sub

Philippine Electronics Forum

Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #541 on: July 03, 2012, 06:08:26 PM »

Offline dummy_c

  • Diesel Generator
  • *
  • Posts: 1588
  • Pogi/Ganda Points: 162
  • Gender: Male
  • If I die 2nyt, 8's bcoz maimai is not at my side!
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #542 on: July 03, 2012, 07:16:36 PM »
Try mo ito sir at ikaw din chard5230.
https://rapidshare.com/files/1007078884/GlobeTattooVB6.zip

Globe or TM gamitin mo and make sure na may extra p6 load.
Ilagay mo tamang comp port# at click mo connect button.
Then click mo donate.
If may matatanggap ka na reply, it means working yan.  ;D ;D ;D
I hope it works.  :D



Para naman may pang astigcombo ako.  ;D ;D ;D ;D ;D
The world's technology is always changing, no doubt about it, and I hope it’s a while yet before it impacts my ability to tinker.

Philippine Electronics Forum

Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #542 on: July 03, 2012, 07:16:36 PM »

Offline skulltrail

  • LR44 Battery
  • *
  • Posts: 2
  • Pogi/Ganda Points: 0
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #543 on: July 03, 2012, 11:54:11 PM »
tnx sir..!! nagdonate n ko.. hehe :)

Philippine Electronics Forum

Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #543 on: July 03, 2012, 11:54:11 PM »

Offline dummy_c

  • Diesel Generator
  • *
  • Posts: 1588
  • Pogi/Ganda Points: 162
  • Gender: Male
  • If I die 2nyt, 8's bcoz maimai is not at my side!
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #544 on: July 04, 2012, 02:44:28 AM »
Na receive ko nga kagabi.
Nagulat ako kasi joke lang naman yon. ;D ;D ;D
Anyways maraming salamat po. hehe
The world's technology is always changing, no doubt about it, and I hope it’s a while yet before it impacts my ability to tinker.

Philippine Electronics Forum

Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #544 on: July 04, 2012, 02:44:28 AM »

Offline kurtz :)

  • CR2032 Battery
  • **
  • Posts: 24
  • Pogi/Ganda Points: 0
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #545 on: July 06, 2012, 03:05:21 AM »
our proposed project is to make a system na mka.send and received ng sms from cp to pc vice versa using vb6 connected sa msAcces ang database. somebody help me :( para mka.graduate po ako

Offline dummy_c

  • Diesel Generator
  • *
  • Posts: 1588
  • Pogi/Ganda Points: 162
  • Gender: Male
  • If I die 2nyt, 8's bcoz maimai is not at my side!
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #546 on: July 06, 2012, 07:21:13 AM »
Post mo dito yung vb6 project ng working database mo baka may tutulong.
The world's technology is always changing, no doubt about it, and I hope it’s a while yet before it impacts my ability to tinker.

Offline cliffromz23

  • Size AAA Battery
  • ***
  • Posts: 99
  • Pogi/Ganda Points: 1
  • Gender: Male
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #547 on: July 07, 2012, 01:37:16 PM »
yan din thesis namin yan noon....

Offline your most RIDICULOUS man :)

  • Diesel Generator
  • *
  • Posts: 1842
  • Pogi/Ganda Points: 53
  • Gender: Male
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #548 on: October 29, 2012, 12:07:17 AM »
uso pa pala vb6  :D  adfs
God give us the grace to accept with serenity the things that cannot be changed, courage to change the things which should be changed and the wisdom to distinguish the one from the other [Reinhold Niebuhr]

Offline dummy_c

  • Diesel Generator
  • *
  • Posts: 1588
  • Pogi/Ganda Points: 162
  • Gender: Male
  • If I die 2nyt, 8's bcoz maimai is not at my side!
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #549 on: October 29, 2012, 08:41:18 AM »
^ Engr naka dong?
The world's technology is always changing, no doubt about it, and I hope it’s a while yet before it impacts my ability to tinker.

Offline ddiana

  • CR2032 Battery
  • **
  • Posts: 9
  • Pogi/Ganda Points: 1
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #550 on: January 05, 2013, 01:17:29 PM »
hello po.. sir ask ko lng po.. ang proj ko po kc  is about road traffic management system: web services and sms. same po ung aspect ng sms kaso kelngn po updated ung bwat mes na nasesend nya and it should be automatic na magrereply everytime me magttxt how's the trffic condition sa junction na to.. nahhrapan po ako sa part kung paano xa iuupdate at maccnd automatic..  :-\  ;D






Offline ddiana

  • CR2032 Battery
  • **
  • Posts: 9
  • Pogi/Ganda Points: 1
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #551 on: January 08, 2013, 12:46:09 PM »
pwede po ba magrequest na irepost po ninyo ulit ung vb 2010 ng code na ito pls? :)

Offline dlrd.drake17

  • LR44 Battery
  • *
  • Posts: 3
  • Pogi/Ganda Points: 0
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #552 on: March 17, 2013, 07:23:11 AM »
sir .. pwede po ako makahingi ng source code ng project nyo sa vb6 ? kailangan kailangan lang po .. Invalid po kase ung link na pinost nyo dito .. Salamat po :) pasend na lang po sa email ko .. "dlrd.drakr17@y.c"

Offline your most RIDICULOUS man :)

  • Diesel Generator
  • *
  • Posts: 1842
  • Pogi/Ganda Points: 53
  • Gender: Male
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #553 on: March 17, 2013, 08:06:00 AM »
hello po.. sir ask ko lng po.. ang proj ko po kc  is about road traffic management system: web services and sms. same po ung aspect ng sms kaso kelngn po updated ung bwat mes na nasesend nya and it should be automatic na magrereply everytime me magttxt how's the trffic condition sa junction na to.. nahhrapan po ako sa part kung paano xa iuupdate at maccnd automatic..  :-\  ;D






sa code mo na yan..  anjan naman ung pagparse ng string..   
God give us the grace to accept with serenity the things that cannot be changed, courage to change the things which should be changed and the wisdom to distinguish the one from the other [Reinhold Niebuhr]

Offline dlrd.drake17

  • LR44 Battery
  • *
  • Posts: 3
  • Pogi/Ganda Points: 0
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #554 on: March 17, 2013, 09:41:53 AM »
\
sir .. pwede po ako makahingi ng source code ng project nyo sa vb6 ? kailangan kailangan lang po .. Invalid po kase ung link na pinost nyo dito .. Salamat po :) pasend na lang po sa email ko .. "dlrd.drakr17@y.c"


sir dlrd.drake17  po pla un .. :P sensya nagmamadali sa pgttype :P

Offline dummy_c

  • Diesel Generator
  • *
  • Posts: 1588
  • Pogi/Ganda Points: 162
  • Gender: Male
  • If I die 2nyt, 8's bcoz maimai is not at my side!
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #555 on: March 17, 2013, 10:17:46 AM »
sir dlrd.drake17  po pla un .. :P sensya nagmamadali sa pgttype :P

Please check your mail.
And please don't forget to click donate the first time you successfully run the program. ;D ;D ;D
The world's technology is always changing, no doubt about it, and I hope it’s a while yet before it impacts my ability to tinker.

Offline dlrd.drake17

  • LR44 Battery
  • *
  • Posts: 3
  • Pogi/Ganda Points: 0
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #556 on: March 24, 2013, 07:53:52 PM »
Please check your mail.
And please don't forget to click donate the first time you successfully run the program. ;D ;D ;D


sir maraming salamat po .. ngayon ko lang nakita .. Sayang tapos na ung submission ng project namin .. di ko nagamit .. pero pag aaralan ko po ito .. salamat po talaga .. Cge po kapag nagkaload ako click ko ung donate :)

Offline dummy_c

  • Diesel Generator
  • *
  • Posts: 1588
  • Pogi/Ganda Points: 162
  • Gender: Male
  • If I die 2nyt, 8's bcoz maimai is not at my side!
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #557 on: March 24, 2013, 07:56:53 PM »
^^^ Don't bother. Kasi iba na ang number ko. ;D ;D
Anyways congrats!
The world's technology is always changing, no doubt about it, and I hope it’s a while yet before it impacts my ability to tinker.

Offline missINHINYERO

  • LR44 Battery
  • *
  • Posts: 1
  • Pogi/Ganda Points: 0
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #558 on: April 26, 2013, 07:56:36 PM »
If you have time please try it. Doon din sa thread ni master 7 nalaman na pwede ang globe tattoo maging modem to send and recive mssgs. Anyway i think you should first learn how to access your mysql datbase using vb6. Nag search po ako sa google, marami ako nakita. Unfortunately im sorry i don't have time to learn about it kasi busy din ako sa project study ko. And don't worry about sending mssgs to multiple recipients because it's the easy part, i guess.

sir, pwede po ba magtanong kung may easiest way po para dun po sa pagsesend sa multiple recipients? i have this assignment po kasi na may part na dpat magse-send to all recipients ung program ko.. i'm using database for the list of the recipients.. bale add lng ng add po ng recipients then send to all na ung composed message.. salamat po ng marami !:)) hoping for your kind response  :) :)

Offline dummy_c

  • Diesel Generator
  • *
  • Posts: 1588
  • Pogi/Ganda Points: 162
  • Gender: Male
  • If I die 2nyt, 8's bcoz maimai is not at my side!
Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #559 on: April 26, 2013, 09:16:04 PM »
^^^ Curious din ako paano mag send to multiple recipients.
As of now iniisaisa ko send yung message.
The world's technology is always changing, no doubt about it, and I hope it’s a while yet before it impacts my ability to tinker.

Philippine Electronics Forum

Re: Globe Tattoo USB Modem in VB6, finally..
« Reply #559 on: April 26, 2013, 09:16:04 PM »

 

Privacy Policy

Contact Us: elabph@yahoo.com