You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 3I would bridge pins to simulate hardware flow control as well, just in case you haven't switched it off! See ni.com/tutorial/3450/en for the DB9 and DB25 pin connections. Also, can you transmit from the raspberry pi to the terminal? You didn't mention trying that in your post. It all else fails, even a cheap multimeter should "flick" the pointer if you are actually transmitting data. A breakout box is a better diagnostic tool - you can get "cheap and cheerful" ones ($25) from Amazon, Ebay, etc.alephzero– alephzero2018-09-06 00:29:44 +00:00Commented Sep 6, 2018 at 0:29
- good thoughts - I will wire the hardware control loopback and see what I get. This is when you kick yourself for ever throwing anything out as I used to have a breakout box and all that gear.user6580– user65802018-09-06 01:57:24 +00:00Commented Sep 6, 2018 at 1:57
- I was going to suggest voltage levels on the USB-RS232 converter, but if even a loopback doesn't work then that's not it. You need one of these I probably have one around here somewhere...used to use them quite a bit a "few" years ago.manassehkatz-Moving 2 Codidact– manassehkatz-Moving 2 Codidact2018-09-06 03:31:03 +00:00Commented Sep 6, 2018 at 3:31
- Another basic test is to measure voltages and see how well they are in the RS232 range. Some USB dongles are very close to the 3V "undefined" level, which can cause trouble with vintage equipment.dirkt– dirkt2018-09-06 05:42:10 +00:00Commented Sep 6, 2018 at 5:42
- 1@dirkt USB is out of the equation for now - trying to get characters echoed back to the terminal via a simple loopback. If I get past that hurdle will try USB to a pi again.user6580– user65802018-09-06 05:55:46 +00:00Commented Sep 6, 2018 at 5:55
| Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you