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.
- 2These rs232 breakout boxes are still available on Amazon, eBay and other retail outlets...Brian Tompsett - 汤莱恩– Brian Tompsett - 汤莱恩2024-08-17 15:56:32 +00:00Commented Aug 17, 2024 at 15:56
- 3There is no need to use such debugging device or guess. The Philips P2000C manual is available for pinout, as well as photos for determining connector type. The problem is not in the USB/RS232 adapter.Justme– Justme2024-08-17 16:07:46 +00:00Commented Aug 17, 2024 at 16:07
- 3@Justme: The breakout box used to be a great tool to change the gender (DTE vs DCE) of a connector with full control of what was happening. You are right on one point: when the connection has been understood and works, it becomes useless... at least if you are able to build the custom adapter.Serge Ballesta– Serge Ballesta2024-08-17 22:05:33 +00:00Commented Aug 17, 2024 at 22:05
- 3@Justme, Sometimes the official documentation is not enough. Sometimes the docs can be incomplete or ambiguous. Let's suppose that the doc labels a pin "TX." Does that mean it's the pin that the device will drive to transmit information to the host? Or, does it mean that it's the pin that the host will drive to transmit information to the device? I've seen both in the docs for real, commercial devices. "RTFM" is good advice in general, but "RTFM and keep your eyes open" is better advice when dealing with async serial ports.Solomon Slow– Solomon Slow2024-08-19 12:21:28 +00:00Commented Aug 19, 2024 at 12:21
Add a comment |
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