Hyper Terminal Xp

1 view
Skip to first unread message

Margorie Gomoran

unread,
Aug 3, 2024, 5:22:55 PM8/3/24
to thebwealthcenka

have configured it properly otherwise adding in wsl.exe to the path linking it. I am now trying to add in plugins to my Hyper, but I keep on getting this error whenever I type in a Hyper command. I have tried reinstalling hyper a few times every time doing nothing.

Disabling Chromium GPU blacklistrunning in prod modeelectron will open file://C:\Users\joeyg\AppData\Local\hyper\app-3.0.2\resources\app.asar\index.htmlError while loading dev tools extensions Error: Cannot create process, error code: 267

This allows it to work. However, it isn't going to work because of the path issue. None of the plugins work at though :(. It is super sad how they don't work. Additionally, it seems to be abandoned when it comes to command, and simply says it isn't supported. I really hate it when you open a new tab and it isn't on the same path.

I have a big problem with the driver XANXDC for Xantrex xdc 30-200 alim since few days, I can't connect my alimentation with my program, I choose a VI gave with the driver (getStarted), but there is an error, I would test the RS 232 connection to be sure that all it's ok, with an hyper terminal, but I don't know how to perform, I have never do this before...

Start>Programs>Accessories>Communications will start Hyperterminal. After clicking through the modem/phone line questions, you are prompted for a name. Enter whatever you want. You will then be prompted for the com settings. Make absolutely sure that what you enter matches the instrument settings. The instrument settings will be documented in it's manual.

You connected and you can start typing commands. Try a command that you know the instrument should return something. AS I HAVE ALREADY MENTIONED, if you get nothing, then you need to check the com settings and cable. Verifying that the instrument has it's com port enabled is also a good idea. I also recomended that you use an ohmeter to check the cable. Have you even done that simple task? The manual should explain what type of serial cable to use. If it does not, then contact the vendor to get this vital piece of information. Nothing will work if you are using the incorrect cable type.

thanks for your reply, I am using same hardware, but I disconnect the hyper terminal when I use LabView. the setting are i think set correctly. What I did to troubleshot the LabView is connect it to another computer and use hyper terminal to communicate. Is it possible to use labView on one computer and hyper terminal on another and have both talk to each other? If this would work then i could use the labView to talk to our boards. I'm using the function command to try to read our boards.

I'm confused about these function keys. Are you possibly using a special terminal emulation such as VT100? The function keys aren't mapped to anything unless you are doing something like this or your device is doing something special to interpret these. If you want to do a special terminal emulation such as VT100, then you are going to have some major work. If all you need is to send something when a function key is pressed, you are going to have to write your LabVIEW code to capture these key presses and send the correct information.

Would like suggestion on amount of memory for allocation to this virtual server. How much to use and should it be set to dynamic or static? Best practices in general? If possible, should I limit how much memory the host server can access to allow more to be available for the guest virtual systems?

The terminal server is on the guest (HyperV) not the host and the RDP clients will be running 1 program only and it does require 4GB. I am using Microsoft Hyper-V from Server 2019. I may need to add RAM.

My question then is how do I setup each RDP client to use 4GB when they connect? Do I setup just the 4GB on the Hyper-V settings page (shown below), or do I setup the full amount (as much as I can anyway) the server?

As already mentioned above, if your server is running just a single virtual machine, most of the resources should go to that virtual machine. You can change that anytime later. That said, you can assign up to 30GB of RAM to the virtual machine. Avoid using dynamic RAM settings in this case.

A hyper terminal is a terminal where we can write commands to interact with our computer system. Using command lines, we can interact with the computer without the use of GUI (Graphical user interface). Here the question arises of why we have to interact with computers. The answer is, to get our tasks done, we have to interact with computers, and we can write our commands in the terminal, and the computer works according to the commands given to it. The latest version of Hyper terminal (as on December 2022) is Hyper 3 and performance is the primary focus of its latest version.

I want to use my Arduino USB NG board to send information to PC via serial connection (on virtual COM3). When my program starts I set up initial parameter by sending their values to Arduino in dialog mode, then I receive and log incoming data. I test my code with Serial Monitor in Arduino 0007 Alpha IDE and everything is OK - I send and receive information to/from Arduino.

