I am facing the following problem. I need to connect a sensor to a pc via serial port. i know exactly the values of baud rate (38400), 8 data bits, 1 stop bit and no parity. So i connect the sensor to the computer and i am not seeing any data transmitted to the pc. Note: the sensor is read only. i mean that there is not any handshake.
Do you have any ideas about why i don't get any data?
the connections are ok because i am connecting another device and in the other device i am able to read data.
Thanks everybody in advance!