Page 1 of 1

inherited auto maping pin from RS232

Posted: Tue Mar 21, 2017 3:01 pm
by Camille
Hello all
I'm trying inherite the TX and RX pin when channel hardware RS232 is selected.
In my properties panel component i need to selected to time channel hardware(channel1) for refreshing my TX RX pin component don't know why?
regards
RS232_Menier3.fcfx
(19.1 KiB) Downloaded 395 times

Re: inherited auto maping pin from RS232

Posted: Tue Mar 21, 2017 5:53 pm
by Benj
Hello,

We have recently massively simplified this in v7 and you can right click a property and bring it through to be exposed in the component.

In v6 you have to do things the hard way which is manually copying the values back and forth.

Look at the CAL UART example here and hopefully that should help to show you what you need to do.

https://www.matrixtsl.com/wiki/index.ph ... Components

Re: inherited auto maping pin from RS232

Posted: Tue Mar 21, 2017 6:16 pm
by Camille
thanks for fast responce!
I take a look on cal UART coMponent it seeM not have auto hardware pinning TX RX, I'M wrong?

Re: inherited auto maping pin from RS232

Posted: Tue Mar 21, 2017 6:20 pm
by Camille
I'M wrong it is auto Maping
I investigate...

Re: inherited auto maping pin from RS232

Posted: Fri Mar 24, 2017 4:43 pm
by Camille
thank you,
it's solved with the flowcode 7 CAL UART example.
i iMpleMented soMe csv Macros...
regards
RS232_CAL_SOLVED.fcfx
source
(87.1 KiB) Downloaded 382 times
RS232_Menier.fcpx
coMponent
(7.54 KiB) Downloaded 378 times