| | Serial Communication: HB -> Win95 Douglas Blank
| | | I am using the serial_putchar() and serial_getchar() communication routines on the HandyBoard, and everything is working fine from the PC to the HB. However, I am having trouble getting the HB to send data back to the PC. Here is main() on the HB: (...) (27 years ago, 21-Apr-98, to lugnet.robotics.handyboard)
| | | | | | | | Re: Serial Communication: HB -> Win95 Douglas Blank
| | | | | To answer my own question, at least partially, here is a Win95 Host program to communicate (single bytes) with the HandyBoard over a serial line: /* Win95 Visual C++ Host Code to talk to HandyBoard */ #include <conio.h> // _outp, _inp #include (...) (27 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
| | | | | | |