I2C Bytes in queue... where in V6?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
trevorpierce
Posts: 7
Joined: Sun Sep 29, 2013 7:25 pm
Been thanked: 2 times
Contact:

I2C Bytes in queue... where in V6?

Post by trevorpierce »

Hi,

Where can I queue up some data for my I2C like I did in V5?

I2C_Bytes_in_queue.png
(12.08 KiB) Downloaded 1137 times
Thanks

Trevor

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: I2C Bytes in queue... where in V6?

Post by Benj »

Hi Trevor,

Add a "Human Interface Injector" from the simulation menu. Then link the I2C component to the injector by editing the I2C component properties. Finally open the console window using the view menu and change to the Human Interface RX Queue tab. Anything you type in here will be added to the receive queue as in v5.

Let me know how you get on.

Post Reply