Hi
I have a bit of 4DGL code that I'm running on my 96-G2 Goldelox display. I have one variable in the code that I want to update continually via a serial command from my computer, but I don't want to turn the display into a serial slave module because then my 4DGL code won't run (right?). Is there a way to include a Serial.listen() command in 4DGL code, as I can in for example Arduino code, so I can send a serial command to the display while it's running 4DGL code?
Many thanks
Chris
I have a bit of 4DGL code that I'm running on my 96-G2 Goldelox display. I have one variable in the code that I want to update continually via a serial command from my computer, but I don't want to turn the display into a serial slave module because then my 4DGL code won't run (right?). Is there a way to include a Serial.listen() command in 4DGL code, as I can in for example Arduino code, so I can send a serial command to the display while it's running 4DGL code?
Many thanks
Chris
Comment