Page 1 of 1

I2C Bytes in queue... where in V6?

Posted: Sun Sep 29, 2013 7:31 pm
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

Re: I2C Bytes in queue... where in V6?

Posted: Mon Sep 30, 2013 9:56 am
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.