[go: up one dir, main page]

Activity for RealTerm: Serial/TCP Terminal

  • Anonymous posted a comment on discussion Help and Discussion

    I have a serial data stream where a string is terminated by 'carriage return' only, I would like this to be overwritten on the display by subsequent strings until a 'line feed' is received. It appears that by default RealTerm adds a 'line feed' character after receiving a 'carriage return' and I cannot find a way to suppress this behaviour. I know that other terminal programs can do this (e.g. TeraTerm or MobaXterm) but i'm used to RealTerm and would prefer to keep using it. Thanks Jim

  • Anonymous posted a comment on discussion Help and Discussion

    A framing error means that there was an edge where there should not be. It likely means that the data is longer than the uart expects. e.g. UART is set to 7 bits, 2 stop bits. Data is 8 bits long. A framing error occurs when the last data bit is a 0, when the uart expects a stop bit (1) Wrong baud rate could also be a cause, as could wrong data polarity.

  • Anonymous posted a comment on discussion Help and Discussion

    How to resolve UART receiver framing error? thanks

  • Anonymous posted a comment on discussion Help and Discussion

    Locksmith Course – Command line sendfile as a HEX format is just one of the many tech-forward skills covered in this training. This hands-on course blends traditional locksmith techniques with modern digital tools, perfect for those looking to advance in today’s evolving security industry. From decoding locks to handling advanced access systems, gain practical experience and valuable certifications that boost your career opportunities in both residential and commercial locksmithing sectors.

  • freider mattos freider mattos modified a comment on a blog post

  • freider mattos freider mattos posted a comment on a blog post

    no sirve para ni monda, te amo

  • Anonymous posted a comment on discussion Help and Discussion

    The issue occurs because RealTerm relies on registry keys to populate the list of available serial ports. If a serial port isn't properly registered, RealTerm might fail to detect it. Most likely, it is unable to find the registry entry HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM or lacks the necessary access permissions. This method of listing serial ports is not ideal, and modern software uses the SetupDiGetDeviceRegistryProperty function instead of directly accessing HARDWARE\DEVICEMAP\SERIALCOMM....

  • Anonymous posted a comment on discussion Help and Discussion

    does realterm convert the file contents to ASCII when I send it using sendfile ?

  • efa efa posted a comment on ticket #64

    it's a pity to stop devel a such good terminal, but 6 years are much for security/patches

  • efa efa created ticket #64

    Is the software still developed?

  • Anonymous posted a comment on discussion Help and Discussion

    The whole serial system has a bunch of buffering and of course is running on a time-sliced operating system. What you will get is the time the OS returns when Realterm goes to write the timestamp to file. This may bear some relationship with when the characters arrived at the connector pins. how many milliseconds from the previous byte The correct tool to do this is an oscilloscope or a logic analyser. i.e. a hardware device, not a computer.

  • Anonymous posted a comment on discussion Help and Discussion

    Turn timestamp on id Display panel. Right click the TimeStamp label and enter hh:nn:ss.zzz

  • Anonymous posted a comment on discussion Help and Discussion

    You need to work out if it is ASCII text, or two byte binary values. It probably is ASCII text, so just send those characters. It is irrelevant that they happen to represent hex values. If it was binary, you would also need to know if the numbers were big or small endian. Seems unlikely to be binary.

  • Anonymous posted a comment on discussion Help and Discussion

    Hello, I have a display aircraft unit. There is a RS232 port to send a command. i would like to use the Realterm to send the commands to this unit. Following the manual, i have to send a command as: "316 0 0 FFFF" to reset the unit. i can send the command as characters text, but it seems this command is kind of hexadecimal number. Any suggestions, please. Thank you

  • Anonymous posted a comment on discussion Help and Discussion

    I used RealTerm's command line parameters within a batch (.bat) file routine to do something similar. The code below logs a 10 second hex capture to capture.txt file, immediately deletes the capture.txt file and loops the process. (note: I'm not sure if the 'capture' option does an overwrite anyway, so there may be no need to delete the file. (See more command line parameters at https://tinyurl.com/msmskxp4)) @echo off setlocal :START realterm.exe baud=110 port=6 capfile=f:\capture.txt capsecs=10...

  • Anonymous posted a comment on discussion Help and Discussion

    Thank you. Helped me too.

  • Anonymous posted a comment on discussion Help and Discussion

    ERROR_3 IS WHAT?

  • Anonymous posted a comment on discussion Help and Discussion

    i have same problem, did you solve it?

  • Anonymous posted a comment on discussion Help and Discussion

    I just tried to install RealTerm from the I2CChip.com and it was blocked by MS Defender. I have attached a screen shot.

  • Anonymous posted a comment on discussion Help and Discussion

    Did you mean SerialTool??

  • Anonymous posted a comment on discussion Help and Discussion

    Hi all, I just wanted to introduce a new software that serves as a great alternative to the outdated RealTerm. It's called SerialPort, and it offers more features and is up-to-date. This multiplatform software runs on Windows, macOS, and Linux, and a free version is available. It fully supports Python scripting, allowing you to create your own scripts using the SerialTool GUI (https://www.serialtool.com/_en/serial-port-python.php). Additionally, it offers a SerialPort sniffing kernel driver, which...

  • Anonymous posted a comment on discussion Help and Discussion

    I think you need to rewrite this, as I simply have no idea what question you are asking or what you want to do

  • Oscar Gonzalez Oscar Gonzalez posted a comment on discussion Help and Discussion

    Hello everyone, For my project I use a True Random Number Generator Hardware (TRNG), but I need to control the maximum value of the numbers that I read to 100(integer), and I need to read them in blocks of 10, for example: A first block would be: 20 80 50 15 12 09 18 35 32 96 The second would be: 33 02 87 09 05 10 19 28 41 63 like this until reaching the 250K block. Does anyone know how to do this? So far, using Realterm, I am able to read numbers from 0 to 255 (8bits) by capturing them continuously,...

  • Anonymous posted a comment on discussion Help and Discussion

    Legend, Thanks Man!

  • Stefano Stefano posted a comment on discussion Help and Discussion

    hi there is a sample page with grid to project a PDF hand free ?

  • Anonymous posted a comment on discussion Help and Discussion

    Currently no way to make a donation

  • Yazan zayn Yazan zayn posted a comment on ticket #63

    Hi Peter, Thank you for your detailed information! I have a CH341A and a CH341T USB converter, and I want to send and receive I2C messages using Realterm. I have successfully set up a COM port, and when I set the adapter to UART, the LED blinks when I press a button in Realterm. However, it doesn't work when I set the adapter to I2C&SPI. Could you let me know if it's possible to transmit I2C messages with these adapters using Realterm? If so, could you please explain how I can do that? Attached are...

  • Anonymous posted a comment on discussion Help and Discussion

    Same question +1.

  • Anonymous posted a comment on discussion Help and Discussion

    Our company would like to use the Realterm software for product testing. What is the licensing terms it uses? 2clause or 3clause? thnaks.

  • Anonymous posted a comment on discussion Help and Discussion

    How can I make the terminal respond with the start command when it receives the query? Probably difficult to do in RT What I would try first is just sending the printer reply to the panel regularly. If you are lucky, the panel will just send the data when if it has the reply in its buffer, and not worry too much about the exact timing. Realterm can easily send stuff in a loop and capture the data sent back.

  • Anonymous posted a comment on discussion Help and Discussion

    DumpFile does exactly what it says: dumps the file. If you put "0x34" in the file, that is what it will dump. If you want to send binary chars, use a binary/hex editor to make the file. See link above. If you are only sending small char groups, the instead of using the file dump, you could make a command file using one of the sendxxxx commands

  • Anonymous posted a comment on discussion Help and Discussion

    Is there a way to echo the bytes sent from the Dump file to Port functionality? Not directly. Instead of using the file dump, you could make a command file using one of the sendxxxx commands

  • Christopher Paul Christopher Paul posted a comment on discussion Help and Discussion

    I have the same question. On the SEND tab, I can get the Send Numbers option to display the characters, but not the Send File option. Also, when I copy the the text from my SEND Numbers window, - 0x6B 0x35 0x44 0x35 0x03 - to a Notepad-generated .txt file and send that file, the result is different from that of the same text in the Send Numbers window. What am I doing wrong?

  • Patrick Lane Patrick Lane posted a comment on discussion Help and Discussion

    YES! Exactly that! So, I knew that and I guess I needed to hear someone else say it to come up with the idea that worked. I hooked my laptop up to the receive and common only and hooked the printer up to all three wires. The printer provided the start command and it printed at the printer and onto my laptop in the terminal. I was trying to get the SPY feature to work and I could not get it going. Does anyone have any experience with that? I would also like to figure out a way to not have the printer...

  • Anonymous posted a comment on discussion Help and Discussion

    I think (from that printer manual) the enq is asking the printer for a status report. You are not sending a status report back, so the device thinks that there is no printer connected, and won't bother sending data. I would think that you need to connect the printer. Connect your laptop serial port/s across the printers TXD, and see what it is sending back in response to the ENQ The problem here is that if the panel sends the ENQ, and then immediately expects the printers reply, you will need a special...

  • Anonymous posted a comment on discussion Help and Discussion

    OK, Thank you for those suggestions. That is similar or exactly the same as what I was finding online, I am trying to send those commands. To be a little more clear, I have disconnected the printer and hooked my laptop up instead. So the Panel is sending info to my com port thinking it is sending to a printer. I am trying to data capture what the panel is sending, but its not sending anything other than what the photo shows. 90% of the time when I do this with other panels, I don't have to send anything,...

  • Anonymous posted a comment on discussion Help and Discussion

    The port tab controls flow settings. If there are no hardware flow control lines, then flow control must be something like xon/xoff sending an xon from the printer would usually start character flow. Thisprinter page suggests enq/stx is being used for status requests while xon/xoff is used for flow control. RT does allow you to change the actual chars used for xon/xoff

  • Anonymous posted a comment on discussion Help and Discussion

    ENQ is ASCII code 0x05 (5) and STX is ASCII code 0x02 (2). ENQ is short for Enquiry and STD is shorts for Start of Test My guess is the printer sends and ENQ when ever it is ready to receive data. And assume that the data starts with an STX. However, I don't know how the printer tells the computer to stop sending when the printers buffer is full. Normal convention for serial printers is to use CTRL/S (DC3, XOFF) to stop the data send and CTRL/Q (DC1, XON) to resume it. Many serial printers use the...

  • Patrick Lane Patrick Lane posted a comment on discussion Help and Discussion

    I am not sure why it says Anonymous, I think I was logged in when I created this thread.

  • Anonymous posted a comment on discussion Help and Discussion

    Hi! I am not new to the serial comm world, but I don't know a lot. I use it in a very specific way and that is about it. I hook up to equipment that has a serial printer output, data capture, then import it into excel to create a report. 90% of the equipment I hook up to run 9600, 8 bits, no parity, 1 stop bit, and no flow control. The last few days have been demoralizing. There is some sort of supervision on this panel and it will not dump text to my com port until I have sent it some sort of start...

  • rob4226 rob4226 created ticket #65

    Dark Mode

  • Dangerous Dangerous modified a comment on ticket #111

    Hi, I had this issue when I needed to re-install RealTerm. I use windows 10 and defender was blocking the install and deleting the setup.exe file. I had to disable virus protection by turning real time protection off after which it installed fine. To be safe I disconnetred the LAN before diabling defender, installed the program, then after a re-start the Windows defender re started but there were no issues with running the program. Hope this helps.

  • Dangerous Dangerous posted a comment on ticket #111

    Hi, I had this issue when I needed to re-install RealTerm. I use windows 10 and defender was blocking the install and deleting the setup.exe file. I had to disable virus protection by turning real time protection off after which it installed fine. Tio be safe I disconnetred the LAN before diabling defender, installed the program, then after a re-start the Windows defender re started but there were no issues with running the program. Hope this helps.

  • Rajeev Arora Rajeev Arora posted a comment on ticket #111

    Another instance of Windows Defender reporting a virus/threat.

  • Rajeev Arora Rajeev Arora created ticket #111

    Microsoft Defender reports PUA:Win32/Vigua.A virus present with RealTerm 3.0.1.44

  • Alan Bain Alan Bain created ticket #110

    Screen display has overlapping items on laptop

  • Anonymous posted a comment on discussion Help and Discussion

    to the best of my knowledge real-term support has to be considered almost dead. there are more up to dated free software like SerialTool whoch are picking up very well and it is also multi-platform mostly for MAC lovers.

  • Anonymous posted a comment on discussion Help and Discussion

    Realterm-> capture Octave: filename = "capture.txt"; fid = fopen(filename, "r"); csv = textscan(fid, "%f %f %f %f", -1, "Delimiter", ";"); fclose(fid); It's quite flexible, but requires perfect output data such, that they must be parseable perfectly.

  • Peter Peter posted a comment on ticket #63

    Hi Yazan, I would like to share my experience with you. I there are several different USB to RS485 converters, many of them are based on the CH341 chip. Mine is transparent blue and has a 5 screw connector: 5V GND GND B A I installed a windows driver for this CH341 based converter. The driver sets up an old fashioned COM port, (eg COM5) So, I believe the windows driver for the CH341 chip needs to be installed first. Then do a port scan within Realterm. Don't forget to click the change button I Was...

  • Yazan zayn Yazan zayn created ticket #63

    CH341a cannot be found in the port list.

  • Mike Katz Mike Katz posted a comment on discussion Help and Discussion

    Is there a way to echo the bytes sent from the Dump file to Port functionality? I use this frequently to test communication protocols and being able to see both sides of the conversation would be nice.

  • Mike Katz Mike Katz posted a comment on ticket #109

    Tested on 3.0.1.45Beta2 with the following results: display=0 colors=YWRPMB Actual Screen Colors Keyboard Red Port Yellow Send Fuchsia SpyTx not tested SpyRx not tested Background Blue display=0 colors=KWKKKB Actual Screen Colors Keyboard Red Port Yellow Send Fuchsia SpyTx not tested SpyRx not tested Background Blue display=1 colors=YWRPMB Actual Screen Colors Keyboard White Port White Send White SpyTx not tested SpyRx not tested Background Blue display=1 colors=KWKKKB Actual Screen Colors Keyboard...

  • Mike Katz Mike Katz posted a comment on ticket #108

    This also doesn't work when using an inifile that was saved from the misc menu.

  • Mike Katz Mike Katz posted a comment on ticket #109

    In the default all chars display mode.

  • Mike Katz Mike Katz created ticket #109

    Command line colors does not work for port

  • Mike Katz Mike Katz created ticket #108

    display=5 on command line causes crash

  • Chris Chris created ticket #107

    Dump File to Port Delay function uses LF not CR as stated

  • Anonymous posted a comment on discussion Help and Discussion

    Is there a limit as to how many bytes (hex numbers) to transmit?

  • Anonymous posted a comment on discussion Help and Discussion

    Hi, does Simon still provide the Spy driver function? I try to email to crun@users.sourceforge.net but it is bounced back.

  • Ramon C Ramon C posted a comment on discussion Help and Discussion

    ok, thanks Do you know what command line is user to activate the checkbox called Display that is in Capture tab. I haven't found anything about it in Realterm manual.

  • Ramon C Ramon C modified a comment on discussion Help and Discussion

    In Realterm version 3.0.1.44 in the Capture tab there is a checkbox called Display. What command line parameter it is necessary to add to activate this checkbox? I think this is a very important setting because at glance it's interesting to know if data are being or not. Thanks in advance.

  • Ramon C Ramon C posted a comment on discussion Help and Discussion

    In Realterm version 3.0.1.44 in the Capture tab there is a checkbox called Display. What command line parameter it is necessary to add to activate this checkbox? Thanks in advance.

  • Anonymous posted a comment on discussion Help and Discussion

    Will the Delphi Community Edition solve the cost of updating Delphi. As for the cost of the certificate I have no idea how much that costs. As I run across realterm issues i will post bug reports.

  • Marco Marco created ticket #106

    Missing source files

  • Anonymous posted a comment on discussion Help and Discussion

    INI files - which are just files cof the parameters https://realterm.sourceforge.io/#Command_Line_Parameters

  • Ramon C Ramon C posted a comment on discussion Help and Discussion

    Ok, thanks. Do you mean to create a .bat file with commands, for example? In this .bat file do you know if is it possible to add more than 255 characters as command lines?

  • Anonymous posted a comment on discussion Help and Discussion

    https://sourceforge.net/p/realterm/discussion/228939/thread/426109330a/ Is it possible that Realterm program has a limitation on the length of command line parameters that it can accept, which overrides the system-wide limit set by the "CommandPromptMaxLength" registry key? It is possible - don't know. You can put commands into a command file, which is what you should do for long and complex commandlines

  • Anonymous posted a comment on discussion Help and Discussion

    Source files should be in the installer. File a bug ticket for missing files.

  • Anonymous posted a comment on discussion Help and Discussion

    Development releases are on realterm.i2cchip.com However, this version as many bugs and issues (especially with the scroll back buffer). Not many bug tickets though ... The general lack of discussion and bug reports, means not much reason to make a new version. So make bug reports. If a bug is a regression, try to pin down which version it appears in. (It is also a factor that donations don't meet the cost of the code signing certificate and an update to Delphi anymore. I no longer do this kind of...

  • Mike Katz Mike Katz posted a comment on discussion Help and Discussion

    I am a long term realterm user. I am currently using version 3.0.1.44. However, this version as many bugs and issues (especially with the scroll back buffer). There seems to be development and bug fixes going on here but the latest download is for version 2.0.0.70 dated 2014. Has anyone made an updates to realterm available? I have tried other terminal programs but none come close to realterm since Telix for DOS in the '90s. Thank you

  • Anonymous posted a comment on discussion Help and Discussion

    Is it possible to enable this Dsilpay checkbox with a command line parameter?

  • Ramon C Ramon C posted a comment on discussion Help and Discussion

    I have two questions: 1) It is possible to set a checkbox called Display that is in Capture tab to check data as they are logging in the window of Realterm. I don't know if it possible to set this checkbox on by a command line parameter in the properties of a Realterm direct access in command line. 2) In all case, I have 255 parameters in a direct access command line and I have not more free space. I have modify the registry in HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor and created a...

  • Anonymous posted a comment on discussion Help and Discussion

    Hi, I would like to compile the source code with some minor changes. I have downloaded the source code but it seems that some source files are missing (e.g. ConsoleConnector.pas). Where can I find the missing resources? thanks

  • Anonymous posted a comment on discussion Help and Discussion

    Excellent, thank you

  • Anonymous posted a comment on discussion Help and Discussion

    (for a 64-bit windows machine)

  • Anonymous posted a comment on discussion Help and Discussion

    Hey there, first of all, RealTerm is a great tool, it's amazing to use it! Thank you for doing this work! I would love to use it with the Spy-feature with it and to get the drivers. I understand the development has costs and work associated with this, so I send the donation for people on their own and tried to send this e-mail asking for drivers. From trying to sent to the address crun@users.sourceforge.net I get a message the e-mail is undeliverable. Can anyone tell me how to get the drivers or...

  • Anonymous posted a comment on discussion Help and Discussion

    I too occasionally have the same error and have installed version 44

  • Anonymous posted a comment on discussion Help and Discussion

    Can anyone help me by sharing the manual for real term program were i can reterive the data and work in manual on Matlab /octave and see the output

  • Anonymous posted a comment on discussion Help and Discussion

    Hello dear friends. I send packects from a MCU to Realterm and this packet includes differenet uint8_t HEX values. Each time the terminal responses back with a "Realterm" string. Can you tell me please how can I avoid this behavior? Sincerely, Genadi.

  • Anonymous posted a comment on discussion Help and Discussion

    I have an error that just recently started popping up. "The semaphore timeout period has expired" and I can scan the ports and select one but it never opens. Any ideas on how to fix this?

  • Anonymous posted a comment on discussion Help and Discussion

    At a guess V2 is sending Backspace (0x08), while V3 is sending DEL(0x7F)

  • Anonymous posted a comment on discussion Help and Discussion

    BTW, you have too much RC on the serial line for this baud rate (left hand picture) Don't expect it to work reliably. When sending single high bits, each bit should look like the right picture i.e. coming up to a flat top, not the left one i.e. still rising.

  • Anonymous posted a comment on discussion Help and Discussion

    They are different chars. I would suggest using RT in loopback to see what the character being sent is. i.e. join RX to TX . (You can also use two instances and loopback via TCP/IP)

  • Anonymous posted a comment on discussion Help and Discussion

    First: i like this Terminal Program !! Great Tool So i try to connect via serial -COM-Port to a KIM-1 Computer. This work´s via Adapter I/O and TTY. It works fine with Baud-rate lower then 2400. At 4800 Baud sometime works, somtime not. That is not a problem with RealTerm, but the KIM. I figured out, that RealTerm in Version 2 makes an different Signal - Peek for RUB-Out to Version 3. The RUB-Out is initialized with Key 'DEL, first communication handle with the KIM-1, to measure the Baud-rate. The...

  • Anonymous posted a comment on discussion Help and Discussion

    Thank you!

  • Anonymous posted a comment on discussion Help and Discussion

    I’m interested in using the RealTerm software for our project where we must send 32 bits of 1s and 0s serially, followed by 1.54 mS of delay (represented by 0s), all at a baud rate of 225 kb/s. This signal is then repeated indefinitely. Is the RealTerm software capable of this application? My initial concern after reading the manual was that the Send function can only send bits of the value 255 (integer? i.e 11111111 in binary) at a time, but maybe I misunderstood.

  • Anonymous posted a comment on discussion Help and Discussion

    how can i solve this

  • Anonymous posted a comment on discussion Help and Discussion

    Hi, I send many commands to configure HC05 BLE device. I love that each new added command I send is saved and can then be resent by pulling down the list. Is it possible to save all the commands I have entered so that they are available for a session later on? Or can I import or use INI file to load commands to send? The docs are not clear...only one mention of saving commands by using the MISC tab but there is nothing there for the purpose. Any ideas? Thanks, Bob!

  • Anonymous posted a comment on discussion Help and Discussion

    Im using RealTerm at 2,000,000 Baud and logging continuously and saving a file every 15mins Realterm periodically crashes seemingly at random and i have to check via a remote desktop app every hour to not lose data Does this happen to anyone else? is it the high baud rate? Im even wondering whether its to do with logging into the remote desktop app (teamviewer/anydesk) or other apps in the background It seems to hapoen less with realterm minimized but no firm data to support this

  • Simon Bridger Simon Bridger posted a comment on discussion Help and Discussion

    On the Send tab

  • Anonymous posted a comment on discussion Help and Discussion

    Where is the crc function in the UI?

  • Simon Bridger Simon Bridger posted a comment on discussion Help and Discussion

    Probably your are misunderstanding S2, S2. They don't send strings, they just load the editboxes https://realterm.sourceforge.io/#Command_Line_Parameters I can't use Win10 at present, but possibly permissions need to be changed, or perhaps the ongoing security changes have broken interwindow comms. You don't seem to be needing to do it anyway, in the example batch file.

  • Anonymous posted a comment on discussion Help and Discussion

    @crun please provide your feedback on this. It will be a great help , if you can provide feedback as soon as possible .

  • Anonymous posted a comment on discussion Help and Discussion

    version used : Realterm_3.0.1.44 OS : windows 10

  • Andy Sapuntzakis Andy Sapuntzakis posted a comment on ticket #40

    on the receive side, realterm currently choose between raw (hex) data or interpreted as ASCII. COBS would add another option, where the hex stream would be shown as 0-delimited packets, 1 per line on the transmit side, there could be COBS-encoding of individual packets specified in the Send tab, as well as from a file where each packet is delimited by a CR/LF newline

  • Andy Sapuntzakis Andy Sapuntzakis posted a comment on ticket #40

    The wikipedia page above provides encoder and decoder example C code.

  • Anonymous posted a comment on discussion Help and Discussion

    hello all, For automation purpose i am trying to set a voltage on power supply(peaktech 1565 model). When i used the below script, i am getting the error as Sending Message to first instance Failed: ErrorCode=6 Error: The handle is invalid Error 5 is an UIPI access problem. Try starting the first Instance with realterm.exe first=2 [other params] code is like this: echo off echo on set rt=realterm start %rt% caption=BatchDemo s1=SOUT0 s1=VOLT021 pause Press any key to close Realterm start /wait %rt%...

  • Olli Männistö Olli Männistö posted a comment on discussion Help and Discussion

    Continuing on my previous question on how to access the "help comments" on the COM interface methods and properties, DataTriggerSet is defined like so: DataTriggerSet Method void DataTriggerSet (int, string, string, int, int, bool, bool, bool) I'm not clever enough to divine how eight different arguments to the method works, so how could I see what does all that actually do? Even the source code isn't available in case it'd have comments to specify the interface..

  • Olli Männistö Olli Männistö posted a comment on discussion Help and Discussion

    I'd like to use Realterm to replace Teraterm for embedded testing and debugging purposes. The teraterm scripting language has some shortcomings so it'd be attractive to use something a little bit more refined like Javascript or Powershell. Many devices I need to interact with have AT command interface so a simple "write line", "check for correct / incorrect reply" gets you going but the program logic gets very messy if you need to iterate things like waiting for cellular module to connect to a network...

  • Mitchell Nuss Mitchell Nuss posted a comment on ticket #105

    Is there any update on this ticket?

1 >