package n8serial—Basic Serial Functions #1

Closed
opened 2024-06-19 14:54:44 +00:00 by jeff · 0 comments
Owner
  • InitSerial()—basic init, open connection
  • CloseSerial()—close serial connection
  • TxCmd()—write command to serial port
  • TxData()—write []byte to serial port
  • TxDataAck()—transmit ack
  • TxString()—transmit string with its length
  • Tx8()—write 1 byte
  • Tx16()—write 2 bytes
  • Tx32()—write 4 bytes
  • RxData()—read data (byte-by-byte)
  • RxString()—receive string
  • RxFileInfo()—receive file information
  • Rx8()—read 1 byte
  • Rx16()—read 2 bytes
  • Rx32()—read 4 bytes
- [x] `InitSerial()`—basic init, open connection - [x] `CloseSerial()`—close serial connection - [x] `TxCmd()`—write command to serial port - [x] `TxData()`—write `[]byte` to serial port - [x] `TxDataAck()`—transmit ack - [x] `TxString()`—transmit string with its length - [x] `Tx8()`—write 1 byte - [X] `Tx16()`—write 2 bytes - [x] `Tx32()`—write 4 bytes - [x] `RxData()`—read data (byte-by-byte) - [x] `RxString()`—receive string - [x] `RxFileInfo()`—receive file information - [x] `Rx8()`—read 1 `byte` - [x] `Rx16()`—read 2 `byte`s - [x] `Rx32()`—read 4 `byte`s
jeff added this to the goedlink project 2024-06-19 14:54:44 +00:00
jeff added this to the (deleted) milestone 2024-06-19 14:54:53 +00:00
jeff modified the milestone from (deleted) to Initial Working Version 2024-06-19 14:54:55 +00:00
jeff modified the milestone from Initial Working Version to (deleted) 2024-06-19 14:54:57 +00:00
jeff self-assigned this 2024-06-19 15:08:01 +00:00
jeff closed this issue 2024-06-19 16:53:16 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jeff/goedlink#1
No description provided.