Hi,

I downloaded the Franson Serial Tools to add printer support to my WinCE 
application, which runs on a Palm Treo 750. Using the serial number provided by 
NSBasic, I proceded to code as follows:

AddObject "serialce.port.1","objPort"
AddObject "serialce.license","objlicense"
    
objLicense.LicenseKey = "licence key provided by NSBasic"

objPort.ComPort = 8
objPort.Enabled = True

PrintString = "Hello World"
objPort.Write PrintString

My problem is, whenever I execute the program on the PDA unit, the application 
gives a VBScript error which says that it cannot open the communication port 
despite installing the Franson runtime on the Treo.

Please help! Any assistance provided to point me in the right direction will be 
greatly appreciated. Thank you.


Roland



      
____________________________________________________ 
Tired of spam? Yahoo! Mail has the best spam protection around 
http://ph.mail.yahoo.com 
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to