News:

Welcome on our forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - almario

#1
Good to hear that. Thank you very much!  ;D
#2
We bought license keys for ASPM and my question is this:
Example we have 5 licenses. How if I installed one on my work station. So we have remaining 4. And then I reformat my computer. If I install ASPM again and input assigned license key to me, will it be deducted to our 4 remaining keys?
#3
Advanced Serial Port Monitor / Re: Custom End of string
January 25, 2013, 12:32:15 AM
Ohh.. :( Its ok. Thank you for your help anyway. We will still buy your product.
#4
<2013.01.24 08:15:48.640 TX>
A105 10<CR><LF>
<2013.01.24 08:15:49.260 RX>
A105 B<CR><LF>A105 B<CR><LF>
<2013.01.24 08:15:50.751 RX>
A105 B<CR><LF>A105 B<CR><LF>
<2013.01.24 08:15:52.494 RX>
A105 B<CR><LF>A105 B<CR><LF>
<2013.01.24 08:15:53.989 RX>
A105 B<CR><LF>A105 B<CR><LF>
<2013.01.24 08:15:55.480 RX>
A105 B<CR><LF>A105 B<CR><LF>
<2013.01.24 08:15:57.223 RX>
A105 B<CR><LF>A105 A<CR><LF>

the settings still give me this.
#5
Advanced Serial Port Monitor / Re: Custom End of string
January 22, 2013, 08:27:53 AM
If this is not possible, can I have this format instead:

<2013.01.22 08:24:28.855 TX>
A105 10
<2013.01.22 08:24:29.281 RX>
A105 B<CR><LF>
<2013.01.22 08:24:29.531 RX>
A105 A<CR><LF>

-- Only the receive command has <CR><LF>

#6
Advanced Serial Port Monitor / Re: Custom End of string
February 27, 2023, 11:00:00 AM
Hi, this is for Advance Serial Port Monitor under End-string under program settings. I was able to achieve somewhat near this by using #0A - LF and it looks like this:
<2013.01.22 08:24:28.855 TX>
A105 10<CR><LF>
<2013.01.22 08:24:29.281 RX>
A105 B<CR> [len=103]
<2013.01.22 08:24:29.531 RX>
A105 A<CR> [len=7]


I need to come up with

<2013.01.22 08:24:28.855 TX>
A105 10<CR><LF>
<2013.01.22 08:24:29.281 RX>
A105 B<CR><LF>
[len=103]
<2013.01.22 08:24:29.531 RX>
A105 A<CR><LF>
[len=7]

I think this should be possible with the custom one. But I dont know how.
#7
Advanced Serial Port Monitor / Custom End of string
February 10, 2023, 11:00:00 AM
I am trying to achieve this:
<2013.01.21 17:20:36.540 TX>
A105 10<CR><LF>
<2013.01.21 17:20:36.962 RX>
A105 B<CR><LF>
<2013.01.21 17:20:36.962 RX> another time stamp
A105 A<CR><LF>


from this:
<2013.01.21 17:20:36.540 TX>
A105 10<CR><LF>
<2013.01.21 17:20:36.962 RX>
A105 B<CR><LF>A105 A<CR><LF>


notice that <CR><LF> is end of line. Is it possible to have time stamp on every <CR><LF>?
my current end of string character for receiving is none