Hi,
        Is there anything wrong with my code below.
        I intend to add a new Connection Profile.
        
        newCon= MemPtrNew(cncProfileNameSize);
        StrCopy(newCon,"New onnection");
        err = CncAddProfile(newCon,'u328 ', 57600, 0,0,0,0,true,false);
        MemPtrFree(newCon);
        
        But when I click on the "Details" button under the new Connection
Profile, I encountered a "bus error"
        Also, can i change the connection method to "Serial to Modem"?

Thank you,
Regards,
Hwee Min
        

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to