inherited auto maping pin from RS232

A forum where Flowcode v6 user created components can be shared, discussed and reviewed.

Moderator: Benj

Post Reply
Camille
Posts: 17
Joined: Mon Mar 20, 2017 9:39 pm
Has thanked: 5 times
Been thanked: 3 times
Contact:

inherited auto maping pin from RS232

Post 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 387 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: inherited auto maping pin from RS232

Post 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

Camille
Posts: 17
Joined: Mon Mar 20, 2017 9:39 pm
Has thanked: 5 times
Been thanked: 3 times
Contact:

Re: inherited auto maping pin from RS232

Post 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?

Camille
Posts: 17
Joined: Mon Mar 20, 2017 9:39 pm
Has thanked: 5 times
Been thanked: 3 times
Contact:

Re: inherited auto maping pin from RS232

Post by Camille »

I'M wrong it is auto Maping
I investigate...

Camille
Posts: 17
Joined: Mon Mar 20, 2017 9:39 pm
Has thanked: 5 times
Been thanked: 3 times
Contact:

Re: inherited auto maping pin from RS232

Post 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 377 times
RS232_Menier.fcpx
coMponent
(7.54 KiB) Downloaded 370 times

Post Reply