Wish Use 6790 port in bidirectional mode

Alessandra Pellegri

Active Member
Licensed User
Longtime User
It would amazing if we had the possibility to create an event like this:

Sub LOG_MessageReceived(message as string)
if message= "someThing" then ThisVariable=18
if message= "readADC" then Log(ADC_Value)
etcetera
End SUB

It would be possible to use Log window as a sort of very confortable terminal for debugging.
 
Top