Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
|
Forum Index : Microcontroller and PC projects : PicoMite: I have a dream
Page 4 of 4 | |||||
Author | Message | ||||
lizby Guru Joined: 17/05/2016 Location: United StatesPosts: 3152 |
Works for me. My phone and tablets have USB C sockets, and all my OTG cords are micro-USB for Raspberry Pi--but I dug out and old phone, so: I've ordered a couple of USB C OTG cables from Amazon--supposed to arrive tomorrow. I'm not sure whether or not I have any programs which do ASCII screen drawing--I'll look. This might be a better PCB to use for experimenting with different I/O modules: Edited 2023-04-19 05:38 by lizby PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed |
||||
lizby Guru Joined: 17/05/2016 Location: United StatesPosts: 3152 |
A program which produces the following when run with a TeraTerm terminal crashes the USBterminal app on the phone when the same code on the same PicoMite is run. PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed |
||||
lizby Guru Joined: 17/05/2016 Location: United StatesPosts: 3152 |
Code which produces this on PicoMite in Teraterm: Produces this in USBterminal app (so background colors not honored): For i=48 To 55 For j=48 To 55 Print Chr$(27);"[3"+Chr$(i)+";"+"4"+Chr$(j)+"mABCDEFGH"; Next Next Print Chr$(27);"[37;40m" ' clear to white on black Note that whatever shortfalls USBterminal may have right now, it looks like a pretty useful terminal for PicoMite development with just a cell phone. ~ Edited 2023-04-19 07:35 by lizby PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed |
||||
lizby Guru Joined: 17/05/2016 Location: United StatesPosts: 3152 |
You might have an interest in looking at this: PicoMite Experimenter Mini PCB PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed |
||||
Page 4 of 4 |
Print this page |