We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the code
while (1) { ManagedString in = uBit.serial.readUntil(":"); ManagedString out = "|" + in + "#\n"; uBit.serial.send(out); uBit.sleep(100); }
sending ab:cd:ef:, V2 works as expected, returning
ab:cd:ef:
|ab# |cd# |ef#
but V1 returns
|ab:c# |# |ef#
Sample source and hex files serial-readuntil.zip
The text was updated successfully, but these errors were encountered:
serial.readUntil
No branches or pull requests
With the code
sending
ab:cd:ef:
, V2 works as expected, returningbut V1 returns
Sample source and hex files
serial-readuntil.zip
The text was updated successfully, but these errors were encountered: