elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Curso de javascript por TickTack


  Mostrar Mensajes
Páginas: 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77
631  Foros Generales / Foro Libre / Re: Busco libros de medicina en español para biblioteca digital ? en: 2 Abril 2013, 20:53 pm
Pense que habia sido claro, en verdad es muy simple necesito libros de :

Ginecologia
Pediatria
Oncologia
Cirugias


Y todo lo relacionado con esos tipos de temas...

Salu2
632  Foros Generales / Foro Libre / Busco libros de medicina en español para biblioteca digital ? en: 31 Marzo 2013, 23:34 pm
Necesito bastantes 1Gb como minimo...

Gracias
633  Programación / Desarrollo Web / Re: Qué CMS utilizas con mayor frecuencia en: 31 Marzo 2013, 23:09 pm
El Symphony no es un CMS ?

Alguien que pueda comentar sobre ella ??
634  Programación / .NET (C#, VB.NET, ASP) / Funciona desde el VS2010 pero la App compilada no ! en: 15 Marzo 2013, 20:45 pm
Amigos tengo una urgencia, la App que estoy trabajando corre sin problema alguno desde el VS2010 lo que hace es comunicarse por el SerialPort con un Celular mandando comandos AT y recibiendo respuestas.

Ahora cuando ejecuto el .EXE no me da la respuesta del Cell nada mas me muestra el comando que envio con la respuesta inicial OK pero no me llegan los otros datos y les digo que desde el VS2010 si llegan que puede estar pasando les pongo el codigo.

Código
  1.  
  2. Imports System.Text
  3.  
  4. Public Class MainForm
  5.  
  6.    ' Declare necessary class variables.
  7.    Private CommPort As New RS232()
  8.    Private IsModemFound As Boolean = False
  9.    Private ModemPort As Integer = 0
  10.  
  11.    ' This subroutine clears the TextBox.
  12.    Private Sub ClearButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ClearButton.Click
  13.        Me.StatusTextbox.Clear()
  14.    End Sub
  15.  
  16.    ' This subroutine sends a user specified command to the modem, and records its
  17.    '   response. It depends on the timer to do the reading of the response.
  18.    Private Sub SendUserCommandButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SendUserCommandButton.Click
  19.  
  20.        ' Always wrap up working with Comm Ports in exception handlers.
  21.        Try
  22.            ' Enable the timer.
  23.            'If Not Me.tmrReadCommPort.Enabled Then
  24.            Me.tmrReadCommPort.Enabled = True
  25.            'End If
  26.            'If Not CommPort.IsOpen Then
  27.            ' Attempt to open the port.
  28.            CommPort.Open(8, 115200, 8, RS232.DataParity.Parity_None, RS232.DataStopBit.StopBit_1, 4096)
  29.            'End If
  30.            'Write an user specified Command to the Port.
  31.            CommPort.Write(Encoding.ASCII.GetBytes(Me.UserCommandTextbox.Text & Chr(13)))
  32.            ' Sleep long enough for the modem to respond and the timer to fire.
  33.            System.Threading.Thread.Sleep(200)
  34.            Application.DoEvents()
  35.            CommPort.Close()
  36.  
  37.        Catch ex As Exception
  38.            ' Warn the user.
  39.            MessageBox.Show("Unable to communicate with Modem")
  40.        Finally
  41.            ' Disable the timer.
  42.            Me.tmrReadCommPort.Enabled = False
  43.        End Try
  44.  
  45.    End Sub
  46.  
  47.    ' This subroutine is fired when the timer event is raised. It writes whatever
  48.    '   is in the Comm Port buffer to the output window.
  49.    Private Sub tmrReadCommPort_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tmrReadCommPort.Tick
  50.        Try
  51.            ' As long as there is information, read one byte at a time and
  52.            '   output it.
  53.            While (CommPort.Read(1) <> -1)
  54.                ' Write the output to the screen.
  55.                WriteMessage(Chr(CommPort.InputStream(0)), False)
  56.            End While
  57.        Catch exc As Exception
  58.            ' An exception is raised when there is no information to read.
  59.            '   Don't do anything here, just let the exception go.
  60.        End Try
  61.  
  62.    End Sub
  63.  
  64.    ' This subroutine writes a message to the txtStatus TextBox.
  65.    Private Sub WriteMessage(ByVal message As String)
  66.        Me.StatusTextbox.Text += message + vbCrLf
  67.    End Sub
  68.  
  69.    ' This subroutine writes a message to the txtStatus TextBox and allows
  70.    '   the line feed to be suppressed.
  71.    Private Sub WriteMessage(ByVal message As String, ByVal linefeed As Boolean)
  72.        Me.StatusTextbox.Text += message
  73.        If linefeed Then
  74.            Me.StatusTextbox.Text += vbCrLf
  75.        End If
  76.    End Sub
  77.  
  78.    Private Sub ExitToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ExitToolStripMenuItem.Click
  79.        CommPort.Close()
  80.        End
  81.    End Sub
  82.  
  83.    Private Sub MainForm_FormClosing(sender As Object, e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
  84.        CommPort.Close()
  85.    End Sub
  86.  
  87.  
635  Programación / .NET (C#, VB.NET, ASP) / Enviando SMS desde el celular ? en: 7 Marzo 2013, 20:20 pm
Holas chicos estuve mirando esta web http://www.developershome.com/sms/howToSendSMSFromPC.asp sobre como enviar sms a traves del celular usando el hyperterminal y lo logro porque me descuenta del saldo pero no llegan al remitente alguna idea de que puede estar pasando...

Y bueno si alguien tuviese algun ejemplo que lo haya probado para enviar y recibir sms a traves del celular desde la pc estaria agradecido..

Salu2
636  Comunicaciones / Dispositivos Móviles (PDA's, Smartphones, Tablets) / Calibrar batería de celular, Ayudenme !! en: 7 Marzo 2013, 19:00 pm
Amigos diganme si esto puede ser real

http://www.taringa.net/posts/info/11971640/Como-calibrar-una-bateria-para-que-me-dure-mas.html

En caso de que sea asi tengo una dudas cuando se refiere a que se encienda el LED VERDE quiere decir a que avise que esta cargada completamente la bateria.

Y esto otro ( Desconectar del cargador y apagar el móvil (ojo teniendo desconectado el fastboot), poner a cargar otra vez hasta que se ponga verde el led. )

No entiendo lo que marque en negrita y cursiva, si alguien me lo pudiese explicar.

Salu2
637  Informática / Software / Re: [APORTE] MEGA-PACK para iniciarse en VS2012 x64 (Instalador + Recursos + Tools) en: 7 Marzo 2013, 18:34 pm
Pues que tal eres un salvaje tremendo aporte..

Alguien ha probado la ultima version ??

Alguna posibilidad de que funcione en 32bits ?

SAlu2
638  Programación / .NET (C#, VB.NET, ASP) / DevExpress ? en: 2 Marzo 2013, 17:21 pm
Amigos quisiera saber si alguien tiene documentacion o videos en español donde pueda adquirir una base sobre este excelente componente..

Por ejemplo como emplear los skins..

Se que hay videos ya los estoy bajando y viendo pero ese del uso del skin se me hace complicado...

Gracias.
639  Programación / .NET (C#, VB.NET, ASP) / Re: Necesito una rutina para bloquear la APP ? en: 17 Febrero 2013, 22:32 pm
Gracias man lo tendre en cuenta..

A proposito necesito que me regales algunas tecnicas para mejorar el look de mis App..

Gracias nuevamente...
640  Programación / .NET (C#, VB.NET, ASP) / Re: Necesito una rutina para bloquear la APP ? en: 17 Febrero 2013, 16:40 pm
Yo habia pensado en algo como eso pero no seria facil de detectar por algun usuario con conocimientos avanzados, montarle un sniffer de registro o documentos abiertos ??


Salu2 y gracias
Páginas: 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines