|
RSS
Feed

Wires No More!

$159.99 a pair
Wireless Serial Adapter
(Bluetooth to RS232)

$19.99
Bluetooth USB Dongle
(Class 1, EDR, v2.0)
|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
Willies Computer
Software Co
|
|
|
|
|
|
|
|
|
 |
|
 |
|
|
|
|
|
The Communication
Development Company
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
 |
|
|
|
|
Visual Basic Example Code
//Initialize the driver Status =
WCSCVxDInit()
//Open the serial port for multidrop operation
PortId = WCSCVxDOpenPort(0,0x2a0,5,0,0, MULTIDROP,0)
//Set Baud rate, etc
Status=WCSCVxDSetPortCharateristics(PortId,……..)
//Enable RTS to turn on transmitter
WCSCVxDRtsOn(PortId)
//Output the packet. The RTS signal will drop as soon //as the last byte
leaves the UART without clipping.
Count = WCSCVxDPutPacket(Port,Len(Packet),Packet)
//Wait for response
//Get response Status = WCSCVxDGetPacket(PortId,MaxLen,InPacket)
//When done close port Status = WCSCVxDCleanup(PortId)
|
|
|
|
|
 |
 |
|
|
 |
|
 |
 |
|
|
 |
 |
|
|
|
|
C/C++ Example Code
//Initialize the driver Status =
WCSCVxDInit();
//Open the serial port for multidrop operation
Status = WCSCVxDOpenPort(0,0x2a0,5,0,0,MULTIDROP,0);
/Set Baud rate, etc
Status=WCSCVxDSetPortCharateristics(PortId,……..);
//Enable RTS to turn on transmitter
WCSCVxDRtsOn(PortId);
//Output the packet. The RTS signal will drop as soon //as the last byte
leaves the UART without clipping.
Count = WCSCVxDPutPacket(Port,Len(Packet),Packet);
//Wait for response
//Get response Status = WCSCVxDGetPacket(PortId,MaxLen,InPacket);
//When done close port Status = WCSCVxDCleanup(PortId);
|
|
|
|
|
 |
 |
|
|
 |
|
 |
 |
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6215 Longflower
Lane Kingwood,TX 77345
|
|
|
|
|
|
|