Hello! I'm trying to send a series of chars to ser...
# getting-started
k
Hello! I'm trying to send a series of chars to serial COM port, followed by an Enter. I'm able to send integers, but not text. I've tried converting
"string".toByteArray
before sending, and also sent the sequence in ASCII code, but I can't get the expected response. This is an Arduino comm project, and I found this very helpful page: https://forum.arduino.cc/t/trying-to-communicate-to-arduino-with-jserialcomm-and-kotlin/913482 that got me going. Has anyone done this before? Thanks!