Hi Benoît ! I'll try to explain my project:
I have an Arm 9 system, and I have to run gambas interpreter on in. This Arm 9 exchange data across the SPI with a Microchip PIC. Whereas we want to develop and debug the Arm application from a PC, we thought to exchange data from PC to Arm and viceversa through UDP socket. When we debug on the PC the gambas application, we use the gambas IDE, and when we want to read or write data to PIC WE use a UDP socket to send data to ARM 9. But when we execute the gambas program on ARM system we read or write data to PIC through the SPI. My components , used without graphic interface, have to export the same interface to Pc and Arm but, if compiled for PC the link channel has to be UDP socket, while if compiled for Arm have to use the SPI interface. On the arm system there will be a task that export an UDP Server and take the data arrived from SPI. I hope that I explained well ! If I have my low level function , both UDP and SPI , how I can insert my C++ class on the gambas enviroment ? thanks a lot for all your reply ! ----- Original Message ----- Da : Benoît Minisini <[email protected]> A : mailing list for gambas users <[email protected]> Oggetto : Re: [Gambas-user] How to develop gambas component Data : Tue, 26 Jan 2010 20:06:56 +0100 > > Hi to all !> > I need to develop a Gambas component in > C/C++> > Where I can find some documentation about this ?> > > Thanks to all> There is some very old documentation on > the wiki, but it is not up to date. So I am currently the > documentation. :-)Please ask your questions on the > developer mailing-list, and I will help you.First, tell me > what you need, i.e. I want to know if it is a component > that could be part of the Gambas source code!Regards,-- > Benoît > Minisini-------------------------------------------------- > ----------------------------The Planet: dedicated and > managed hosting, cloud storage, colocationStay online with > enterprise data centers and the best network in the > businessChoose flexible plans and management services > without long-term contractsPersonal 24x7 support from > experience hosting pros just a phone call > away.http://p.sf.net/sfu/theplanet-com____________________ > ___________________________Gambas-user mailing > [email protected]https://lists.sourcef > orge.net/lists/listinfo/g ambas-user ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
