How to get the data from a RS232 device?

Forum Home Forums Communicating with Devices How to get the data from a RS232 device?

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1530
    vkevinv
    Participant

    Does anyone know how to get the data from a RS232 device?

    Thanks!

    #1532
    Mikhail
    Moderator

    What communication protocol is supported by the device?

    #1533
    vkevinv
    Participant

    For example,

    1. Send [“Z” + 0D0A] from PC to the rs232 device, then the device will send back the data [“450” + 0D0A], I need get the real data “450”. How can I get this data?

    2. PC don’t need send command to the rs232 device, the device will send the data to the PC Automatically. How can I get this data?

    Thanks!

    #1534
    Mikhail
    Moderator

    You need to develop by yourself or purchase development of a device driver.
    Read Device Drivers Development
    Source code examples are here

    #1535
    vkevinv
    Participant

    Do you have device driver like this? How much?

    #1536
    Mikhail
    Moderator

    Send me, please, an email request for price estimation. Also attach full description of the communication protocol.
    Email address is here

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.