//---------------------------------------------------------------------------
#ifndef DisplayH
#define DisplayH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\ExtCtrls.hpp>
#include <ComCtrls.hpp>
#include "ComDrv32.hpp"
//---------------------------------------------------------------------------
class TDisplayForm : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TComboBox *ComPort;
TLabel *Label1;
TComboBox *Speed;
TLabel *Label2;
TButton *Button1;
TButton *Button2;
TCommPortDriver *SerialPort;
TTreeView *Log;
TButton *Button3;
void __fastcall Button2Click(TObject *Sender);
void __fastcall ComPortChange(TObject *Sender);
void __fastcall SpeedChange(TObject *Sender);
void __fastcall SerialPortReceiveData(TObject *Sender, Pointer DataPtr,
int DataSize);
void __fastcall Button1Click(TObject *Sender);
void __fastcall Button3Click(TObject *Sender);
private: // User declarations
TTreeNode *lastNode;
public: // User declarations
__fastcall TDisplayForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TDisplayForm *DisplayForm;
//---------------------------------------------------------------------------
#endif
| file: /Techref/scenix/lib/io/osi3/tcpip/iSXSupportFiles/StatusMonitor/Display.~h, 1KB, , updated: 2005/8/19 18:49, local time: 2012/5/25 14:08,
38.107.179.232:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/scenix/lib/io/osi3/tcpip/iSXSupportFiles/StatusMonitor/Display.~h"> scenix lib io osi3 tcpip iSXSupportFiles StatusMonitor Display</A> |
| Did you find what you needed? |
Robotics nuts!Check out http://users.frii.com/dlc/robotics/projects/botproj.htm from Dennis Clark. This guy ROCKS! He has made (and sells but also releases code, docs, etc...) for a number of cool little robotic modules including whiskers, IR proximity detect and remote control, Sonar proximity detect, PWM, Servo, compass. Most of these use the little PIC 12C508 controller which costs basically nothing and is soooo tiny.The 4 servos, 2400 baud serial servo controller is a wonder of magic and he sells the programmed chip for $8. Wow! |
.