Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
6/7/2015 9:29:58 AM EDT
What is a good terminal program to use on Linux? I've used different things on Windows, most recently just Putty to connect out. I tried Minicon on linux but it didn't seem to work past a certain point. I could see the power up status message and then it hung. What other options are there?

ETA: nm....I installed Putty and it picked right up where I was having trouble. Problem solved.
6/7/2015 9:49:07 AM EDT
[#1]
I made a video once showing how do use minicom and a pk232

6/7/2015 11:25:02 AM EDT
[#2]
I can get it to come up with the Ctrl-A line, but it won't respond to anything after that. If I go in and check the settings for the comport they all are correct and match what works in putty. It's actually kind of strange. The only thing I can think of is that it's going through a USB serial adapter, but so far that hasn't affected anything else I've tried to do.
6/7/2015 11:27:21 AM EDT
[#3]
You are on linux? Are you part of the dailout group?
6/7/2015 11:38:12 AM EDT
[#4]
RPI/Raspian and yes part of the dialout group.
6/7/2015 1:18:34 PM EDT
[#5]
Try gtkterm

It is a gtk GUI for a serial terminal. It is a little easier to make sure all the settings are right.

ETA: What TNC are you trying to connect to?
6/7/2015 1:48:44 PM EDT
[#6]
I'm connecting a PI B+ to a TH-D7 through a USB serial adapter. It works great for Xastir and seems to be OK with Putty. I've kind of moved away from minicom now that I can access it through a terminal. Working (again) on trying to get linBPQ to work through the D7. For some reason I can't access the Mail or Chat apps, even though they claim to be running and I can config them through the HTML link. Also can't get MHEARD to work on the VHF link but I think I have an idea why.

If I could make this work I'd tie a few recent threads and an ancient (Feb) thread of mine together for fun.
6/7/2015 3:04:18 PM EDT
[#7]
Looks like you have a workaround, but FYI:

In minicom you'll need to disable hardware flow control, that's usually what stops it from working.
It's under configure ("O"), serial port setup, items "F" (hardware flow control) and "G" (software flow
control) set both to "No."

Also when stuff doesn't work, try running again as root, and if it does, it's usually a permission issue
(i.e. usually you're not a member of the dialout, uucp, or some other serial port related group.)
6/7/2015 5:32:58 PM EDT
[#8]
Thanks Seek, that could easily be the problem as the D7 wants to use XON/XOFF.


I've moved on to the issue of having a fully functional PBBS that can't access it's KISS TNC. As with all things BPQ related, you're pretty much at the mercy of John and waiting his response. He really has written a great system and even has updates for RPIs and TNC-Pis. It's too bad the configuration is nothing short of a complete cluster fuck.
6/7/2015 6:21:19 PM EDT
[#9]
I connect to a serial device over usb with a command like this:



screen /dev/ttyUSB0 115200,ixon,cs8,-parenb,-cstopb




You can screenshot, run a log file, and detach/reconnect to the session.