mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Allow the modem to host a serial display.
This commit is contained in:
parent
7503d314e0
commit
178e104d44
21 changed files with 342 additions and 106 deletions
4
Modem.h
4
Modem.h
|
|
@ -50,6 +50,8 @@ public:
|
|||
unsigned int readYSFData(unsigned char* data);
|
||||
unsigned int readP25Data(unsigned char* data);
|
||||
|
||||
unsigned int readSerial(unsigned char* data, unsigned int length);
|
||||
|
||||
bool hasDStarSpace() const;
|
||||
bool hasDMRSpace1() const;
|
||||
bool hasDMRSpace2() const;
|
||||
|
|
@ -71,6 +73,8 @@ public:
|
|||
bool writeDMRShortLC(const unsigned char* lc);
|
||||
bool writeDMRAbort(unsigned int slotNo);
|
||||
|
||||
bool writeSerial(const unsigned char* data, unsigned int length);
|
||||
|
||||
bool setMode(unsigned char mode);
|
||||
|
||||
bool sendCWId(const std::string& callsign);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue