Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


Send SMS with Greek Characters


Send SMS with Greek Characters

Author
Message
makis_best
makis_best
Forum God
Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)

Group: Forum Members
Posts: 3, Visits: 8
Hi..



I am trying to fix one application for my business with Visual Basic 2010.

With this application i am retrieving some records from my sql server 2008

and put them in a datagrid. There I add some info in every line typing.



Then I press a button and I send these lines as SMS.

The language I use is Greek.



The problem is that when I send the SMS with my ZTE MF195 3G USB Modem

I get only Chinese characters.



How I can solve this problem.



The code I use to send the SMS is



If SerialPort1.IsOpen() Then

ToolStripStatusLabel1.Text = "Port " & SerialPort1.PortName & " is open"

SerialPort1.Write("AT" & vbCrLf)

Threading.Thread.Sleep(1000)

ToolStripProgressBar1.Value = ToolStripProgressBar1.Value + 25

SerialPort1.Write("AT+CMGF=1" & vbCrLf)

Threading.Thread.Sleep(1000)

ToolStripProgressBar1.Value = ToolStripProgressBar1.Value + 25

SerialPort1.Write("AT+CMGS=" + Chr(34) & DataGridView1.Item(1, i).Value.ToString() + Chr(34) & vbCrLf)

Threading.Thread.Sleep(1000)

ToolStripProgressBar1.Value = ToolStripProgressBar1.Value + 25

SerialPort1.WriteLine("TEST Μύνημα" & vbCrLf & Chr(26))

Threading.Thread.Sleep(1000)

ToolStripProgressBar1.Value = ToolStripProgressBar1.Value + 25

SerialPort1.Close()

ToolStripStatusLabel1.Text = "Port " & SerialPort1.PortName & " is close"

'MsgBox("Sent")

Else

MsgBox("Not sent")

End If




I try to find some answer in the internet but I couldn't find something specific.

Any help will be appreciated.



Thank you
zack
zack
Forum God
Forum God (24K reputation)Forum God (24K reputation)Forum God (24K reputation)Forum God (24K reputation)Forum God (24K reputation)Forum God (24K reputation)Forum God (24K reputation)Forum God (24K reputation)Forum God (24K reputation)

Group: Forum Members
Posts: 102, Visits: 110
I found a couple of links that may help.



http://help.cardboardfish.com/?q=SendingGreekcharactersusingHTTPSMS



http://www.nowsms.com/discus/messages/1/50939.html



http://logixmobile.com/Products/mcorelib/index.asp#1
Edited
11/25/2014 by zack
makis_best
makis_best
Forum God
Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)Forum God (1.2K reputation)

Group: Forum Members
Posts: 3, Visits: 8
Thank you for the help but didn't help

GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search