PDA

View Full Version : Serout2 using flowpin



l_gaminde
- 18th February 2013, 22:29
I have a device that echos back each character sent to it, im using serout2 and serin2 to receive some of this data
can I use this same serin2 pin for a flowpin.

also Im having trouble reading what type of brackets are being used in the manual.


key:
SEROUT2 PORTB.2[\PORTB.1],16468,[key,]["#:R002"]

SEROUT2 PORTB.2,16468,[";"]

mackrackit
- 19th February 2013, 08:19
The pins are separate.

Here is an example from the online manual.


SERIN2 PORTA.1\PORTA.0,84,100,tlabel,[wait (“x”, b0), str ar]

l_gaminde
- 19th February 2013, 17:26
thank you Dave
I will try a few things and report back