Communication enhancements -libraries and programs
   While working on a project to comunicate with my cell phone i realized that G+ has issues withs erial communication, the main issue was too small receiving buffer (only 255 bytes).

So i put up toughether a program that i called xREAD you may find it also as xSRECV, i never made an official library out of it but i released the code to the public on comp.sys.hp48
for those who have a good use for it, and have missed the time when it was released here's the source.

XREAD / XSRECV routine source :


I would like to remind you if you're G+ fan
:-)
and would like to experiment with internet connectivity to take a look at www.hpcalc.org, you will find USINAGAZ from Samuel Thibault there which will enable you to establish TCP/IP connections from your calculator using your cell phone, i tested both CSD and GPRS mode, in both cases it works well with ALCATEL OT-535 cell phone (connected trough IrDA).
  Samuel's library is very well documented,
however, for those of you who have no time to study it -below is the a small program that uses Samuel's library to connect to internet
using your GPRS capable cell phone.

If you don't have GPRS just change dialing number (*99#) to your ISP's modem line.

Change strings "username" and "password" to Your username and password. (contact your mobile operator if you want to use GPRS)

3 steps is all you need to do to connect to internet:
1. Install USINAGAZ and internet software you are planing to use (navigator, mail-prime or irc-prime, PORT0 is recommended)
2. Download CONNECT or copy the connection program presented here
3. Adjust ISP dial in number, Your username and password.

Image shows 49G+ connected to ALCATEL OT535 via IrDA


Terms and contitions
To be used and distributed freely
as long as you don't modify the library code.


Beware
-although library is stable and doesn't cause memory issues
i DON'T PROVIDE any WARRANTY or GUARANTY.


DOWNLOADS
BY DOWNLOADING OR COPYING THIS SOFTWARE YOU
AGREE TO TERMS AND CONDITIONS STATED ABOVE.


HP 49G+ ONLY


  • CONNECT
       simple connect program to be used with Samuel's USINAGAZ
       will connect you to the Internet using your cellphone
       (released:11/17/2004)