mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
6 lines
135 B
C
6 lines
135 B
C
#ifdef unix
|
|
int setPort(char *name, char *baud, char parity);
|
|
#else
|
|
HANDLE WINAPI setPort(char *name, char *baud, char parity);
|
|
#endif
|