Search:

Type: Posts; User: samer_hameed

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    1,966

    send https with Httpwebrequest

    Dear Sir;

    I have a web-service that communicates with my Desktop application. Usually I used http in the webrequest, but now I want to modify my code to use https. I accessed the links from web...
  2. Replies
    3
    Views
    618

    VS 2010 Re: creating a dynamic variable

    ok sir, I'm trying to use HTTP request with json message from client to an address, the issue is I want to use a public function to do the http session, in this function the json part some times...
  3. Replies
    3
    Views
    618

    VS 2010 creating a dynamic variable

    Hello,

    Can I create a variable name during running time ??
    i.e
    Can i use dim x as string
    then after a while I use dim y as string

    but during running time

    Best Regards
  4. VS 2010 Re: can not send Unicode SMS from computer through GSM modem

    I think I figured out the problem but I dont know how to solve it
    the CSMP of the modem is ,,0,0 and I can not change it other value such as 1,144,0,8

    when I use the command at+csmp=1,144,0,8 It...
  5. VS 2010 Re: can not send Unicode SMS from computer through GSM modem

    @ TnTinMN : I modified the code to be like below


    ' Encode the string to a byte array
    Dim realStr As String = "السلام عليكم"
    Dim bArr As Byte() = enc.GetBytes(realStr)...
  6. VS 2010 Re: can not send Unicode SMS from computer through GSM modem

    @ Sitten Spynne :I tried this solution by changing the encode, but now the modem does not send the message.

    @ Jenner : I already did this solution but no way. sorry
  7. VS 2010 Re: can not send Unicode SMS from computer through GSM modem

    ser is SerialPort Object

    my GSM supports UCS2 encoding type, and I modified the code from HEX to be UCS2 but the message does not send
  8. VS 2010 can not send Unicode SMS from computer through GSM modem

    Hello,

    I wrote a program to send SMS from computer through GSM modem and It works normally in English language, but when I tried to send an Arabic character I received ????, I convert the message...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width