Files
DP44/DataPRO/Modules/Database/DatabaseMigrationScripts/MigrationScripts/Version90/dbo.Add_UART_ChannelSettings.sql

7 lines
242 B
MySQL
Raw Normal View History

2026-04-17 14:55:32 -04:00
INSERT INTO [dbo].[ChannelSettings] ([SettingName], [DefaultValue]) VALUES
('UartBaudRate', '57600'),
('UartDataBits', '8'),
('UartStopBits', 'None'),
('UartParity', 'None'),
('UartFlowControl', 'None'),
('UartDataFormat', 'Binary')