RE: Ir Serial w/o IrDA?

2008-05-29 Thread Anderson, Thomas
I've done quite a bit of experimenting at this point, first off simply switching the bit doesn't make it work. Secondly the irda narrower pulses don't work, I've tried, and I've also examened the signal via a protocal analyzer, it just don't want to sync properly. I tried the sertool, but I'm

Re: How do I do print from an application developed for Palm II using IrDA

2008-05-29 Thread Glenn Bachmann
You can use our Print Manager SDK, which provides graphical and text printing api's in a developers library for Codewarrior, Satellite Forms and Pendragon developers. Works over IrDA or serial connection. For more information and a demo download, please visit http://www.bachmannsoftware.com

Re: Bluetooth, TCP/IP, IrDA communication - PalmOS 4.x / Pocket PC 2003

2006-05-10 Thread P. Douglas Reeder
with bluetooth, TCP/IP, or IrDA -- which ever is available. If all you really need is a .pdb transferred to another Palm, FileZ (which most peple have) and Resco Explorer can both send .pdbs from either memory or VFS. Any off the shelf Palm can receive it, but it will be stored in memory

Bluetooth, TCP/IP, IrDA communication - PalmOS 4.x / Pocket PC 2003

2006-05-09 Thread nitin baranwal
happen with bluetooth, TCP/IP, or IrDA -- which ever is available. This is required for PalmOS and PocketPC 2003. I have worked for PalmOS only and looking for someone to guide me how to start work for PocketPC 2003, from where to get the ROM file and emulator for its testing and any user guide

Irda confusion

2006-04-06 Thread Rick T
Hi, I am pretty new to Palm os and have quite a bit of confusion regarding communicating via the IR port. My application is to simply down load about 64k bytes of binary data from an embedded device -- a simple data logger. That device has a PIC microcontroller and a Microchip MCP2150 IrDA

Re: Irda confusion

2006-04-06 Thread Frank Ableson
Hi Rick Save yourself a headache and stay away from Raw Ir, which means do not use the MCP2120. For simple apps like yours it used to be the way to go, but the moving target that is Palm (any PDA really) devices and their variable IrDA support says to stick with IrComm. The 2150 is a good

Re: Irda confusion

2006-04-06 Thread Rick T
Yes, it helps a lot! And I'm quite relieved that I don't have to roll my own protocol handler. Do you think I need to purchase the irda spec ($$$) or can I skip that for now? By the way, I've spent the better part of the day with my nose burried in Microchip AN888 and I must say

Re: Irda confusion

2006-04-06 Thread Frank Ableson
Rick, I would not spend the $ on the specs - I think it is silly for the irda folks to put up barriers like that... don't understand their reasoning there. The AN888 app note is a decent resource. It discusses the Falch.net development environment - which I think is no longer around

Re: Irda confusion

2006-04-06 Thread Rick T
Thanks Frank. That is a goldmine indeed. I'm feeling much more confident about pulling this one off now. Rick - Original Message - From: Frank Ableson To: Palm Developer Forum Sent: Thursday, April 06, 2006 7:36 PM Subject: Re: Irda confusion Rick, I would not spend

irda debugging

2005-12-18 Thread Klemen Dovrtel
Is it possible simulate the irda incomming data? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: irDA comms problem Zire72 - Zire72s

2005-04-04 Thread Les Brinkworth
Not to worry I have found the problem! In both receiver apps the flow control was left as default, while it was changed in the transmitter apps thus causing an inconsistancy. I there are Palm developers monitoring this forum perhaps the next Ver of sample code to go out should be changed!

irDA comms problem Zire72 - Zire72s

2005-04-01 Thread Les Brinkworth
Being relatively new to irDA comms I have simply tried loading the sample software provided with CodeWarrior 9 by PalmOne - IRCommunication. Having tried all the samples: IRFramer IRFramerZire71 IRTransmitterRaw IRUnframer IRReceiverRaw I get comms but the information at the receiver is always

Irda Problem on Zire21

