|
-
Aug 27th, 2000, 05:03 AM
#1
Thread Starter
Junior Member
How might I communicate with a Sharp El-6790 Organizer using the COMM control? It's plugged into COMM2 and the software that comes with it works fine. I'm just interested in making my own. Any ideas? Thanks
-
Aug 27th, 2000, 05:39 AM
#2
i am interested in doing exactly that with my Palm iiix organiser. this is what i did:
set up a form in VB with a mscomm control and put this code in the Oncomm event:
Code:
form1.autoredraw = true
form1.print mscomm1.input
set all the mscomm properties in the load event, including
portopen = true
.......
I am assuming there is a button on the organiser that starts the synchronisation automatically? Note, you must disable the PC based organiser software, otherwise it will intercept the signal from the organiser.
start the program and once the form has finished loading press the synch button on the organiser.
Immediately you should get a long string of strange characters pop up on the form.
this is the sort of info that is sent to and from the organiser during synch.
this is where i gave up trying to write software for it!
i tried to get in touch with the manufacturers, but they refused to help me with the codes!
good luck, drop me a line if you get any luck.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|