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.
Required fields*
- 1Well, it would help if you could tell about your configuration - not at least about what 'device' that is you want to receive data from. Also, why you can't check the switches you already know about?Raffzahn– Raffzahn2018-08-24 22:22:10 +00:00Commented Aug 24, 2018 at 22:22
- 1Assuming you had the correct serial settings, what does the device do with received characters? Does it echo them? Are there any "safe" characters (e.g. space, linefeed) that could be input without modifying the internal state of the device?DrSheldon– DrSheldon2018-08-25 00:49:38 +00:00Commented Aug 25, 2018 at 0:49
- 3Do you have access to either an oscilloscope or a logic analyzer?snips-n-snails– snips-n-snails2018-08-25 03:10:20 +00:00Commented Aug 25, 2018 at 3:10
- Also, what do you know about the software / protocol on the device? The "white squares" are an encouraging sign that there is at least something using the port. Do you know for certain that it uses a text-based (not binary) protocol? Is it a remote terminal or login session?DrSheldon– DrSheldon2018-08-25 03:29:56 +00:00Commented Aug 25, 2018 at 3:29
- This is a specific response for your hardware, so wouldn't make a good answer. According to the Liebert RAC2-8-EK manual the device can run at 1200, 2400, 4800 or 9600 baud (schematic, last page). You can only change baud rate with the power off, as the switches are behind the panel. The ports are at RS-232 level ("EIA-232 ports"). The serial port mirrors the front panel access, and so may be a simple ASCII menu. As there's no mention of word size or parity, it's likely 8N1. So you've got four options to try from the start.scruss– scruss2018-08-26 17:47:41 +00:00Commented Aug 26, 2018 at 17:47
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