New serial terminal WEB to test

All that relates to the Annex Toolkit Utility
BeanieBots
Posts: 315
Joined: Tue Jun 21, 2022 2:17 pm
Location: South coast UK
Has thanked: 168 times
Been thanked: 102 times

Re: New serial terminal WEB to test

Post by BeanieBots »

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).
User avatar
cicciocb
Site Admin
Posts: 1889
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 405 times
Been thanked: 1260 times
Contact:

Re: New serial terminal WEB to test

Post by cicciocb »

The same, simply refresh the page with CTRL-F5.
Firefox is not supported.
yama
Posts: 27
Joined: Fri Sep 16, 2022 1:42 pm
Been thanked: 3 times

Re: New serial terminal WEB to test

Post by yama »

Check box (CR+LF) apeare now.Thank you for my trouble.
yama
Posts: 27
Joined: Fri Sep 16, 2022 1:42 pm
Been thanked: 3 times

Re: New serial terminal WEB to test

Post by yama »

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? :?:
User avatar
cicciocb
Site Admin
Posts: 1889
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 405 times
Been thanked: 1260 times
Contact:

Re: New serial terminal WEB to test

Post by cicciocb »

[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? :?:
I updated the web terminal to support your request. Simply refresh the page with CTRL-F5 and it should work now.
The version should be 0.07
image.png
You do not have the required permissions to view the files attached to this post.
yama
Posts: 27
Joined: Fri Sep 16, 2022 1:42 pm
Been thanked: 3 times

Re: New serial terminal WEB to test

Post by yama »

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.
User avatar
cicciocb
Site Admin
Posts: 1889
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 405 times
Been thanked: 1260 times
Contact:

Re: New serial terminal WEB to test

Post by cicciocb »

Yes, you can copy locally and do whatever you need for your own application.

After all, it's just a little bit of javascript :D
yama
Posts: 27
Joined: Fri Sep 16, 2022 1:42 pm
Been thanked: 3 times

Re: New serial terminal WEB to test

Post by yama »

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
AnnexWebTermRev01.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
cicciocb
Site Admin
Posts: 1889
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 405 times
Been thanked: 1260 times
Contact:

Re: New serial terminal WEB to test

Post by cicciocb »

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
yama
Posts: 27
Joined: Fri Sep 16, 2022 1:42 pm
Been thanked: 3 times

Re: New serial terminal WEB to test

Post by yama »

Thank you. Please help me. I want to simulate editor's screen. Is it possible to control the cursor like in the picture?
term_cursor1.jpg
You do not have the required permissions to view the files attached to this post.
Post Reply