strange Unicode
JR_301
Posts: 22
just curious.
while running the program called Reusable_Password_checker.bs2 on page 293. I get some weird symbols i think are unicode that are displayed in the debug window when I type my password in really fast, why is this?
while running the program called Reusable_Password_checker.bs2 on page 293. I get some weird symbols i think are unicode that are displayed in the debug window when I type my password in really fast, why is this?
Comments
The fact is that the BS2 can't actually recieve any data unless it's IN the 'SERIN' statement. Data being sent when the BS2 is NOT in a 'SERIN' statement is ignored. Data being sent when the SERIN statement begins can get garbled.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
-Phil
Thats very interesting, Im wondering if this will pop up later on with robotics issues.