2005-01-26 Thread Sébastien Bouvet
Hello, I have a problem with Zire 21 and irda port. I'm sure that IRDA works, but when I used my soft I can't connected with another device we used IRDA port. My soft Work on Zire, Zire 31, Palm Vx, Palm 505... but not on Zire 21. source code: err = SrmOpen(serPortIrPort, speed, serial_id

Re: IrDA serial communication problems

2005-01-07 Thread Henk Jonas
application to communicate with an embedded device using the IrDA port. As a first step, I am trying to get two Palms to talk with each other. After failing at getting my example to work, I have tried to modify the example SerialChat from the Palm OS Programming Bible by changing the port it opened

IrDA serial communication problems

2005-01-06 Thread gruhop-palm
I am in the process of developing a Palm application to communicate with an embedded device using the IrDA port. As a first step, I am trying to get two Palms to talk with each other. After failing at getting my example to work, I have tried to modify the example SerialChat from the Palm OS

IRDA zwischen Palm und serieller Schnittstelle

2004-12-13 Thread Henk Jonas
' that converts IrDA frames to RS232 removing the IrDA-specific data? There are devices that convert IrCOMM to serial, which would appear to be what you need. Just use the IrCOMM Virtual Serial driver on the Palm. Depending on the level of integration required at the peer, see: Actisys's IR100s etc

Re: IRDA zwischen Palm und serieller Schnittstelle

2004-12-13 Thread Henk Jonas
I'm sorry. I'm unable to use Mozilla correctly. Henk Jonas wrote: [...] -- - Henk Jonas Palm OS ® certified developer [EMAIL PROTECTED] www.metaviewsoft.de

RE: I can not a IrDA connection

2004-09-14 Thread manolo perez
hello. I have the same problem . Zire 21 has an OMAP processor which can not send Raw IR. From: Edgar Tomas [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: I can not a IrDA connection Date: Mon, 13 Sep 2004 18:01:58 -

I can not a IrDA connection

2004-09-13 Thread Edgar Tomas
to IrDA I got the error 0x030a Palm OS Error Codes,when I tried to enable the IrDA communication,Does anybody know what it is happening?.Thanks Regards Edgar T. Lopez -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

IrDA Printing Code

2004-08-04 Thread Alan Ingleby
I have a PalmOS class which uses IrDA to print to Citizen CMP-10, and Canon i70/i80 series printers, but I'm unable to figure out why I can't also print to HP series printers. The class is build using CW9, and works on all PalmOS 3.x - 5.x devices. I'm willing to share this class with anyone who

IrDA data max size

2004-07-26 Thread BrownB
Hello, is it possible that a block of data bigger than 64kb can't be sent by IrDA in one shot? I try to beam a chunk of data of about 120kb, but on my PC I get only the first 64kb of that chunk... Thanks for help, BrownB -- For information on using the Palm Developer Forums, or to unsubscribe

Exchange Manager IrDA problem

2004-06-21 Thread cristian . brunelli
Hello, I'm trying to transmit a data buffer of about 128kb, but the file I receive on the PC is of 64kb. Using bluetooth I don't have any problem. Is there a maximum data size I can transfer with Exchange Manager beaming? Should I break the single call into more calls, each transmitting a 64kb

Irda IrDiscoverReq fails under OS/5.XX

2004-02-09 Thread Manoel Teixeira
I've an application with IrDa support thar works fine under OS/4.XX and fails under OS/5.XX. Is there any change at IrDa stack? It always fails at IrDiscoverReq function, returning that there's no Irda device. Manoel Teixeira -- For information on using the Palm Developer Forums

IR / IrCommm / IrDA / OBEX stack confusion / cluelessness

2003-12-11 Thread Robert Kwasny
IR / IrCommm / IrDA / OBEX stack confusion / cluelessness Hello all, Yesterday I started to look at the manuals for PALM and for NS Basic, tomorrow I'll look at CodeWarrior but here is my question of the day... I'm having a basic cluelessness session on the subject of: The best method

Re: IR / IrCommm / IrDA / OBEX stack confusion / cluelessness

2003-12-11 Thread Eugene Mayevski
) will have IrDA transport based on OBEX in next release (probably in a month). MsgConnect works with CodeWarrior on Palm. Sincerely yours, Eugene Mayevski -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: IrDA problem under Palm OS5!

2003-12-09 Thread David Chevalier
Wang Xiaodong wrote: Hi, I am trying to use the IrDA of Palm TT to communicate with serial port of PC which I have connected a Ir adapter to it! I did not install the Ir driver on PC because I want to know if it can work by this way! I don't know if it can work by using Raw IR under

IrDA problem under Palm OS5!

2003-12-08 Thread Wang Xiaodong
Hi, I am trying to use the IrDA of Palm TT to communicate with serial port of PC which I have connected a Ir adapter to it! I did not install the Ir driver on PC because I want to know if it can work by this way! I don't know if it can work by using Raw IR under Palm OS5 . Many people

Re: IrDA problem under Palm OS5!

2003-12-08 Thread Dave Lippincott
Message - From: Wang Xiaodong [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, December 08, 2003 8:00 AM Subject: IrDA problem under Palm OS5! Hi, I am trying to use the IrDA of Palm TT to communicate with serial port of PC which I have connected a Ir adapter to it! I

Re: Re: IrDA problem under Palm OS5!

2003-12-08 Thread Wang Xiaodong
available for IR communication or is there some specific reason you need to Raw mode? - Original Message - From: Wang Xiaodong [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, December 08, 2003 8:00 AM Subject: IrDA problem under Palm OS5! Hi, I am trying to use

Re: Re: IrDA problem under Palm OS5!

2003-12-08 Thread Aaron Ardiri
Thank you for your advice,I'm trying to write a program for my Palm TT to send or receive serial data from the IR port. unless you use IrDA framing, the UART3 on the OMAP processors wont let you send the data - simple. if you dont use IrDA framing, you cannot use IrDA raw mode. --- Aaron

Differences in IRDA between OS 4 and 5

2003-11-17 Thread Boris Perron
Hi folks, I have a Palm application that is using the IrComm Serial Driver to communicate with a IrDA Microchip MCP2150. Everything works great with Palm OS 4 but doesn't since Palm OS 5. It's a real pain because there are many boards with the Microship already sold. I looked

How to handle SMS,IRDA voice call interrupts???

2003-10-21 Thread anilb
Hi all, I want to handle the SMS ,IRDA, voice call interrupts in my application. While these interrupts are received i just want to pause some functionality of the application and then proceed accordingly. I am using the palm object library in my application. How to handle these events in my

IRDA protocol

2003-10-09 Thread Juan José Cuzziol
Hi everyone: How can i send and recieve data through IRDA protocol. I appericate if someone provides some piece of code on this. Thanking you. Juan -- For information on using the Palm Developer Forums, or to unsubscribe

IRDA on Tungstein

2003-09-19 Thread Gunnar Sig
Hello, I was windering if somone have had problems with using IRDA on Tungstein Palm with OS5. I have this error: MemoryMgr.c, Line3649, NilPtr According to the Palm PluggedIn developer site, the Tungsten T does not support opening the IR port in raw mode, due to a hardware limitation. So does

Re: IrDA TinyTP problems - Timeouts, credit

2003-02-28 Thread Adam Plasun
on the Palm end. I looked everywhere and I can't figure out the problem. It always stops in the same spot (around 5k of data transmitted). I guess it would help if I was an expert in IrDA but I'm not. I've read somewhere that maybe the problem is caused by TinyTP credits, but I don't know how

IrDA TinyTP problems - Timeouts, credit

2003-02-27 Thread Adam Plasun
in IrDA but I'm not. I've read somewhere that maybe the problem is caused by TinyTP credits, but I don't know how-to or when or what to do with these credits (IrAdvanceCredit()???). If anyone knows how to solve this problem I would greatly appreciate it. Thank you in advance for your response

Re: IrDA TinyTP problems - Timeouts, credit

2003-02-27 Thread David Chevalier
was an expert in IrDA but I'm not. I've read somewhere that maybe the problem is caused by TinyTP credits, but I don't know how-to or when or what to do with these credits (IrAdvanceCredit()???). If anyone knows how to solve this problem I would greatly appreciate it. Thank you in advance

Raw IRDA

2002-11-06 Thread James Screech
I while ago I was looking into using raw IRDA to communicate between a Palm (m100) and an instrument. I wrote the following code snippet to test sending data and it work (on a m100). if (SrmOpen(serPortIrPort,BAUD,iPort) == 0) { SrmControl(iPort,srmCtlIrDAEnable,NULL,0); SrmControl(iPort

Re: Raw IRDA

2002-11-06 Thread Henrik Fredriksson
mean it could be my Palm that is acting wierd for one or another reason :/. I use a m515 btw.. /Henrik James Screech [EMAIL PROTECTED] skrev i meddelandet news:100201;palm-dev-forum... I while ago I was looking into using raw IRDA to communicate between a Palm (m100) and an instrument. I wrote

Re: Raw IRDA

2002-11-06 Thread James Screech
for one or another reason :/. I use a m515 btw.. /Henrik James Screech [EMAIL PROTECTED] skrev i meddelandet news:100201;palm-dev-forum... I while ago I was looking into using raw IRDA to communicate between a Palm (m100) and an instrument. I wrote the following code snippet to test

Re: Raw IRDA

2002-11-06 Thread Mike
Aside from this garbage at the beginning, is this communication really raw. I mean, is there the total lack of any IrDA protocol? Is it just the raw text without any addressing, etc sent? Thanks, I'm just sending some ASCII text. I also received a byte or two of garbage at the start of each

Re: Raw IRDA

2002-11-06 Thread Henrik Fredriksson
device, I mean it could be my Palm that is acting wierd for one or another reason :/. I use a m515 btw.. /Henrik James Screech [EMAIL PROTECTED] skrev i meddelandet news:100201;palm-dev-forum... I while ago I was looking into using raw IRDA to communicate between a Palm (m100

Re: Raw IRDA

2002-11-06 Thread Henrik Fredriksson
No, a communication link opened with the serial manager call SrmOpen and serportirport is not raw as I think you mean, but it is raw speaking IrDA, that is a link using the physical layer of the IrDA stack (SIR). So there is still coding of rs-232 signals into pulses, all according to the IrDA phy

IrDA Speed

2002-10-21 Thread Dennis Burns
Can anyone tell me what IrDA speeds are supported on PDAs? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: IrDA Speed

2002-10-21 Thread Alan Ingleby
IIRC The Palm only supports IrDA 1.0, which is able to do 9.6K, 19.2K, 57.6K, and 115.2Kbps, but some computers and (maybe) PDAs support IrDA 2.0 which can pump up to 4mbps. Alan Dennis Burns [EMAIL PROTECTED] wrote in message news:98886;palm-dev-forum... Can anyone tell me what IrDA speeds

[Q] PalmVII, IRDA and Clarinet

2002-09-25 Thread David C. Matthews
Greetings All, Clarinet's IRDA LAN products state that they don't work on the Palm VII without an IR enhancement module from www.palm.com. What are they talking about? Is it a ROM upgrade to something past 3.2? This is my guess, but am having difficulty locating even the upgrade

Re: Printing with Irda - Fatal Error on PalmOS 4.1 after LMP callback

2002-07-29 Thread Markus Dresch
my infrared printing library works fine on a m515 (palmos 4.1). check out www.palmside.com markus -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Printing with Irda - Fatal Error on PalmOS 4.1 after LMP callback

2002-07-26 Thread Michael Carson
Hello I have developed an application that prints to a printer by IrDa that has worked fine on previous PalmOS but causes a Fatal Error on PalmOS 4.1. This happens when polling (using SysGetEvent) after a call to connect LMP. The error occurs when a LEVENT_LM_CON_CNF response is received via

Simplest printing via IRDA

2002-07-15 Thread Laky_RCFX
Hi there I am looking for a simple straightforward printing solution via Palm IRDA port. Anybody knows a good source code that fits on a piece of paper or something? I actually have a GCC c++ source code, but I am using codewarrior and I am too stupid to convert the code... (I am using C

RE: Simplest printing via IRDA

2002-07-15 Thread Alex Gusev
search for IrPad in archives. it's freeware with sources in c++ -Original Message- From: Laky_RCFX [mailto:[EMAIL PROTECTED]] Sent: ‏ב 15 יולי 2002 17:16‏ To: Palm Developer Forum Subject: Simplest printing via IRDA Hi there I am looking for a simple straightforward printing solution

RE: Simplest printing via IRDA

2002-07-15 Thread Laky_RCFX
: Simplest printing via IRDA Hi there I am looking for a simple straightforward printing solution via Palm IRDA port. Anybody knows a good source code that fits on a piece of paper or something? I actually have a GCC c++ source code, but I am using codewarrior and I am too stupid to convert the code

IrDA Applications and Palm Support

2002-07-01 Thread ipscone
Several questions about IrDA support. There are many levels (protocols) that make up the IrDA specification. There is the Physical Layer (PHY), the Link Access Protocol (IrLAP), the Link Management Protocol (IrLMP) and many more. How much of the IrDA specification is already in the Palm? I

RE: IrDA Applications and Palm Support

2002-07-01 Thread Danny Epstein
How much of the IrDA specification is already in the Palm? This is really more of a comm-dev-forum question. Palm OS gives you several ways of doing IrDA: - raw IR via the [New] Serial Manager - IrLAP, IrLMP, and IrTTP via the IR Library - IrOBEX via the Exchange Manager - IrCOMM via the [New

IRDA printing under PalmOS

2002-05-18 Thread Alex Gusev
Hi all, I need to print via IR port on portable printer which supports IRDA protocol. Does NetLib support IRDA? Or maybe there is another way to print? Any idea? Thanks, Alex -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

RE: IRDA printing under PalmOS

2002-05-18 Thread Dave Mottorn
If you download Symbol's SDK there are some sample programs for different printers. regards, Dave Mottorn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Gusev Sent: Saturday, May 18, 2002 8:56 AM To: Palm Developer Forum Subject: IRDA printing

Re: IrDA to RS-232 adaptors? or...

2002-03-24 Thread Brian Hall
In article 80299@palm-dev-forum, Spazm 24 [EMAIL PROTECTED] wrote: I guess Simultaneously was not the best choice of words. RS-232 can be ignored while printing. We just want to avoid having to physically move the serial cable back and forth whever we want to print. How about a serial

Re: IrDA to RS-232 adaptors? or...

2002-03-20 Thread Jonathan Cox
Hi, Sorry, just had to jump in here - the M505 (all M5xx devices actually) has *TWO* UARTS and so can use both the hotsync port and the IR port simultaneously. In fact I have recently released a freeware application called Shuttle that pipes data in both directions through the ports. It can be

IrDA to RS-232 adaptors? or...

2002-03-18 Thread Spazm 24
Hi Again. So the boss wants to print and communicate with another serial gadget simultaneously with the m505. I told him the only way I can think of is to use an IR printer. He said fine., and I coded it. Now he says IR won't do because we want to use the printers we already have in stock.

Re: IrDA to RS-232 adaptors? or...

2002-03-18 Thread Spazm 24
Developer Forum [EMAIL PROTECTED] Subject: Re: IrDA to RS-232 adaptors? or... Date: Mon, 18 Mar 2002 09:00:09 -0800 At 5:54 AM -0500 2002/03/18, Spazm 24 wrote: So the boss wants to print and communicate with another serial gadget simultaneously with the m505. I told him the only way I can think

IRDA Pulse Width

2002-03-14 Thread averoes
Hello ALL (again !) i want to precise my previous question : is it possible to set the IRDA pulse width ? Thanks ! again ;-) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: IrDA Communication between Palm and PC

2002-02-22 Thread Danny Epstein
I have been trying for some time to get Palm and PC communicating through IrDA. This really belongs on comm-dev-forum. Which version of Palm OS and which version of Windows? Which IrDA protocol do you want to use? On the PC side I use the following code (I am using VC 6.0): I can't help

IrDA Communication between Palm and PC

2002-02-19 Thread Dragomir Goranov
Hi, I have been trying for some time to get Palm and PC communicating through IrDA. On the PC side I use the following code (I am using VC 6.0): -- SOCKADDR_IRDA ServSockAddr = { AF_IRDA, 0, 0, 0, 0, TEST }; SOCKET Sock

How to print from palm Irda ?

2001-07-11 Thread I am johnny~
Dear All: How to print from palm Irda ? ( I use CW) Thx ~ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: How to print from palm Irda ?

2001-07-11 Thread jose luis garcia
Hello. You can use palmprint from your source code to print for irda. go to www.stevenscreek.com andwww.stevenscreek.com/pilot/palmprintdev.html Abur.. From: I am johnny~ [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject

Re: How to print from palm Irda ?

2001-07-11 Thread leoholanda
use palmprint from your source code to print for irda. go to www.stevenscreek.com andwww.stevenscreek.com/pilot/palmprintdev.html Abur.. From: I am johnny~ [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: How

IRDA - Relative speeds of IR protocol layers

2001-03-19 Thread Dreemhaus
Does anyone have a sense of the relative speeds of the IRDA IR protocol layers? If I send information via OBEX, how does the speed compare with IRLMP, IRLAP, or SIR? Has anyone played with this? Thanks, Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: IrDA question

2001-03-05 Thread Fred Dujardin
Hi I suppose you're sending AT commands using the IrCOMM layer. What do you mean by "it does not work" ? Can you establish a connection? Does the phone send something back? Do other commands besides SMS work? Also, you should go to thnen nokia site and download their AT command set, maybe

Re: IrDA question

2001-03-05 Thread Ng Wei Gee
Hi, Up to my knowldge Nokia phones don't have a Harware Modem... I tot that only applies to the 61xx series? Regards, Gee. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

IrDA question

2001-03-04 Thread TSTI Ferdinand Perlas
Hello everybody. I am creating a Palm-to-phone SMS app. Everything's done except that it does not work with Nokia units. It works with all Ericsson phones I have tried but does not with all Nokia units particularly the 7110 and 6210. Is there something peculiar with Nokia units that I have to

Re: IrDA question

2001-03-04 Thread Ganesh
Up to my knowldge Nokia phones don't have a Harware Modem... Ganesh - Original Message - From: "TSTI Ferdinand Perlas" [EMAIL PROTECTED] To: "Palm Developer Forum" [EMAIL PROTECTED] Sent: Monday, March 05, 2001 6:48 AM Subject: IrDA question Hello everybody.

Re: CW r7, Visor USB and IrDA debugging

2000-12-19 Thread Philip Sheard
Yes...this is possible. I haven't done it with CodeWarrior, but I have done it with PalmDebugger (which also supports USB debugging--at least in Windows). Thanks for the info. That is certainly going to help people who are trying to debug IrDA apps. -- For information on using the Palm

Re: CW r7, Visor USB and IrDA debugging

2000-12-18 Thread Douglas I. Anderson
that the Visor USB might not use the serial port on the CPU. If this is so, then it should be possible to do some sort of debugging of IrDA applications on the Visor. Has anyone tried this? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

CW r7, Visor USB and IrDA debugging

2000-12-16 Thread Philip Sheard
I understand that CW7 supports Visor debugging via USB. It also strikes to me that the Visor USB might not use the serial port on the CPU. If this is so, then it should be possible to do some sort of debugging of IrDA applications on the Visor. Has anyone tried this? -- For information

IrDA

2000-11-02 Thread Ralph Krausse
I take it that there is some sort of standard for all IrDA devices? Is there a web site for this? Thanks Ralph Krausse -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: IrDA

2000-11-02 Thread Schettino, John
see www.irda.org - John -Original Message- From: Ralph Krausse [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 02, 2000 2:02 PM To: Palm Developer Forum Subject: IrDA I take it that there is some sort of standard for all IrDA devices? Is there a web site for this? Thanks Ralph

Irda transfert

2000-10-14 Thread Nicolas FRAYER
Hello, Does anyone can send me some code about how to transfert data via Infra-red between 2 Palms. Can I send an application and use it in the same time ? Nicolas Frayer. +33 1 45 82 13 43 +33 6 68 78 90 44 _ Get Your

Re: Irda transfert

2000-10-14 Thread Danny Epstein
"Nicolas FRAYER" [EMAIL PROTECTED] wrote in message news:26649@palm-dev-forum... Does anyone can send me some code about how to transfert data via Infra-red between 2 Palms. This is a pretty basic question. I'd read the Palm OS documentation to learn about the Exchange Manager and the IR

Palm V Irda Transceiver Upgrade

2000-10-13 Thread Akil Fahd
Can someone or someone you know willing to, replace the Irda transceiver of the Palm Vx or Palm IIIc with one that is more powerful for a reasonable fee? As some back ground what I would like to do is use a Palm V to control Bang Olufsen (www.bang-olufsen.com) equipment, there are two

Re: Palm V Irda Transceiver Upgrade

2000-10-13 Thread Tom Zerucha
On Fri, Oct 13, 2000 at 09:45:24AM -0400, Akil Fahd wrote: Can someone or someone you know willing to, replace the Irda transceiver of the Palm Vx or Palm IIIc with one that is more powerful for a reasonable fee? As some back ground what I would like to do is use a Palm V to control Bang

IRDA transceiver upgrade

2000-10-06 Thread Akil Fahd
Is it possible to, replace the Irda transceiver of the Palm Vx or Palm IIIc with one that is more powerful? I think that both of these Palm devices use the MiniSIR from Novalog, though I'm not sure about the operating voltage (3.3v or 5.0V?) and current draw (150mA or 300mA ) . However

Re: IrDA hardware and chips

2000-09-24 Thread Ralf Meyer
"James Tu" [EMAIL PROTECTED] wrote: Does anyone have any recommendations on IrDA encoder/decoders? I'm trying to communicate with a non-Palm device. Thanks. Have a look at http://www.irda.org. Under "public newsgroup". Lichen Wang is the guru there. -- bye ranf

IrDA hardware and chips

2000-09-22 Thread James Tu
Does anyone have any recommendations on IrDA encoder/decoders? I'm trying to communicate with a non-Palm device. Thanks. -James -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Sending IrDA frame without all the mess

2000-08-21 Thread Brian Whitman
I just want to send an arbitrary amount of bytes out my Palm's IR port. (Palm VII) -- I guess this would be an "IrDA Frame" C0 - data - C1. but the Palm API for IR is too complex for what I need to do... I don't need to set up an exchange or connection. What do I call to just send arbi

RE: Sending IrDA frame without all the mess

2000-08-21 Thread Schettino, John
You need to write to the IR port directly -- what you're describing is actually in the Irda spec (under Ultra) but isn't often implemented. We use this in the HP Cooltown environment, and it works. Receiving a frame is a bit more work, let me know if you need to do it. This is some code

Re: How do I do print from an application developed for Palm II using IrDA

2000-06-29 Thread Glenn Bachmann
You can use our Print Manager SDK, which provides graphical and text printing api's in a developers library for Codewarrior, Satellite Forms and Pendragon developers. Works over IrDA or serial connection. For more information and a demo download, please visit http://www.bachmannsoftware.com

How do I do print from an application developed for Palm II using IrDA

2000-06-29 Thread Mbarrion
Hello, Maybe, Coud you help me with any code of example to print from my application developed for Palm III using IrDA. Environment: Code Warrior 5.0 . Palm Regards, Marco Barrionuevo e-mail: [EMAIL PROTECTED] -- For information on using the Palm Developer Forums

RE: Ir Serial w/o IrDA?

2000-06-29 Thread Anderson, Thomas
I've done quite a bit of experimenting at this point, first off simply switching the bit doesn't make it work. Secondly the irda narrower pulses don't work, I've tried, and I've also examened the signal via a protocal analyzer, it just don't want to sync properly. I tried the sertool, but I'm

Ir Serial w/o IrDA?

2000-06-28 Thread SoftwareIntern
I'm working on a project to get a palm IIIxe to talk to a device that isn't IrDA compliant. (i.e. it doesn't use the 3/16 pulse width for data transmission, and the levels are fliped (ie. 1 = low, and 0 = 3/16 hi pulse). I have tried just about everything I can think of at this point. I've messed

Re: Ir Serial w/o IrDA?

2000-06-28 Thread Tom Zerucha
. I'm working on a project to get a palm IIIxe to talk to a device that isn't IrDA compliant. (i.e. it doesn't use the 3/16 pulse width for data transmission, and the levels are fliped (ie. 1 = low, and 0 = 3/16 hi pulse). I have tried just about everything I can think of at this point. I've

Re: Ir Serial w/o IrDA?

2000-06-28 Thread SoftwareIntern
Anderson -Original Message- From: Tom Zerucha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 12:49 PM To: Palm Developer Forum Subject: Re: Ir Serial w/o IrDA? On Wed, Jun 28, 2000 at 11:45:46AM -0700, SoftwareIntern wrote: I've done some things including doing a carrier

Re: Ir Serial w/o IrDA?

2000-06-28 Thread Tom Zerucha
, it look like Ir devices are forced to use the non integer prescaler) Thomas Anderson Note that the irda narrower pulses might work depending on the target. However you should be able to set the thing up for Irda and simply hit the register that says IrDA mode (- to go back to full width

Using IASQuery to find all IrDA classes

2000-06-16 Thread Neil Rhodes
In order to obtain information about the services a remote IrDA device provides, one uses the IrIAS_Query routine. As far as I can tell, the query is for a specific class and attribute. Is it possible to find out all the classes on a remote device? Similarly, for a given class, is it possible

IrDA sample code

2000-04-18 Thread Thomas Gaudin
Hi, I'm new to palm development and I'd like to know where I can find sample (and simple) code dealing with IrDA. I'd like to try to exchange data between a Palm V and GSM phone with an IR Modem Fax (Nokia 9110 for instance). Anybody can help me ? thanks Thomas -- For information on using

Re: IrDA sample code

2000-04-18 Thread Danny Epstein
"Thomas Gaudin" [EMAIL PROTECTED] wrote in message news:8693@palm-dev-forum... snipI'd like to know where I can find sample (and simple) code dealing with IrDA IR Ping by Till Harbaum is on Road Coders or: http://www.ibr.cs.tu-bs.de/~harbaum/pilot/ir_ping.html There are other s