Jump to content
The simFlight Network Forums

ricgjone

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by ricgjone

  1. Hi Pete, thanks, this info is exactly what I was after. "You only need the one, with three events. Events can't interrupt the flow, pendng ones will queue till your processing is done" Regards Richard
  2. Hi An old thread, but now experimenting with something similar. Trying to use arduino to drive red/green gear lights with a simple lua script. Still new to lua. I use the event feature that triggers when the gear offsets are changed, what happens with regards to multi-threading? These 3 events will often trigger at nearly the same time and my concern is that the serial command sent from each event could be mingled together and be un recognised by the Arduino board? E.g left gear event write one character, then right gear starts before left gear event is finished writing. Regards Richard
  3. Hi Yes I tried it and the text \xFE\x51 was printed, but I will try your suggestions and let you know. Thanks RG
  4. Hi Thanks for a great product. Experimenting with the Lua com library. I need to write some hex values. tried this: com.write(display, "\xFE\x51") will this work? Regards RG
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.