AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Network Download/Upload Meter
Goto page Previous  1, 2, 3, 4
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Empyrean
Guest





PostPosted: Thu Jun 12, 2008 4:29 pm    Post subject: Communications Speeds Reply with quote

Sean & SKAN- Great scripts; thanks for sharing them!

I did want to point out, however, that communications speeds are decimal - not binary .. you should not be dividing by 1,024, but rather by 1,000.

For example, when your serial port is set for 19,200 bps, we can appropriately abbreviate this to 19.2 kbps (and not 18.75 kbps).

If you're not seeing the speeds that your ISP claims, it's probably at least partially because of this division issue. (Yup, same issue as HDD capacities!)

See: http://en.wikipedia.org/wiki/Data_rate_units#kilobit_per_second

Thanks again!
Back to top
Sean



Joined: 12 Feb 2007
Posts: 1338

PostPosted: Thu Jun 12, 2008 11:59 pm    Post subject: Re: Communications Speeds Reply with quote

Empyrean wrote:
I did want to point out, however, that communications speeds are decimal - not binary .. you should not be dividing by 1,024, but rather by 1,000.

Yes, as far as I knew/know, 1024 is used only for (HDD etc) storage in Windows, like file size etc (:HDD vendors mostly use 1000 to represent the HDD capacity, however, which is confusing IMO). Anyway, I was well aware of what you're saying. The purpose of the script was not to check the rate/capacity claimed by the ISP/vendor. I thought/think that it's more useful to represent the data as sort of a file, so used storage unit (1024) rather than transfer unit (1000).

And yet another caveat, b in ISP's bps is usually bit, not byte (:I think they use capital B for byte). However, the basic unit used in the script is octet=8bit(=byte).
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group