Updated the dlmstp and rx_fsm projects under Win32. Passing tokens and NPDU on MS/TP at 38400.

This commit is contained in:
skarg
2007-07-02 23:09:22 +00:00
parent 8c3ddc8a06
commit d6851d7320
4 changed files with 67 additions and 16 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ HANDLE RS485_Handle;
/* Original COM Timeouts */
static COMMTIMEOUTS RS485_Timeouts;
/* COM port name COM1, COM2, etc */
static char *RS485_Port_Name = "COM1";
static char *RS485_Port_Name = "COM4";
/* baud rate - MS enumerated
CBR_110, CBR_300, CBR_600, CBR_1200, CBR_2400,
CBR_4800, CBR_9600, CBR_14400, CBR_19200, CBR_38400,