Windows app serial input

Support forum for the Lambda Shield designed to connect Bosch LSU 4.9 wideband oxygen sensors to Arduino projects.
Post Reply
RasheedDEC
Posts: 7
Joined: 04 Feb 2020 13:41

Windows app serial input

Post by RasheedDEC » 19 Aug 2020 10:53

how can I display the Lambda Shield UART data logger on PC screen ?
i am already displaying the sensor status, Lambda, AFR, O2 %, heater voltage, pump current .
the display was downloaded automatically when i used how to get started Video.

User avatar
Christian_Bylund
Posts: 259
Joined: 07 Mar 2015 18:09

Re: UART Data disply

Post by Christian_Bylund » 19 Aug 2020 11:02

RasheedDEC wrote:
19 Aug 2020 10:53
how can I display the Lambda Shield UART data logger on PC screen ?
i am already displaying the sensor status, Lambda, AFR, O2 %, heater voltage, pump current .
the display was downloaded automatically when i used how to get started Video.
Rasheed,

I believe you are referring to the Lambda Shield app for Windows? Make sure you are using the Lambda Shield GUI code.

Hope it helps.
Best Regards,
Christian Bylund
Bylund Automotive AB

RasheedDEC
Posts: 7
Joined: 04 Feb 2020 13:41

Re: UART Data disply

Post by RasheedDEC » 19 Aug 2020 12:52

yes you are right, i am referring to the app for windows.
the question might sounds silly,
is the application program residing in the PC and using the serial data output of the Arduino ?
Can i keep both programs running simultaneously ?

if you can provide an overview of the system configuration will help for sure.

User avatar
Christian_Bylund
Posts: 259
Joined: 07 Mar 2015 18:09

Re: UART Data disply

Post by Christian_Bylund » 19 Aug 2020 13:19

RasheedDEC wrote:
19 Aug 2020 12:52
yes you are right, i am referring to the app for windows.
the question might sounds silly,
is the application program residing in the PC and using the serial data output of the Arduino ?
Can i keep both programs running simultaneously ?

if you can provide an overview of the system configuration will help for sure.
That is right, the Arduino merely outputs a comma separated format with a checksum over the serial port. The Windows app connects to the serial port, so it will only work when the GUI code is uploaded to the Arduino.

As the Windows app requires all variables to be sent over serial at a high refresh rate it is a separate code. The example code is more easy to understand the operation of the CJ125 and the LSU 4.9. Bare in mind it is an educative and R&D product.
Best Regards,
Christian Bylund
Bylund Automotive AB

Post Reply