![]() |
Forum Index : Microcontroller and PC projects : Newbie question
Author | Message | ||||
Bernie3D Newbie ![]() Joined: 02/08/2023 Location: United StatesPosts: 19 |
My first post. Firstly a big thanks to Geoff and Peter for your selfless devotion to this project. I would like to know if it is possible to use the console on USB, as a simple USB CDC (USB to Serial), using PRINT and INPUT. I want to talk to the Pico from a PC. I am aware that I can get kicked out of a running program with a Ctrl-C or an error message. I can hopefully avoid this by comms protocol. Is there anything else I should know? |
||||
Volhout Guru ![]() Joined: 05/03/2018 Location: NetherlandsPosts: 5091 |
Yes, you can You can run a program that uses these command to transfer a mite in a smart peripheral. Until you send ctrl-C (or the mite reboots). Then you get back to terminal mode. Volhout Edited 2023-08-08 17:54 by Volhout PicomiteVGA PETSCII ROBOTS |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10315 |
You can avoid the ctrl-C issue with OPTION BREAK and errors can be handled by ON ERROR |
||||
Bernie3D Newbie ![]() Joined: 02/08/2023 Location: United StatesPosts: 19 |
Thanks for your input. I am amazed by the capabilities in such a small package. The fun begins... |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |