|
Forum Index : Microcontroller and PC projects : UART problems - porting from PICAXE to MM2...
| Author | Message | ||||
| robert.rozee Guru Joined: 31/12/2012 Location: New ZealandPosts: 2459 |
something like this should do the trick: SetTick 100, isr Do Do While message$<>"": Loop Input message$ Loop End isr: If message$<>"" Then Print Left$(message$,1); message$=Mid$(message$,2) EndIf IReturn just replace the Print Left$(message$,1); with Print #n.... cheers, rob :-) addendum: geoff - just noticed a small error in the index of the 5.05.04 MX170 PDF manual, the item "MID$" appears twice. Edited 2021-07-27 14:24 by robert.rozee |
||||
| Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3307 |
Thanks, I will fix. Geoff Geoff Graham - http://geoffg.net |
||||
Grogster![]() Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9742 |
I can now report that the test unit I took to the site today, worked perfectly in about 8-10 different physical locations at the extreme edge of the expected range. Lovely. ![]() Now I can order more boards and begin assembly. Thank you to all who added to this thread - your help saved my sanity. ![]() Smoke makes things work. When the smoke gets out, it stops! |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |