Thanks for all your replies - they've been very helpful in understanding
why
it's not working
The reason we're trying to do this is to monitor the state of a serial pin
on a very old device using a PDA - our plan was to wire the old device to
the
CTS pin on a bluetooth transmitter and monitor the signal across bluetooth
using the virtual serial port connection.
Obviously this now won't work but does anyone have any suggestions as to
how
we might do it? Is there a piece of hardware we could but to take an
on/off
serial siganl and send it via bluetooth?
Thanks!
Hardware flow control for what? The other end is a BT receiver. The BT
statck and protocol handle making sure all data is transmitted error
free.
Serial "flow control" has no meaning in a BT environment.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
Empi said:
They are usually used as hardwarw flow control.
You have no hardware connected ....
You probably need it in order to signal something.
Maybe you can use a special packet to do that.
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT
com> wrote in message It would shock me completely if they were. There's just no reason for
them to be. It's the data that's important.
Paul T.
Hi,
Thanks for the reply.
At both ends we can get/set the RTS/CTS status - are you saying that
because
it's via a bluetooth "logical" port the pins statuses aren't carried?
Matt
:
There's no pins to monitor. It's not a real serial port; it's just
creating
an abstract "serial port" sort of connection over the Bluetooth
radio
that
you can treat as though it's a local port.
Paul T.
Hi there,
We're trying to communicate with a PPC (O2 Orbit, windows mobile
5)
using
COM Ports over bluetooth which have done sucessfully, sending data
in
both
directions. (VS2005 .netCF v2)
However, we're now trying to mointor the status of the RTS / CTS
pin
and
although we can set it both ends, on the PPC end the status is not
updated -
does anyone have any suggestions?
We're using Bluetooth connecter from LM Technologies.
Thanks