看板 C_and_CPP 關於我們 聯絡資訊
BCB 上,RS232的東西不要從win32 api開始寫了。試試 Victor 控件:安裝完照手冊用就對了。 http://www.cppfans.com/vclcontrol.asp ※ 引述《jeffy84123 (因為貼心所以是好人)》之銘言: : 我的SENSOR傳了struct到電腦的COM : typedef struct TOS_Msg{ : uint16_t addr; : uint8_t type; : uint8_t group; : uint8_t length; : int8_t data[TOSH_DATA_LENGTH]; : uint16_t crc; : uint16_t strength; : uint8_t ack; : uint16_t time; : uint8_t sendSecurityMode; : uint8_t receiveSecurityMode; } TOS_Ms : 可是我是用BCB char陣列收 : 結果都無法完整收到資料 : 請問有什麼函式或方法可以收struct型態的資料呢? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.122.216.90
jeffy84123:不能用 我是用2010版的 09/03 16:39