When I try to do this with Windows Hyper Terminal I can't send information to Arduino. The information is sending to Arduino only when I disconnect and connect again. With data that I receive I don't have problems.

HyperTerminal might be doing some sort of strange buffering, I'm not sure. There's nothing magic about the Arduino serial monitor (it doesn't send any special codes to the board or anything). Is there something particular you need to use HyperTerminal for?

Thanks for information.
Years ago (DOS, Win3.11, Win9x?) I worked with different terminal apps, now (WinXP) I have only HyperTerminal. But I'll try other terminal applications and OS (Winz and Linux) and will see the results.

As @vitor said, Hyper is not scriptable (there's no applescript dictionary to make it works reliably without keystrokes). However, as a workaround, Hyper is able to open folder and file and it would set it's path to that folder. So, here is what I would do to make it reliable and fast:

@christian_alares, I just thought I should give a more complete script in case you want a script that work with Alfred prefix command to run a terminal command also. I mean, if you want to do something else than using the Open Terminal Here command. Here is a script that would work for both way of actioning the command:

I mention that this is not an optimal way, but I mean that mainly for the second method (when sending a command to Hyper). This is still speedy for the "Open Terminal Here" command and is the same as my first script above

I wanted to test to find a way so the script wait that the application is ready instead of a definite time before sending the keystrokes. With this version it should be faster and less error prone. Best!

This seems like an old thread, but none of the solutions above seem to be working. When i try @GuiB's solution, the Hyper app does open but it doesn't execute the command i type after ">" in Alfred. Same for the hyperalfred plugin. Any idea how i can fix this?

when the query contains certain characters like tildes, or backticks, keystroking them one after the other results in wrong input. Simply trying to cd into your iCloud drive already fails, because of the tildes in the folder path.

There are lots of really great free terminal programs out there. TeraTerm is my favourite (the 4.xx open source one) but there are many others also. I'd rather gnaw my own arm off than be forced to use hyperTerminal.

For web coding tutorials, it'd be great to show your coding and output side-by-side.
Typically, you would do that by simply arranging two windows: An editor and a browser.
But that's annoying because every time you make a tutorial, you have to align the windows side-by-side.

It was 3 years ago, a quite old issue.
I understand the risk of loading web pages in Electron apps.
However, webview of the recent Electron prohibits NodeJS integration by default. So, I think it's safe to embed in Hyper, especially when you understand what you do.

for who ever fail to compile try to disable typescript check
with put
// @ts-nocheck at the top level
to all over error file that printed when run dev, because it used old version and we just want the feature so i think is fair. Then after notice run dev got no error u safe to go with run app. Hopes help y'all have a nice day!

Hi Takuya, I came across your post and did as your guide but I had trouble with the node version which crashed the build step. Could you tell me the exactly version of nodejs for your hyper fork. Thanks

This seems to be an upstream issue: The hyper terminal is based on Electron, and hyper-opacity uses the Electron function BrowserWindow.setOpacity(). This function, according to the Electron docs, "does nothing" on Linux. According to this issue thread, this seems to be because Chrome / Chromium (which in turn is the basis for Electron) doesn't support changing the opacity on Linux.

I tend not to use the the basic visa read on it own as you have done. I always use it alongside "Bytes at port" inside a loop and the whole thing in another loop to look for a matching termination character.

This doesn't look the right kind of error for this, but be sure and disconnect the communication with HyperTerminal before trying to open the port in LabVIEW. If you run both at the same time LabVIEW will not be able to get a lock on the port because another application is using it.

Since you are using XON/XOFF flow control, perhaps the control character is not being set to the correct character. Check the documentation on your device for what the XON/XOFF characters are. You can change this setting by using a property node. It is in Serial settings -> XON flow control character, and Serial settings -> XOFF flow control character. Additionally you can manually set the flow control state to force it to something on your end, but since the read is failing, this probably wont help you.

c80f0f1006
Reply all
Reply to author
Forward
0 new messages