calling external programs from PBASIC
Ferrol
Posts: 2
In the PBASIC 2.5 application running on Windows, you can receive and display (i.e. debug) data from your connected BASIC STAMP processor.· I was wondering if there is a way to pass these data to another Windows program (e.g. through a Windows DLL) from the PBASIC environment?
Actually, I don't care how the BASIC STAMP data gets to the PC, I'd just like to send those data to a Windows program that I've written for processing.·
Thanks,
Ferrol Blackmon
Actually, I don't care how the BASIC STAMP data gets to the PC, I'd just like to send those data to a Windows program that I've written for processing.·
Thanks,
Ferrol Blackmon
Comments
On the BS2, you use "SERIN 16, 16384, [noparse][[/noparse]DEC NewData]", and "SEROUT 16, 16384, [noparse][[/noparse]DEC SendData, 13]" to recieve and send data over the DB-9 programming port.