Pregunta en
Visual Basic
Recibir datos puerto serie
Estoy haciendo un programa para recibir Datos por el puerto serie en VB 6. El código que tengo es el siguiente: Dim ByteCount As Long Dim FileData As Byte Private Sub Command1_Click() MSComm1.Output = Chr$(26) End Sub Private Sub Form_Load()...