Avatar

Jamie Villeneuve

  • Total activity 349
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 1
  • Subscriptions 164

Activity overview

Latest activity by Jamie Villeneuve
  • Jamie Villeneuve commented,

    Hi Tom, I just tested that link and it is working for myself and a colleague. Can you quickly double check. Thanks, -Jamie

  • Jamie Villeneuve commented,

    Hi John, Absolutely.  Storyboard IO is the mechanism to communicate with external device drivers, third-party applications, etc. Here is a tutorial on Storyboard IO along with a sample to follow al...

  • Jamie Villeneuve commented,

    Hello, Please send an email to support@cranksoftware.com and we will be happy to help you there. Thanks, -Jamie

  • Jamie Villeneuve created an article,

    VIDEO: Remote Launch

    0:08 Introduction 0:20 Simulate locally on a development system 0:50 Remote launch configuration 1:45 Terminate running target application 2:20 Required information for target conn...

    • 1 follower
    • 0 comments
    • 0 votes
  • Jamie Villeneuve created an article,

    Linking the backend to the GUI via Storyboard IO

    On embedded systems that have memory protection, Storyboard IO can use an implementation based on inter-process communication (IPC) that allows for communication between a backend application and ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Jamie Villeneuve created an article,

    Release Notes 7.2

    New Features and Functionality Storyboard Designer An issue with conflict detection using the Git merge workflow has been fixed. Text alignment is respected during PSD import. Images are...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Jamie Villeneuve created an article,

    Release Notes 8.0

    New Features and Functionality Storyboard Designer Add new product to Designer which is called Storyboard Validator Added the ability to rem0te launch a Storyboard project on a target A ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Jamie Villeneuve created an article,

    sbio send event

    int sbio_send_event( sbio_channel_handle_t *handle, const char *event_name, const char *event_fmt, void *event_data, int event_data_size); Sends an event on a channel that ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Jamie Villeneuve created an article,

    sbio destroy channel

    int sbio_destroy_channel( sbio_channel_handle_t *handle); Destroys a Storyboard IO channel. Parameters sbio_channel_handle_t A pointer to an sbio_channel_handle_t for the chann...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Jamie Villeneuve created an article,

    sbio rem event callback

    int sbio_rem_event_callback( sbio_channel_handle_t *handle, sbio_event_callback_t callback_function, void *user_data); Removes a callback from a receive channel Parameter...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes