Search Result

Collapse
3 results in 0.0038 seconds.
Keywords
Members
Tags
rs232
  •  

  • Mas Juliza Alias
    started a topic MSComm: data not received

    MSComm: data not received

    I have prepared the below coding to receive data from rs232 serial port.

    Code:
    Option Explicit
    
    Dim Port As String
    Dim BRate As String
    Dim DBits As String
    Dim Parity As String
    Dim SBits As String
    Dim Flow As String
    
    Private Sub cboBRate_Change()
        Let cmdApply.Enabled = True
    End Sub
    
    Private Sub cboBRate_Click()
        Let cmdApply.Enabled =
    ...
    See more | Go to post

  • RS232 data transfers OK with Hyperterminal, but not with PySerial

    Hi

    I'm a Python newbie trying to write a datalogger to acquire data from a laboratory meter using RS232.

    Hardware: Samsung N100 laptop. Maplin's USB-Serial converter dongle. TSI 4100 series laboratory flow meter

    Software: Windows XP. Python 2.5 & IDLE interface. HDD Free Serial Port Monitor 3.31. Hyperterminal Private Edition v5.0 (Drivers for USB dongle installed, Windows firewall exception made for...
    See more | Go to post

  • Boomeral
    started a topic OnCOmm event does not trigger.

    OnCOmm event does not trigger.

    I have a basic program to test key click and reception of data on RS232 port. Computer1 is running this program and computer2 is running hyperterminal. When I send the data out from computer1, i can see the data on computer2; however, no onComm event triggers when data is received. KeyClick does not work either.
    Does anyone know what needs to be modified?

    Thanks in advance.
    Boomer

    --------------------------CODE---------------------------------...
    See more | Go to post
    Last edited by debasisdas; Nov 19 '09, 04:17 AM. Reason: Formatted using code tags.
Working...