Welcome, Guest. Please login or register.

Author Topic: Output serial to console?  (Read 1995 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline LyleHaze

  • Newbie
  • *
  • Join Date: Aug 2013
  • Posts: 39
    • Show all replies
    • https://sites.google.com/site/takeaprogrammertolunch/
Re: Output serial to console?
« on: November 09, 2014, 04:24:37 AM »
try something like

copy AUX:115200/8N1 CON:0/0/300/300

You can change the baud rate and control specifications as you like.
Same with the CON: window dimensions.

There are more things that can be added to the CON: spec, but I can't find the details right now. I know that Title and "AUTO" are also options, but I'm not sure of the order (or even if the order matters)

Have Fun!