New serial terminal WEB to test
-
- Posts: 524
- Joined: Tue Jun 21, 2022 2:17 pm
- Location: South coast UK
- Has thanked: 294 times
- Been thanked: 165 times
Re: New serial terminal WEB to test
Most odd! No denying it's not there on your image, but I've just tried with both Edge and Firefox, and it appeas for me. (though non-functional with Firefox).
- cicciocb
- Site Admin
- Posts: 2795
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 594 times
- Been thanked: 2004 times
- Contact:
Re: New serial terminal WEB to test
The same, simply refresh the page with CTRL-F5.
Firefox is not supported.
Firefox is not supported.
Re: New serial terminal WEB to test
Thank you for cool software, I want to copy a character string(programming code) with LF + CR edited with a text editor and send it to target devices at once with the PASTE function using AnnexWeb-Term. Now,I can send character strings, but I can't send LF + CR code well. New-lines are lost. Is there any solution? 

- cicciocb
- Site Admin
- Posts: 2795
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 594 times
- Been thanked: 2004 times
- Contact:
Re: New serial terminal WEB to test
I updated the web terminal to support your request. Simply refresh the page with CTRL-F5 and it should work now.[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Fri Sep 23, 2022 8:14 am Thank you for cool software, I want to copy a character string(programming code) with LF + CR edited with a text editor and send it to target devices at once with the PASTE function using AnnexWeb-Term. Now,I can send character strings, but I can't send LF + CR code well. New-lines are lost. Is there any solution?![]()
The version should be 0.07
You do not have the required permissions to view the files attached to this post.
Re: New serial terminal WEB to test
Thank you for the fixed program.
if (crlfON.checked)
e = e.replaceAll("\r", "\r\n")
^^^^^^^^^^^^^^^^^^^^^^^^
I understood it. I would like to try to modify it (html etc.) for my device by myself.
if (crlfON.checked)
e = e.replaceAll("\r", "\r\n")
^^^^^^^^^^^^^^^^^^^^^^^^
I understood it. I would like to try to modify it (html etc.) for my device by myself.
- cicciocb
- Site Admin
- Posts: 2795
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 594 times
- Been thanked: 2004 times
- Contact:
Re: New serial terminal WEB to test
Yes, you can copy locally and do whatever you need for your own application.
After all, it's just a little bit of javascript
After all, it's just a little bit of javascript

Re: New serial terminal WEB to test
I modified it for the original microcomputer with BASIC interpreter as named SkyBerryJAM/Ichigojam. Simple editing is also possible.I'm using this for elementary school students.Thank you for the simple terminal.
skyberryjam https://www.tochigi-edu.ed.jp/tochigiko ... kyBerryJAM sorry japanese only site
skyberryjam https://www.tochigi-edu.ed.jp/tochigiko ... kyBerryJAM sorry japanese only site
You do not have the required permissions to view the files attached to this post.
- cicciocb
- Site Admin
- Posts: 2795
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 594 times
- Been thanked: 2004 times
- Contact:
Re: New serial terminal WEB to test
Thanks Yama for your feedback.
I'm happy to see that that this simple terminal fits your needs and you were able to adapt it for your application.
Do not hesitate to ask for other assistance, if you need.
Enjoy,
cicciocb
I'm happy to see that that this simple terminal fits your needs and you were able to adapt it for your application.
Do not hesitate to ask for other assistance, if you need.
Enjoy,
cicciocb
Re: New serial terminal WEB to test
Thank you. Please help me. I want to simulate editor's screen. Is it possible to control the cursor like in the picture?
You do not have the required permissions to view the files attached to this post.