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.
Windows app serial input
- Christian_Bylund
- Posts: 270
- Joined: 07 Mar 2015 18:09
Re: UART Data disply
Rasheed,RasheedDEC wrote: ↑19 Aug 2020 10:53how 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.
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
Christian Bylund
Bylund Automotive AB
-
- Posts: 7
- Joined: 04 Feb 2020 13:41
Re: UART Data disply
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.
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.
- Christian_Bylund
- Posts: 270
- Joined: 07 Mar 2015 18:09
Re: UART Data disply
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.RasheedDEC wrote: ↑19 Aug 2020 12:52yes 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.
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
Christian Bylund
Bylund Automotive AB