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 : How to become Bytes from the console port .Picomite
Author | Message | ||||
Plasmamac Guru Joined: 31/01/2019 Location: GermanyPosts: 554 |
Hi , i need to capture a serial stream from the console (usb). What is the best way to do so? Thx Plasma |
||||
CaptainBoing Guru Joined: 07/09/2016 Location: United KingdomPosts: 2076 |
I use PuTTY and turn on logging; captures the output to a file probably the same method available in whatever flavour of terminal emulator you use Edited 2023-08-17 05:46 by CaptainBoing |
||||
TassyJim Guru Joined: 07/08/2011 Location: AustraliaPosts: 6100 |
putty, terraterm and MMEdit and I think, GFXterm all do capture. If the data contains non printable bytes such as chr(0), You have to test the options. MMEdit has HEXview for inspecting the data. If you want anything special, use MMB4W Jim VK7JH MMedit MMBasic Help |
||||
JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 3802 |
screen does, too (with -L for logging). John |
||||
Print this page |